http://www.FatTail.com/api
TargetKey Complex Type
http://www.FatTail.com/api : TargetKey Complex Type
Description
Key name information for key/value targeting.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
TargetKey Extension of AdBookConnectEntity Complex Type
Key name information for key/value targeting.
Sequence
DisplayName optional xs:string
Friendly name.
ID optional xs:long
System ID for the key.
Name optional xs:string
Key name.
Used By
TargetKey Element
Key Element
Source
<xs:complexType name="TargetKey" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q663="http://www.FatTail.com/api" base="q663:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="DisplayName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="ID" type="xs:long" />
        <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api