Hi, Yes, to create a new product group, you will need to create a Shopping Campaign, then create a SHOPPING_PRODUCT_ADS adgroup or SHOPPING_SHOWCASE_ADS adgroup. After that, you will be able to add ProductAd <https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.ProductAd> or a ShowcaseAd <https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.ShowcaseAd> to your Ad group and then, decide which products to include and how much to bid for them. Please refer this section <https://developers.google.com/adwords/api/docs/guides/shopping#creating_a_shopping_campaign> of guide for better clarity which has code samples as well. When you create a Shopping Campaign, you will need to set a budget <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201806/BasicOperations/AddCampaigns.php#L90-L91>. You will need to get this budget id and pass it when creating the Shopping Campaign. The MERCHANT_ID will be the Merchant Center Account ID that your products belong to. Please give it a try and let me know if you have any further questions.
Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ba1d889c-0f64-4c62-a0b0-fc04569a232e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
