http://www.FatTail.com/api
ThirdPartyDeliveryUploadResult Complex Type
http://www.FatTail.com/api : ThirdPartyDeliveryUploadResult Complex Type
Description
Result information regarding the status of a third party import request
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ThirdPartyDeliveryUploadResult Extension of AdBookConnectEntity Complex Type
Result information regarding the status of a third party import request
Sequence
DropID optional xs:long
AdBook system ID for the Drop associated with the third party delivery information.
Message optional xs:string
Text indicating the status of the third party delivery import request.
MetricName optional xs:string
Metric name of the third party metric specified in the third party import request.
Outcome optional OperationOutcome Simple Type
Indication of the success or failure of the requested operation.
ExternalDropID optional xs:string
Ad server ID mapped to the drop that delivery information is associated with.
Used By
ThirdPartyDeliveryUploadResult Element
ThirdPartyDeliveryUploadResult Element
Source
<xs:complexType name="ThirdPartyDeliveryUploadResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q462="http://www.FatTail.com/api" base="q462:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="DropID" type="xs:long" />
        <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="MetricName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Outcome" type="q462:OperationOutcome" />
        <xs:element minOccurs="0" name="ExternalDropID" 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