rocket
Meet
Merchant API
- the official successor to the Content API for Shopping.
updateGet the latest
on new features, bug fixes, and release updates of the Merchant API.
point_of_sale
Learn how to manage your business and products on Google and how to get programmatic access to
data, insights, and unique capabilities at scale.
Get started with Merchant API today!
Stay organized with collections
Save and categorize content based on your preferences.
Summary
After you've successfully linked a Merchant Center account to your
Google Ads account, you can create Shopping
campaigns.
Shopping campaigns serve ads with an image, title, price, store name, and more.
You can create a Shopping campaign in the Google Ads UI or automatically
with the Google Ads API.
This page explains how you can create a new Shopping campaign with products from
a linked merchant account.
Select a campaign goal and the type of campaign you want to run (Shopping or
Performance Max).
Select your Merchant Center account and the country where your products are
sold, then click CONTINUE.
You can't change the Merchant Center account or country later—you'll
have to create a new campaign with different settings for a different
account or country.
Select a campaign subtype, for example, Smart Shopping.
Upload asset information for responsive display ads. This step is required
in the Merchant Center UI.
If you don't see all your Merchant Center products in Google Ads, make sure
you've uploaded them to the feed for the same Country of Sale you selected
in Google Ads.
Set the campaign's advertising_channel_sub_type to SHOPPING_SMART_ADS.
Create a ShoppingSetting object with the following required fields:
merchant_id
sales_country
You can't change the merchant_id or sales_country for your campaign
later. You need to create a new campaign with different settings for
a different account or country.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["After 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."],["You can create Shopping campaigns manually through the Google Ads UI or automatically using the Google Ads API."],["Shopping campaigns require selecting a Merchant Center account and country of sale during setup, which cannot be changed later."],["For manual creation, you'll need to configure campaign settings such as bidding strategy, budget, and campaign priority."],["When using the Google Ads API for campaign creation, ensure you define the `AdvertisingChannelType` as `SHOPPING` and set the `advertising_channel_sub_type` to `SHOPPING_SMART_ADS`, along with providing `merchant_id` and `sales_country` within the `ShoppingSetting` object."]]],[]]