http://www.FatTail.com/api
ThirdPartyAdServer Complex Type
http://www.FatTail.com/api : ThirdPartyAdServer Complex Type
Description
Third party ad server key-value information.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ThirdPartyAdServer Extension of AdBookConnectEntity Complex Type
Third party ad server key-value information.
Sequence
AdServerName optional xs:string
Configured name of the third party ad server.
ThirdPartyAdServerID optional xs:long
System ID for the configured ThirdPartyAdServer.
Used By
ThirdPartyAdServer Element
ThirdPartyAdServer Element
Source
<xs:complexType name="ThirdPartyAdServer" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
            Summary description for ThirdPartyAdServer
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q576="http://www.FatTail.com/api" base="q576:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AdServerName" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Configured name of the third party ad server.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="ThirdPartyAdServerID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID for the configured ThirdPartyAdServer.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api