http://www.FatTail.com/api
TargetingPackage Complex Type
http://www.FatTail.com/api : TargetingPackage Complex Type
Description
A collection of targeting elements configured to be assigned together to a drop.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
TargetingPackage Extension of AdBookConnectEntity Complex Type
A collection of targeting elements configured to be assigned together to a drop.
Sequence
PackageName optional xs:string
Name of the targeting package.
TargetingPackageID optional xs:long
System ID for the configured targeting package.
Used By
TargetingPackage Element
TargetingPackage Element
Source
<xs:complexType name="TargetingPackage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
            Summary description for TargetingPackage
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q571="http://www.FatTail.com/api" base="q571:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="PackageName" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Name of the targeting package.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="TargetingPackageID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID for the configured targeting package.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api