http://www.FatTail.com/api
ThirdPartyDeliveryQuantity Complex Type
http://www.FatTail.com/api : ThirdPartyDeliveryQuantity Complex Type
Description
Information for daily third party delivery data.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ThirdPartyDeliveryQuantity Extension of AdBookConnectEntity Complex Type
Information for daily third party delivery data.
Sequence
DeliveryDate xs:dateTime
Date the third party delivery data was served.
DropID optional xs:long
SystemID for the AdBook Drop to associate the third party delivery data with.
ExternalDropID optional xs:string
Ad server system drop ID to use for looking up the AdBook Drop that is associated with the third party data being imported.
Quantity xs:long
Quantity for delivery data being imported.  eg. impressions, clicks, etc.
ThirdPartyMetricID xs:long
AdBook system ID associated with the third party metric name.
Price optional xs:decimal
Price charged for the delivery.
PriceTypeID optional xs:int
Price type associated with the price.
Used By
ThirdPartyDeliveryQuantity Element
ThirdPartyDeliveryQuantity Element
Source
<xs:complexType name="ThirdPartyDeliveryQuantity" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q457="http://www.FatTail.com/api" base="q457:AdBookConnectEntity">
      <xs:sequence>
        <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 name="Quantity" type="xs:long" />
        <xs:element name="ThirdPartyMetricID" type="xs:long" />
        <xs:element minOccurs="0" name="Price" type="xs:decimal">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="PriceTypeID" type="xs:int">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api