rocket
Découvrez l'API Merchant, qui succède officiellement à Content API for Shopping.
updateDécouvrez les dernières nouveautés
concernant les nouvelles fonctionnalités, les corrections de bugs et les mises à jour de l'API Merchant.
point_of_sale
Découvrez comment gérer votre entreprise et vos produits sur Google, et comment accéder de manière programmatique à des données, des insights et des fonctionnalités uniques à grande échelle.
Commencez à utiliser l'API Merchant dès aujourd'hui !
Dans Google Shopping, les enchères sont définies au niveau des groupes de produits, et non des mots clés. Pour en savoir plus sur les pratiques d'enchères, consultez Créer et optimiser des campagnes Shopping.
Étapes manuelles
Voici la procédure à suivre pour configurer des groupes d'annonces dans l'UI Google Ads.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/05 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/05 (UTC)."],[[["\u003cp\u003eShopping campaigns utilize ad groups for structuring bids and applying features like bid adjustments and negative keywords.\u003c/p\u003e\n"],["\u003cp\u003eBids in Shopping campaigns are assigned to product groups, which are subdivisions of ad groups used to organize products by attributes such as brand or product type.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage ad groups manually through the Google Ads UI or automatically using the Google Ads API.\u003c/p\u003e\n"],["\u003cp\u003eWhen a product is included in multiple ad groups within the same campaign, the highest bid among those groups will be used.\u003c/p\u003e\n"],["\u003cp\u003eProduct groups offer a way to further refine ad group targeting and organization, allowing for more granular control over bidding and product visibility.\u003c/p\u003e\n"]]],[],null,["# Manage a Shopping campaign with ad groups\n\nSummary\n-------\n\nYou can use ad groups to structure a [Shopping campaign](/google-ads/shopping/campaign-management/articles/t18) for bidding.\n\nAd groups let you use features like bid adjustments and negative\nkeywords.\n\nIf you include a product in multiple ad groups in the same campaign, the\nhighest bid is used.\n\nYou can use [Product groups](https://support.google.com/google-ads/answer/3517331) to subdivide and arrange your products under ad\ngroups. See [Create product groups](/google-ads/shopping/campaign-management/articles/t20) for more information.\n\nIn Google Shopping, bids are placed on product groups, not keywords. For\nmore information on bidding practices, see [Build and optimize Shopping\ncampaigns](https://support.google.com/google-ads/answer/6167176).\n\nManual steps\n------------\n\nHere are the steps to set up ad groups with the [Google Ads\nUI](//ads.google.com).\n\n1. Create a new [Shopping campaign](/google-ads/shopping/campaign-management/articles/t18).\n2. Create a new ad group and enter a name.\n3. Depending on your campaign type, you can subdivide your ad group into\n product groups by attributes. Here are some examples:\n\n - Brand\n - Item ID\n - Custom label\n - Product type\n - Google Product Category\n4. Check your product groups. If you didn't subdivide your ad group, see\n [Manage a Shopping campaign with product groups](https://support.google.com/google-ads/answer/6275317).\n\n5. [Pause or enable your ad\n groups](//support.google.com/google-ads/answer/2375409).\n\nSee [Manage a Shopping campaign with ad groups](https://support.google.com/google-ads/answer/6275304) for more information.\n\nAutomatic steps\n---------------\n\nHere are the steps to create ad groups with the [Google Ads\nAPI](/google-ads/api/docs/start).\n\nMake sure you've already [linked Merchant Center to Google Ads](/google-ads/shopping/full-automation/articles/t15) and\n[created a new campaign](/google-ads/api/docs/shopping-ads/create-campaign).\n\n1. Select `SHOPPING_PRODUCT_ADS` or `SHOPPING_SMART_ADS` as the\n [`AdGroupType`](/google-ads/api/reference/rpc/latest/AdGroupTypeEnum.AdGroupType).\n\n You can't change the `AdGroupType` later.\n2. [Create an ad](/google-ads/api/docs/shopping-ads/create-ad-group-ad).\n\n3. Use [Shopping Listing Groups](/google-ads/api/docs/shopping-ads/create-listing-groups) to organize your products.\n\nSee [Create ad group](/google-ads/api/docs/shopping-ads/create-ad-group) for more detail."]]