http://www.FatTail.com/api
FirstPartyDeliveryQuantity Complex Type
http://www.FatTail.com/api : FirstPartyDeliveryQuantity Complex Type
Description
Detail information on imported delivery data.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
FirstPartyDeliveryQuantity Extension of AdBookConnectEntity Complex Type
Detail information on imported delivery data.
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.
Used By
FirstPartyDeliveryQuantity Element
FirstPartyDeliveryQuantity Element
Source
<xs:complexType name="FirstPartyDeliveryQuantity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q482="http://www.FatTail.com/api" base="q482:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AdServerCreativeID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Clicks" type="xs:long" />
        <xs:element minOccurs="0" name="Conversions" type="xs:long" />
        <xs:element minOccurs="0" name="CreativeName" nillable="true" type="xs:string" />
        <xs:element name="DeliveryDate" type="xs:dateTime" />
        <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="Impressions" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api