http://www.FatTail.com/api
TargetingElement Complex Type
http://www.FatTail.com/api : TargetingElement Complex Type
Description
Targeting element information.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
TargetingElement Extension of AdBookConnectEntity Complex Type
Targeting element information.
Sequence
ElementName optional xs:string
Name of a targeting element.
GroupName optional xs:string
Name of the group the targeting element belongs to.
TargetingElementID optional xs:long
System ID for the configured targeting element.
TargetingGroupID optional xs:long
System ID for the targeting group the element belongs to.
Used By
TargetingElement Element
TargetingElement Element
Source
<xs:complexType name="TargetingElement" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
            Summary description for TargetingElement
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q561="http://www.FatTail.com/api" base="q561:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="ElementName" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Name of a targeting element.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="GroupName" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Name of the group the targeting element belongs to.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="TargetingElementID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID for the configured targeting element.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="TargetingGroupID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID for the targeting group the element belongs to.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api