AccountService
AccountService provides operations for modifying AdWords
accounts.
For more information about how to use the AccountService, see the overview section.
Requests
Return the AdWords account specified by the client account header.
Response
| Response type | Response description |
AccountInfo |
the AdWords account specified by the client account header. |
Gets the primary email address for each account managed by the effective
user.
If the effective user user has no client accounts, an empty array is
returned.
The effective user is:
- the user specified in the clientEmail header of the request if that
header is provided
- the user specified in the email header if the clientEmail header is not
provided
For more information about the clientEmail header, see the section
Request Headers.
In other words, you can use the getClientAccounts request to find the
primary email addresses for your own clients, or for your client's clients.
If an account has more than one email associated with it,
getClientAccounts gets only the primary email for the account.
Response
| Response type | Response description |
string[] |
array of account login emails associated with the accounts managed
by the current customer. |
Deprecated. This method will be removed in a future version.
Set the login information for the current user.
The next time the user logins in, they must use the new login name and
password.
To use this operation, you must log in as the owner of the account that is
being changed.
MCC managers cannot change login details on behalf of their clients.
In other words, this operation is not allowed if the email and client email
in the SOAP header are different or if the email is for a manager account.
Parameters
| Parameter name | Parameter type | Parameter description |
| login |
string |
The new login email address. |
| newPassword |
string |
The new login password. |
Response
| Response type | Response description |
(none) |
|
Updates the database to reflect the changes in the account object.
Parameters
| Parameter name | Parameter type | Parameter description |
| accountInfo |
AccountInfo |
The account info object to be updated |
Response
| Response type | Response description |
(none) |
|