rocket Meet
Merchant API - কেনাকাটার জন্য সামগ্রী API-এর অফিসিয়াল উত্তরসূরি৷
update নতুন বৈশিষ্ট্য, বাগ ফিক্স এবং মার্চেন্ট এপিআই-এর আপডেটের
সর্বশেষ তথ্য পান ।
point_of_sale Google-এ আপনার ব্যবসা এবং পণ্যগুলি কীভাবে পরিচালনা করবেন এবং কীভাবে ডেটা, অন্তর্দৃষ্টি, এবং স্কেলে অনন্য ক্ষমতাগুলিতে প্রোগ্রাম্যাটিক অ্যাক্সেস পাবেন তা জানুন।
আজই মার্চেন্ট API দিয়ে শুরু করুন!
প্রচারাভিযানের অগ্রাধিকার সেট করুন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
{% অন্তর্ভুক্ত "/google-ads/shopping/articles/___t22" %}
,
{% অন্তর্ভুক্ত "/google-ads/shopping/articles/___t22" %}
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 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."]]