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 |
|---|---|---|---|---|
|
|
The name of the person to contact regarding this account. The name can contain a maximum of 100 characters. Note
This is an informational field whose name may not resolve to an actual user defined on the system.
|
|
Read-only |
Optional |
|
|
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. |
|
Read-only |
Read-only |
|
|
The identifier of the third party that is responsible for a sales lead. |
|
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.
Note