rocket
Content API for Shopping의 공식 후속 제품인
Merchant API를 만나보세요.
update
판매자 API의 새로운 기능, 버그 수정, 출시 업데이트에 관한
최신 정보를 확인하세요.
point_of_sale
Google에서 비즈니스와 제품을 관리하는 방법과 데이터, 유용한 정보, 고유한 기능에 대규모로 프로그래매틱 방식으로 액세스하는 방법을 알아봅니다.
지금 판매자 API를 시작하세요.
캠페인 우선순위 설정
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
요약
캠페인 우선순위는 동일한 국가에서 여러 쇼핑 캠페인에 걸쳐 동일한 제품에 대한 선호 입찰가를 결정합니다.
캠페인 우선순위는 검색 관련성이나 Google 쇼핑에 제품이 표시될 가능성에 영향을 미치지 않습니다. 우선순위를 사용하면 가장 중요한 제품과 입찰을 더 세부적으로 관리할 수 있습니다.
우선순위 사용에 대한 자세한 내용은 쇼핑 권장사항 가이드를 참고하세요.
수동 단계
Google Ads UI를 통해 캠페인 우선순위를 설정하는 단계는 다음과 같습니다.
- 쇼핑 캠페인을 만듭니다.
- Google Ads 계정에 로그인합니다.
- 수정할 캠페인의 설정을 클릭합니다.
- 다음 캠페인 우선순위 수준 중 하나를 선택합니다.
- 저장을 클릭합니다.
자세한 내용은 쇼핑 캠페인에 캠페인 우선순위 사용하기를 참고하세요.
자동 단계
Google Ads API를 사용하여 캠페인 우선순위를 설정하는 방법은 다음과 같습니다.
- 캠페인을 생성하고 캠페인 ID가 있는지 확인합니다.
- 다음과 같이
MutateCampaignsRequest
를 만듭니다.
CampaignOperation
을 update
로 설정합니다.
- 다음과 같이 피연산자를
Campaign
객체로 설정합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-31(UTC)
[null,null,["최종 업데이트: 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."]]