http://www.FatTail.com/api
AdServer Complex Type
http://www.FatTail.com/api : AdServer Complex Type
Description
Ad server name and ID information for first party ad servers.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
AdServer Extension of AdBookConnectEntity Complex Type
Ad server name and ID information for first party ad servers.
Sequence
AdServerID optional xs:long
Ad server identity value.
Name optional xs:string
Ad server name.
Used By
AdServer Element
AdServer Element
Source
<xs:complexType name="AdServer" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
            Summary description for AdServer
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q600="http://www.FatTail.com/api" base="q600:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AdServerID" 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