AI-generated Key Takeaways
-
Negative keywords prevent campaign ads from serving for specific keywords.
-
Negative keywords can be broad, exact, or phrase match.
-
You can create negative keywords using the Google Ads UI or the Google Ads API.
-
Negative keyword lists can be applied to multiple campaigns.
-
Negative keywords can also be added at the ad group level.
Summary
You can use negative keywords to prevent a campaign from serving ads for specific keywords.
Negative keywords can be broad, exact, or phrase match. You can create a negative keyword by following the steps for the Google Ads UI or the Google Ads API.
In addition to creating individual keywords for a campaign, you can create a negative keyword list to apply to multiple campaigns at once.
Manual steps
- Create a Shopping campaign.
- Sign in to the Google Ads account.
- Click the Keywords tab.
- Click the Negative keywords tab.
- Click the + Keywords button, then choose ad group or campaign.
- Select the ad group or campaign to apply the negative keywords to.
- Enter your keywords, then click Save.
- To change the match type, click on the keyword and select the desired match
type, then click Save. Here are the supported match types:
- Broad match (default)
- Exact match
- Phrase match
Automatic steps
- Make sure you've successfully created a campaign and have a campaign ID.
- Create a
MutateCampaignsRequestas follows:- Set the operation to
update. - Set the operand to a
Campaignas follows:- Set the
CriterionTypetoKEYWORD. - Set the
negativefield totrue. - Set the
criteriontokeywordby providingKeywordInfo.
- Set the
- Set the operation to
You can also add negative keywords at the ad group level.