http://www.FatTail.com/api
TargetingGroup Complex Type
http://www.FatTail.com/api : TargetingGroup Complex Type
Description
Group container for targeting elements.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
TargetingGroup Extension of AdBookConnectEntity Complex Type
Group container for targeting elements.
Sequence
GroupName optional xs:string
Name of the targeting group.
TargetingGroupID optional xs:long
System ID for the configured targeting group.
Used By
TargetingGroup Element
TargetingGroup Element
Source
<xs:complexType name="TargetingGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
            Summary description for TargetingGroup
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q566="http://www.FatTail.com/api" base="q566:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="GroupName" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Name of the targeting group.&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 configured targeting group.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api