Getting Started Guide: MasterAccountService OverviewMasterAccountService provides operations for managing master accounts and for enrolling new customers with Yahoo! Search Marketing. About Master AccountsA master account is a collection of one or more accounts. A master account defines the currency, time zone, and market for all accounts under the master account. Note: An initial master account, an account under that master account, and a user who assumes the role of master account administrator are created when customers enroll with Yahoo! Search Marketing.See Enrollment. Note: The initial master account, and all subsequent master accounts that you create, are assigned to specific colocations. See the LocationService Overview. Master Account ManagementMasterAccountService provides operations for updating, reviewing, and checking the status of master accounts. Update Master AccountsTo update a master account, use the updateMasterAccount operation. Review Master AccountsTo get information about a master account, use the getMasterAccount operation. To determine whether a master account is Mobile Sponsored Search master account, use the isMobileMasterAccount operaion. Master Account StatusTo determine the status of a master account, use the getMasterAccountStatus operation. Note: You cannot change the status of a master account using the Marketing API. A master account is enabled, status set to "Active" when it is created. To disable a master account, set status to "Inactive" contact your Technical Account Management team. Tagging and TrackingTagging and tracking are enabled or disabled at the master account level. Contact your Technical Account Management team to learn more about these features. Note: Tagging and tracking are not enabled on some of the Master Accounts inspite of it being set to "enabled". In this case you will see the default values for the attributes taggingOn and trackingOn, and not what you have set. However, if you still want to get the values that you have set for these attributes, use the getMasterAccount operation. TaggingTagging allows you to embed special JavaScript tags onto specific pages on your web site which will send analytics data from your Sponsored Search and Content Match® traffic back to Yahoo! Search Marketing. This data is made available in the advanced and multichannel reports (see the BasicReportService Overview) and is used for campaign optimization (see the CampaignService Overview). Two types of analytics are available:
Note: Tagging is enabled or disabled through the web application only and not the Marketing API. TrackingTracking allows you to obtain information about advertising click traffic using special parameters appended to the URL served with your ad that provides information about the search term, bidded keyword, and search tactic, match type - "standard", "advanced", or "content". The tracking URL would look like this: http://mysite.com/item=123&ovraw=tomato%20ketchup&ovkey=ketchup&ovmtc=advanced. You can then parse the string to extract the parameter values. |