http://www.FatTail.com/api
TargetCriteria Complex Type
http://www.FatTail.com/api : TargetCriteria Complex Type
Description
Information for key/value targeting.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
TargetCriteria Extension of AdBookConnectEntity Complex Type
Information for key/value targeting.
Sequence
ComparisionOperator optional ComparisonOperators Simple Type
Operator for key/value targeting.
Key optional TargetKey Complex Type
Key name.
Sequence
DisplayName optional xs:string
Friendly name.
ID optional xs:long
System ID for the key.
Name optional xs:string
Key name.
Values optional ArrayOfTargetValue Complex Type
Values for the key.
Sequence
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
TargetCriteria Element
TargetCriteria Element
Source
<xs:complexType name="TargetCriteria" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q660="http://www.FatTail.com/api" base="q660:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="ComparisionOperator" type="q660:ComparisonOperators" />
        <xs:element minOccurs="0" name="Key" nillable="true" type="q660:TargetKey" />
        <xs:element minOccurs="0" name="Values" nillable="true" type="q660:ArrayOfTargetValue" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api