ExcludedWordsService
ExcludedWordsService provides operations for creating and managing
excluded words for accounts and ad groups.
Excluded words are used to filter out unwanted user queries when
Sponsored Search with the advanced match type is enabled
(see Setting Tactics).
Operations
addExcludedWordsToAccountAdd one or more excluded words to an account.
Capability required: AccountWrite
Parameters
ResponseExcludedWordResponse[] - A list of responses, which indicate if the operations succeeded or failed. addExcludedWordsToAdGroupAdd one or more excluded words to an ad group.
Capability required: CampaignWrite
Parameters
ResponseExcludedWordResponse[] - A list of responses, which indicate if the operations succeeded or failed. Sample Code
addExcludedWordToAccountAdd an excluded word to an account.
Capability required: AccountWrite
Parameters
ResponseExcludedWordResponse - The response, which indicates if the operation succeeded or failed. addExcludedWordToAdGroupAdd an excluded word to an ad group.
Capability required: CampaignWrite
Parameters
ResponseExcludedWordResponse - The response, which indicates if the operation succeeded or failed. deleteExcludedWordDelete the excluded word (specified by excludedWordID).
Capability required: CampaignWrite
Parameters
ResponseBasicResponse - The response, which indicates if the operation succeeded or failed. deleteExcludedWordsDelete one or more excluded words (specified by the list of excludedWordIDs).
Capability required: CampaignWrite
Parameters
ResponseBasicResponse[] - A list of responses, which indicate if the operations succeeded or failed. getExcludedWordReturn the excluded word (specified by excludedWordID).
Capability required: CampaignRead
Parameters
ResponseExcludedWord - The excluded word. getExcludedWordsReturn a list of excluded words (specified by a list of excludedWordIDs).
Capability required: CampaignRead
Parameters
ResponseExcludedWord[] - A list of all excluded words. getExcludedWordsByAccountIDReturn the excluded words for the account (specified by accountID).
Capability required: CampaignRead
Parameters
ResponseExcludedWord[] - A list of all excluded words for the account. getExcludedWordsByAdGroupIDReturn the excluded words for the ad group (specified by adGroupID).
Capability required: CampaignRead
Parameters
ResponseExcludedWord[] - A list of all excluded words for the ad group. |