http://www.FatTail.com/api
FirstPartyDeliveryUploadResult Complex Type
http://www.FatTail.com/api : FirstPartyDeliveryUploadResult Complex Type
Description
Result information for first party delivery import.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
FirstPartyDeliveryUploadResult Extension of AdBookConnectEntity Complex Type
Result information for first party delivery import.
Sequence
Clicks optional xs:decimal
Clicks imported.
DeliveryDate xs:dateTime
Date the delivery data is applied to.
DropID xs:decimal
System ID of the drop the delivery is associated with.
ImpressionsServed optional xs:decimal
Impressions imported.
Status optional xs:string
Status of the import operation.
Used By
FirstPartyDeliveryUploadResult Element
FirstPartyDeliveryUploadResult Element
Source
<xs:complexType name="FirstPartyDeliveryUploadResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q489="http://www.FatTail.com/api" base="q489:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="Clicks" nillable="true" type="xs:decimal" />
        <xs:element name="DeliveryDate" type="xs:dateTime" />
        <xs:element name="DropID" type="xs:decimal" />
        <xs:element minOccurs="0" name="ImpressionsServed" nillable="true" type="xs:decimal" />
        <xs:element minOccurs="0" name="Status" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api