rocket
Meet
Merchant API
– phiên bản chính thức thay thế Content API for Shopping.
update
Nhận thông tin mới nhất
về các tính năng mới, bản sửa lỗi và thông tin cập nhật về bản phát hành của Merchant API.
point_of_sale
Tìm hiểu cách quản lý doanh nghiệp và sản phẩm của bạn trên Google, cũng như cách truy cập vào dữ liệu, thông tin chi tiết và các chức năng riêng biệt ở quy mô lớn theo phương thức lập trình.
Bắt đầu sử dụng Merchant API ngay hôm nay!
Đặt mức độ ưu tiên của chiến dịch
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tóm tắt
Mức độ ưu tiên của chiến dịch sẽ xác định giá thầu ưu tiên cho cùng một sản phẩm trên nhiều chiến dịch Mua sắm ở cùng một quốc gia.
Các mức ưu tiên của chiến dịch sẽ không ảnh hưởng đến mức độ phù hợp khi tìm kiếm hay xác suất sản phẩm của bạn hiển thị trên Google Mua sắm. Các mức ưu tiên giúp bạn kiểm soát tốt hơn những sản phẩm và giá thầu quan trọng nhất.
Để biết thêm thông tin chi tiết về cách sử dụng mức độ ưu tiên, hãy xem hướng dẫn về các phương pháp hay nhất cho Mua sắm.
Các bước thủ công
Dưới đây là các bước để đặt mức độ ưu tiên của chiến dịch thông qua giao diện người dùng Google Ads:
- Tạo Chiến dịch mua sắm.
- Đăng nhập vào tài khoản Google Ads.
- Nhấp vào Cài đặt cho chiến dịch mà bạn muốn chỉnh sửa.
- Chọn một trong các cấp Mức độ ưu tiên của chiến dịch sau đây:
- Thấp (mặc định)
- Phương tiện
- Cao
- Nhấp vào Lưu.
Hãy xem bài viết Sử dụng mức độ ưu tiên của chiến dịch cho chiến dịch Mua sắm để biết thêm thông tin.
Các bước tự động
Sau đây là cách đặt mức độ ưu tiên của chiến dịch bằng API Google Ads:
- Đảm bảo bạn đã tạo chiến dịch thành công và có mã chiến dịch.
- Tạo
MutateCampaignsRequest
như sau:
- Đặt
CampaignOperation
thành update
.
- Đặt toán hạng thành một đối tượng
Campaign
như sau:
- Đặt
id
thành mã chiến dịch.
- Đặt
campaign_priority
cho ShoppingSetting
thành một trong những giá trị sau:
0
cho mức Thấp.
1
cho Trung bình.
2
cho mức Cao.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-31 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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."]]