http://www.FatTail.com/api
ContentTargetingDelivery Complex Type
http://www.FatTail.com/api : ContentTargetingDelivery Complex Type
Description
Delivery information for site and device targeting.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ContentTargetingDelivery Extension of AdBookConnectEntity Complex Type
Delivery information for site and device targeting.
Sequence
AdSize optional xs:string
Ad size delivered to.
Clicks xs:long
Clicks delivered for the DeliveryDate.
DeliveryDate xs:dateTime
Date delivery was recorded.
DropID xs:long
Drop ID associated with the delivery information.
Impressions xs:long
Impressions delivered for the DeliveryDate.
LeafAdUnitID optional xs:string
ID of the ad unit at the bottom most level in the ad unit hierarchy defined in DFP, for which delivery is being recorded.
Price optional xs:decimal
Price paid for delivery.
PriceTypeID optional xs:long
Price type for the Price value.
SiteID xs:string
Ad unit ID of the site level ad unit, for which delivery is being recorded.
DeviceCategoryID optional xs:string
Device category targeting ID.
VideoBundleID optional xs:string
Used By
ContentTargetingDelivery Element
ContentTargetingDelivery Element
Source
<xs:complexType name="ContentTargetingDelivery" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q468="http://www.FatTail.com/api" base="q468:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AdSize" nillable="true" type="xs:string" />
        <xs:element name="Clicks" type="xs:long" />
        <xs:element name="DeliveryDate" type="xs:dateTime" />
        <xs:element name="DropID" type="xs:long" />
        <xs:element name="Impressions" type="xs:long" />
        <xs:element minOccurs="0" name="LeafAdUnitID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Price" type="xs:decimal" />
        <xs:element minOccurs="0" name="PriceTypeID" type="xs:long" />
        <xs:element name="SiteID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="DeviceCategoryID" nillable="true" type="xs:string">
          <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="VideoBundleID" nillable="true" type="xs:string">
          <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