This topic has not yet been rated - Rate this topic

AdvertiserAccount Data Object

Defines an advertiser account.


<xs:complexType name="AdvertiserAccount">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Account">
      <xs:sequence>
        <xs:element minOccurs="0" name="AgencyContactName" nillable="true" type="xsd:string" />
        <xs:element minOccurs="0" name="AgencyCustomerId" nillable="true" type="xsd:long" />
        <xs:element minOccurs="0" name="SalesHouseCustomerId" nillable="true" type="xsd:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
<xs:element name="AdvertiserAccount" nillable="true" type="tns:AdvertiserAccount" />

Element Description Data Type Signup Customer Update Account

AgencyContactName

The name of the person to contact regarding this account. The name can contain a maximum of 100 characters.

Ee704163.note(en-US,MSADS.70).gifNote
This is an informational field whose name may not resolve to an actual user defined on the system.

string

Read-only

Optional

AgencyCustomerId

The identifier of the agency that manages an account on behalf of the owner of that account.

If the owner manages the account, set to NULL.

long

Read-only

Read-only

SalesHouseCustomerId

The identifier of the third party that is responsible for a sales lead.

long

Read-only

Read-only

The AdvertiserAccount object derives from the Account object. For a list of additional elements that you can specify, see the Account object.

CustomerManagementService.svc v7

Namespace: https://adcenter.microsoft.com/api/customermanagement

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.