http://www.FatTail.com/api
FirstPartyDelivery Complex Type
http://www.FatTail.com/api : FirstPartyDelivery Complex Type
Description
Delivery information for import.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
FirstPartyDelivery Extension of AdBookConnectEntity Complex Type
Delivery information for import.
Sequence
AdServerID xs:long
System ID for the ad server the delivery is imported for.
FirstPartyDeliveryQuantities optional ArrayOfFirstPartyDeliveryQuantity Complex Type
Delivery detail information for the import.
Sequence
Sequence
AdServerCreativeID optional xs:string
Ad server identity value for the creative associated with the delivery information.
Clicks optional xs:long
Clicks delivered.
Conversions optional xs:long
Conversions delivered.
CreativeName optional xs:string
Creative name for the creative the delivery is associated with.
DeliveryDate xs:dateTime
Date to apply the delivery information to.
DropID optional xs:long
System ID of the drop associated with the delivery.
ExternalDropID optional xs:string
Identity value for the entity on the ad server for which the delivery information applies to.
Impressions optional xs:long
Impressions delivered.
OverwriteExistingValues xs:boolean
Indicates whether to overwrite existing delivery information or add to existing information.
Used By
FirstPartyDelivery Element
delivery Element
Source
<xs:complexType name="FirstPartyDelivery" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q478="http://www.FatTail.com/api" base="q478:AdBookConnectEntity">
      <xs:sequence>
        <xs:element name="AdServerID" type="xs:long" />
        <xs:element minOccurs="0" name="FirstPartyDeliveryQuantities" nillable="true" type="q478:ArrayOfFirstPartyDeliveryQuantity" />
        <xs:element name="OverwriteExistingValues" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api