AI-generated Key Takeaways
-
Campaign priority helps you control bids for the same product across multiple Shopping campaigns, prioritizing certain campaigns over others.
-
It does not impact your product's search relevance or visibility on Google Shopping, focusing solely on bid preference.
-
You can set campaign priority levels (Low, Medium, High) manually through the Google Ads UI or automatically via the Google Ads API.
-
Detailed instructions for both manual and automatic setup are provided, guiding you through the process step-by-step.
Summary
Campaign priority determines the preferred bid for the same product across multiple Shopping campaigns in the same country.
Campaign priorities don't affect your search relevance or influence the likelihood of your product to show on Google Shopping. They give you more control over which products and bids are most important.
For more detail on using priorities see the Shopping Best Practices guide.
Manual steps
Here are the steps to set campaign priorities through the Google Ads UI:
- Create a Shopping campaign.
- Sign in to your Google Ads account.
- Click Settings for the campaign you want to edit.
- Select one of the following Campaign priority levels:
- Low (default)
- Medium
- High
- Click Save.
See Use campaign priority for Shopping campaigns for more details.
Automatic steps
Here's how to set campaign priority with the Google Ads API:
- Make sure you've successfully created a campaign and have the campaign ID.
- Make a
MutateCampaignsRequest
as follows:- Set the
CampaignOperation
toupdate
. - Set the operand to a
Campaign
object as follows:- Set
id
to the campaign ID. - Set
campaign_priority
for theShoppingSetting
to one of the following:0
for Low.1
for Medium.2
for High.
- Set
- Set the