MasterAccountService
MasterAccountService provides operations for managing master accounts
(and for enrolling new customers with Yahoo! Search Marketing).
A master account is a collection of one or more accounts.
Operations
getMasterAccountGet information about the master account (specified by masterAccountID). You can get information about any master account to which you have access.
Capability required: MasterAccountRead
Parameters
ResponseMasterAccount - The master account. getMasterAccountsByCompanyIDGet all master accounts for a given company (specified by companyID)
Capability required: MasterAccountRead
Parameters
ResponseMasterAccount[] - The list of master accounts belong to the company. getMasterAccountStatusGet the status of the master account (specified by masterAccountID). You can get information about any master account to which you have access.
Capability required: MasterAccountRead
Parameters
ResponseMasterAccountStatus - The status of the master account. isMobileMasterAccountReturns whether a master account is a Mobile Sponsored Search master account
Capability required: MasterAccountRead
Parameters
Response
boolean - updateMasterAccountUpdate a master account. You can update any master account to which you have access.
Capability required: MasterAccountWrite
Parameters
Responsenone |