http://www.FatTail.com/api
AdServerEntityProperty Complex Type
http://www.FatTail.com/api : AdServerEntityProperty Complex Type
Description
Property information associated with an ad server entity.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
AdServerEntityProperty Extension of AdBookConnectEntity Complex Type
Property information associated with an ad server entity.
Sequence
AdServerEntityPropertyName optional xs:string
Entity property name.
AdServerEntityPropertyValue optional xs:string
Entity property value.
Used By
AdServerEntityProperty Element
AdServerEntityProperty Element
Remarks
Ad server entity properties can be any property that is imported from the ad server for the entity.  For example, an Ad unit entity has a property for parent ad unit that can be used to construct the ad unit tree as defined in DFP.
Source
<xs:complexType name="AdServerEntityProperty" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q680="http://www.FatTail.com/api" base="q680:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AdServerEntityPropertyName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="AdServerEntityPropertyValue" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api