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).
Add one or more excluded words to an account.
Capability required: AccountWrite
License command group: Marketing
| Parameter | Data Type | Description |
|---|---|---|
| excludedWords | ExcludedWord[] | A list of excluded words for the account. |
ExcludedWordResponse[] - A list of responses, which indicate if the operations succeeded or failed.
Add one or more excluded words to an ad group.
Capability required: CampaignWrite
License command group: Marketing
| Parameter | Data Type | Description |
|---|---|---|
| excludedWords | ExcludedWord[] | A list of excluded words for the ad group. |
ExcludedWordResponse[] - A list of responses, which indicate if the operations succeeded or failed.
Add an excluded word to an account.
Capability required: AccountWrite
License command group: Marketing
| Parameter | Data Type | Description |
|---|---|---|
| excludedWord | ExcludedWord | The excluded word. |
ExcludedWordResponse - The response, which indicates if the operation succeeded or failed.
Add an excluded word to an ad group.
Capability required: CampaignWrite
License command group: Marketing
| Parameter | Data Type | Description |
|---|---|---|
| excludedWord | ExcludedWord | The excluded word. |
ExcludedWordResponse - The response, which indicates if the operation succeeded or failed.
Delete the excluded word (specified by excludedWordID).
Capability required: CampaignWrite
License command group: Marketing
| Parameter | Data Type | Description |
|---|---|---|
| excludedWordID | long | The excluded word ID. |
BasicResponse - The response, which indicates if the operation succeeded or failed.
Delete one or more excluded words (specified by the list of excludedWordIDs).
Capability required: CampaignWrite
License command group: Marketing
| Parameter | Data Type | Description |
|---|---|---|
| excludedWordIDs | long[] | A list of excluded word IDs. |
BasicResponse[] - A list of responses, which indicate if the operations succeeded or failed.
Return the excluded word (specified by excludedWordID).
Capability required: CampaignRead
License command group: Marketing
| Parameter | Data Type | Description |
|---|---|---|
| excludedWordID | long | The excluded word ID. |
ExcludedWord - The excluded word.
Return a list of excluded words (specified by a list of excludedWordIDs).
Capability required: CampaignRead
License command group: Marketing
| Parameter | Data Type | Description |
|---|---|---|
| excludedWordIDs | long[] | A list of excluded word IDs. |
ExcludedWord[] - A list of all excluded words.
Return the excluded words for the account (specified by accountID).
Capability required: CampaignRead
License command group: Marketing
| Parameter | Data Type | Description |
|---|---|---|
| accountID | string | The account ID. |
ExcludedWord[] - A list of all excluded words for the account.
Return the excluded words for the ad group (specified by adGroupID).
Capability required: CampaignRead
License command group: Marketing
| Parameter | Data Type | Description |
|---|---|---|
| adGroupID | long | The ad group ID. |
ExcludedWord[] - A list of all excluded words for the ad group.