http://www.FatTail.com/api
AdServerEntityMapping Complex Type
http://www.FatTail.com/api : AdServerEntityMapping Complex Type
Description
Ad server identity mapping between AdBook and the first party ad server for the drop.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
AdServerEntityMapping Extension of AdBookConnectEntity Complex Type
Ad server identity mapping between AdBook and the first party ad server for the drop.
Sequence
DropID optional xs:long
AdBook Drop ID
ExternalDropID optional xs:string
Entity ID of the ad server entity that maps to the AdBook Drop.
ExternalParentID optional xs:string
Entity ID of the Entity that maps to the AdBook Order.
OrderID optional xs:long
AdBook Order ID.
Used By
AdServerEntityMapping Element
AdServerEntityMapping Element
Remarks
The ad server that the mapping pertains to may be found by looking up the AdServerID assigned to the MediaElement assigned to the Drop.  eg. Drop.MediaElementID.
Source
<xs:complexType name="AdServerEntityMapping" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q494="http://www.FatTail.com/api" base="q494:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="DropID" type="xs:long" />
        <xs:element minOccurs="0" name="ExternalDropID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="ExternalParentID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="OrderID" nillable="true" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api