rocket
Meet
Merchant API
– oficjalny następca interfejsu Content API for Shopping.
update
Najnowsze informacje
o nowych funkcjach, poprawkach błędów i aktualizacjach interfejsu Merchant API.
Ustaw priorytet kampanii
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Podsumowanie
Priorytet kampanii określa preferowaną stawkę za ten sam produkt w wielu kampaniach produktowych w tym samym kraju.
Priorytety kampanii nie mają wpływu na trafność wyszukiwań Twoich produktów i nie zwiększają szansy na to, że dany produkt wyświetli się w Zakupach Google. Dają większą kontrolę nad tym, które produkty i stawki są najważniejsze.
Więcej informacji o korzystaniu z priorytetów znajdziesz w przewodniku po sprawdzonych metodach dotyczących Zakupów Google.
Kroki wpisane ręcznie
Aby ustawić priorytety kampanii w interfejsie Google Ads, wykonaj te czynności:
- Utwórz kampanię produktową.
- Zaloguj się na konto Google Ads.
- Kliknij Ustawienia w kampanii, którą chcesz edytować.
- Wybierz jeden z tych poziomów priorytetu kampanii:
- Niska (domyślnie)
- Średni
- Wysoki
- Kliknij Zapisz.
Więcej informacji znajdziesz w artykule Używanie priorytetu kampanii w kampaniach produktowych.
Automatyczne kroki
Aby ustawić priorytet kampanii za pomocą interfejsu Google Ads API:
- Sprawdź, czy udało Ci się utworzyć kampanię i czy masz jej identyfikator.
- Utwórz
MutateCampaignsRequest
w ten sposób:
- Ustaw
CampaignOperation
na update
.
- Ustaw operand na obiekt
Campaign
w ten sposób:
- Ustaw
id
na identyfikator kampanii.
- Ustaw wartość
campaign_priority
dla urządzenia ShoppingSetting
na jedną z tych opcji:
0
– niski.
1
w przypadku średnich.
2
w przypadku wysokiego.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-31 UTC.
[null,null,["Ostatnia aktualizacja: 2025-08-31 UTC."],[[["\u003cp\u003eCampaign priority lets you control bids for the same product across multiple Shopping campaigns in one country, prioritizing certain campaigns over others.\u003c/p\u003e\n"],["\u003cp\u003eCampaign priority levels (Low, Medium, High) determine which bid is used when the same item is included in multiple Shopping campaigns.\u003c/p\u003e\n"],["\u003cp\u003eCampaign priority does not influence your product's search ranking or visibility on Google Shopping.\u003c/p\u003e\n"],["\u003cp\u003eYou can set campaign priority manually through the Google Ads UI or programmatically using the Google Ads API.\u003c/p\u003e\n"]]],[],null,["# Set campaign priority\n\nSummary\n-------\n\nCampaign priority determines the preferred bid for the same product across\nmultiple Shopping campaigns in the same country.\n\nCampaign priorities don't affect your search relevance or influence the\nlikelihood of your product to show on Google Shopping. They give you more\ncontrol over which products and bids are most important.\n\nFor more detail on using priorities see the [Shopping Best Practices guide](https://support.google.com/google-ads/answer/6167176).\n\nManual steps\n------------\n\nHere are the steps to set campaign priorities through the [Google Ads\nUI](//ads.google.com/):\n\n1. [Create a Shopping campaign](/google-ads/shopping/full-automation/articles/t18).\n2. Sign in to your [Google Ads account](https://ads.google.com/).\n3. Click **Settings** for the campaign you want to edit.\n4. Select one of the following **Campaign priority** levels:\n - Low (default)\n - Medium\n - High\n5. Click **Save**.\n\nSee [Use campaign priority for Shopping campaigns](https://support.google.com/google-ads/answer/6275296) for more details.\n\nAutomatic steps\n---------------\n\nHere's how to set campaign priority with the Google Ads API:\n\n1. Make sure you've successfully [created a campaign](/google-ads/shopping/campaign-management/articles/t18) and have the campaign ID.\n2. Make a [`MutateCampaignsRequest`](/google-ads/api/reference/rpc/latest/MutateCampaignsRequest) as follows:\n 1. Set the [`CampaignOperation`](/google-ads/api/reference/rpc/latest/CampaignOperation) to `update`.\n 2. Set the operand to a [`Campaign`](/google-ads/api/reference/rpc/latest/Campaign) object as follows:\n - Set `id` to the campaign ID.\n - Set `campaign_priority` for the [`ShoppingSetting`](/google-ads/api/reference/rpc/v21/Campaign.ShoppingSetting?) to one of the following:\n - `0` for Low.\n - `1` for Medium.\n - `2` for High."]]