http://www.FatTail.com/api
AccountAdServerMapping Complex Type
http://www.FatTail.com/api : AccountAdServerMapping Complex Type
Description
Specificies a relationship between an Account and an Ad Server.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
AccountAdServerMapping Extension of AdBookConnectEntity Complex Type
Specificies a relationship between an Account and an Ad Server.
Sequence
AccountID xs:long
AdServerID xs:long
Used By
AccountAdServerMapping Element
AccountAdServerMapping Element
AccountAdServerMapping Element
Source
<xs:complexType name="AccountAdServerMapping" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q152="http://www.FatTail.com/api" base="q152:AdBookConnectEntity">
      <xs:sequence>
        <xs:element name="AccountID" type="xs:long" />
        <xs:element name="AdServerEntityID" nillable="true" type="xs:string" />
        <xs:element name="AdServerID" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api