Service
ManagedCustomerService
Dependencies
Data object that represents a managed customer. Member of ManagedCustomerPage.
- Namespace
-
https://adwords.google.com/api/adwords/mcm/v201302 - Fields
| Field | Type | Description |
|---|---|---|
| name Filterable
Required
Selectable
|
xsd:string
|
The name used by the manager to refer to the client.
This field can be selected using the value "Name".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : ADD.
|
| login Filterable
ReadOnly
Selectable
|
xsd:string
|
The email address of the account's first login user, if any. This field can be selected using the value "Login". This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| companyName Filterable
ReadOnly
Selectable
|
xsd:string
|
The company name of the account, if any. This field can be selected using the value "CompanyName". This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| customerId Filterable
ReadOnly
Selectable
|
xsd:long
|
The 10-digit ID that uniquely identifies the AdWords account. This field can be selected using the value "CustomerId". This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| canManageClients Filterable
ReadOnly
Selectable
|
xsd:boolean
|
Whether this account can manage clients. This field can be selected using the value "CanManageClients". This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| currencyCode Filterable
Required
Selectable
StringLength
|
xsd:string
|
The currency in which this account operates.
We support a subset of the currency codes derived from the ISO 4217 standard.
See Currency Codes for the currently supported currencies.
This field can be selected using the value "CurrencyCode".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : ADD.
The length of this string should be between 3 and 3, inclusive.
|
| dateTimeZone Filterable
Required
Selectable
|
xsd:string
|
The local timezone ID for this customer.
See Time Zone Codes for the currently supported list.
This field can be selected using the value "DateTimeZone".
This field can be filtered on.
This field is required and should not be null when it is contained within Operators : ADD.
|
| testAccount ReadOnly
Selectable
|
xsd:boolean
|
Whether this managed customer's account is a test account. This field can be selected using the value "TestAccount". This field is read only and should not be set. If this field is sent to the API, it will be ignored. |