http://www.FatTail.com/api
AdServerEntityName Complex Type
http://www.FatTail.com/api : AdServerEntityName Complex Type
Description
Name and ID information for a first party ad server entity.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
AdServerEntityName Extension of AdBookConnectEntity Complex Type
Name and ID information for a first party ad server entity.
Sequence
AdServerEntityID optional xs:string
Ad server entity identity value.
AdServerEntityProperties optional ArrayOfAdServerEntityProperty Complex Type
Collection of properties associated with the ad server entity.
Sequence
Sequence
AdServerEntityPropertyName optional xs:string
Entity property name.
AdServerEntityPropertyValue optional xs:string
Entity property value.
AdServerID optional xs:long
AdServerID for the entity.
EntityName optional xs:string
Name of the entity.
Used By
AdServerEntityName Element
AdServerEntityName Element
Remarks
See remarks for GetAdServerEntityValues for more information on AdServerEntityName.
Source
<xs:complexType name="AdServerEntityName" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q676="http://www.FatTail.com/api" base="q676:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AdServerEntityID" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="AdServerEntityProperties" nillable="true" type="q676:ArrayOfAdServerEntityProperty" />
        <xs:element minOccurs="0" name="AdServerID" type="xs:long" />
        <xs:element minOccurs="0" name="EntityName" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api