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ạo Chiến dịch mua sắm
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
Sau khi liên kết thành công một tài khoản Merchant Center với tài khoản Google Ads, bạn có thể tạo chiến dịch Mua sắm.
Chiến dịch Mua sắm phân phát quảng cáo có hình ảnh, tiêu đề, giá, tên cửa hàng và các thông tin khác.
Bạn có thể tạo chiến dịch Mua sắm trong giao diện người dùng Google Ads hoặc tự động bằng API Google Ads.
Trang này giải thích cách bạn có thể tạo một chiến dịch Mua sắm mới với các sản phẩm từ một tài khoản người bán được liên kết.
Các bước thủ công
- Liên kết Merchant Center với Google Ads.
- Đăng nhập vào tài khoản Google Ads.
- Nhấp vào + CHIẾN DỊCH MỚI.
- Chọn mục tiêu chiến dịch và loại chiến dịch mà bạn muốn chạy (Mua sắm hoặc Tối đa hoá hiệu suất).
Chọn tài khoản Merchant Center và quốc gia nơi bạn bán sản phẩm, rồi nhấp vào TIẾP TỤC.
Sau này, bạn không thể thay đổi tài khoản Merchant Center hoặc quốc gia. Bạn sẽ phải tạo một chiến dịch mới có chế độ cài đặt khác cho một tài khoản hoặc quốc gia khác.
Chọn một loại chiến dịch phụ, ví dụ: Mua sắm thông minh.
Nhập tên cho chiến dịch và định cấu hình các chế độ cài đặt khác, chẳng hạn như chiến lược giá thầu, ngân sách và mức độ ưu tiên của chiến dịch.
Nhấp vào LƯU VÀ TIẾP TỤC.
Chọn một nhóm sản phẩm để sử dụng cho chiến dịch của bạn.
Tải thông tin về thành phần lên cho quảng cáo hiển thị thích ứng. Đây là bước bắt buộc trong giao diện người dùng Merchant Center.
Nếu bạn không thấy tất cả sản phẩm của mình trong Merchant Center trên Google Ads, hãy đảm bảo rằng bạn đã tải các sản phẩm đó lên nguồn cấp dữ liệu cho cùng một Quốc gia bán hàng mà bạn đã chọn trong Google Ads.
Các bước tự động
- Liên kết Merchant Center với Google Ads.
- Đặt
AdvertisingChannelType
thành SHOPPING
.
- Đặt
advertising_channel_sub_type
của chiến dịch thành SHOPPING_SMART_ADS
.
Tạo một đối tượng ShoppingSetting
có các trường bắt buộc sau:
merchant_id
sales_country
Sau này, bạn không thể thay đổi merchant_id
hoặc sales_country
cho chiến dịch của mình. Bạn cần tạo một chiến dịch mới với chế độ cài đặt khác cho một tài khoản hoặc quốc gia khác.
Thêm ShoppingSetting
vào chiến dịch của bạn.
Đặt một chiến lược giá thầu ở cấp chiến dịch.
Tạo ngân sách chiến dịch mới (chỉ ngân sách không dùng chung).
Hãy xem Chiến dịch Mua sắm mẫu và Tạo chiến dịch Mua sắm mới để biết thêm thông tin.
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\u003eAfter linking your Merchant Center and Google Ads accounts, you can create Shopping campaigns to showcase product details like image, title, price, and store name in your ads.\u003c/p\u003e\n"],["\u003cp\u003eYou can create Shopping campaigns manually through the Google Ads UI or automatically using the Google Ads API.\u003c/p\u003e\n"],["\u003cp\u003eShopping campaigns require selecting a Merchant Center account and country of sale during setup, which cannot be changed later.\u003c/p\u003e\n"],["\u003cp\u003eFor manual creation, you'll need to configure campaign settings such as bidding strategy, budget, and campaign priority.\u003c/p\u003e\n"],["\u003cp\u003eWhen using the Google Ads API for campaign creation, ensure you define the \u003ccode\u003eAdvertisingChannelType\u003c/code\u003e as \u003ccode\u003eSHOPPING\u003c/code\u003e and set the \u003ccode\u003eadvertising_channel_sub_type\u003c/code\u003e to \u003ccode\u003eSHOPPING_SMART_ADS\u003c/code\u003e, along with providing \u003ccode\u003emerchant_id\u003c/code\u003e and \u003ccode\u003esales_country\u003c/code\u003e within the \u003ccode\u003eShoppingSetting\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Create a Shopping campaign\n\nSummary\n-------\n\nAfter you've successfully linked a Merchant Center account to your\n[Google Ads](/google-ads/api/docs/start) account, you can create [Shopping\ncampaigns](https://support.google.com/google-ads/answer/2454022).\n\nShopping campaigns serve ads with an image, title, price, store name, and more.\nYou can [create a Shopping campaign](https://support.google.com/google-ads/answer/3455481) in the Google Ads UI or automatically\nwith the [Google Ads API](/google-ads/api/docs/shopping-ads/create-campaign).\n\nThis page explains how you can create a new Shopping campaign with products from\na linked merchant account.\n\nManual steps\n------------\n\n1. [Link Merchant Center to Google Ads](/google-ads/shopping/feed-management/articles/t15).\n2. Sign in to your [Google Ads account](https://ads.google.com/).\n3. Click **+ NEW CAMPAIGN**.\n4. Select a campaign goal and the type of campaign you want to run (Shopping or Performance Max).\n5. Select your Merchant Center account and the country where your products are\n sold, then click **CONTINUE**.\n\n You can't change the Merchant Center account or country later---you'll\n have to create a new campaign with different settings for a different\n account or country.\n6. Select a campaign subtype, for example, Smart Shopping.\n\n7. Enter a name for your campaign and configure other settings, like your\n [bidding strategy](https://support.google.com/google-ads/answer/2472725), [budget](https://support.google.com/google-ads/answer/2375420), and [campaign priority](https://support.google.com/google-ads/answer/6275296).\n\n8. Click **SAVE \\& CONTINUE**.\n\n9. Choose a product group to use for your campaign.\n\n10. Upload asset information for [responsive display ads](https://support.google.com/google-ads/answer/6363750). This step is required\n in the Merchant Center UI.\n\nIf you don't see all your Merchant Center products in Google Ads, make sure\nyou've uploaded them to the feed for the same **Country of Sale** you selected\nin Google Ads.\n\nAutomatic steps\n---------------\n\n1. [Link Merchant Center to Google Ads](/google-ads/shopping/feed-management/articles/t15).\n2. Set the [`AdvertisingChannelType`](/google-ads/api/reference/rpc/latest/AdvertisingChannelTypeEnum.AdvertisingChannelType) to `SHOPPING`.\n3. Set the campaign's `advertising_channel_sub_type` to `SHOPPING_SMART_ADS`.\n4. Create a [`ShoppingSetting`](/google-ads/api/reference/rpc/latest/Campaign.ShoppingSetting) object with the following required fields:\n\n - `merchant_id`\n - `sales_country`\n\n You can't change the `merchant_id` or `sales_country` for your campaign\n later. You need to create a new campaign with different settings for\n a different account or country.\n5. Add the `ShoppingSetting` to your campaign.\n\n6. Set a [campaign-level bid strategy](/google-ads/api/docs/shopping-ads/create-campaign#campaign_bid_strategy_2).\n\n7. Create a new campaign budget (only non-shared budgets).\n\nSee the [Shopping campaign sample](/google-ads/api/docs/shopping-ads/create-campaign) and [Create a new Shopping Campaign](/google-ads/api/docs/shopping-ads/create-campaign#smart_shopping_campaigns) for\nmore information."]]