http://www.FatTail.com/api
TargetValue Complex Type
http://www.FatTail.com/api : TargetValue Complex Type
Description
Value for key/value targeting.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
TargetValue Extension of AdBookConnectEntity Complex Type
Value for key/value targeting.
Sequence
DisplayName optional xs:string
Friendly name.
ID optional xs:long
System ID for the value.
KeyId optional xs:long
System ID for the associated key.
Name optional xs:string
Name of the value.
Used By
TargetValue Element
TargetValue Element
Source
<xs:complexType name="TargetValue" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q667="http://www.FatTail.com/api" base="q667: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="KeyId" type="xs:long" />
        <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="TargetValueMatchType" type="q667:MatchTypes" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api