Hi Anshul, Could you please confirm you have linked your Merchant center to the AdWords Account? If not, please follow the steps in this guide <https://support.google.com/adwords/answer/6159060?hl=en&co=ADWORDS.IsAWNCustomer=false>. After linking, you can create shopping campaign via AdWords API. Please refer the sample code in java here <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201802/shoppingcampaigns/AddShoppingCampaign.java>. In the code, you will need to specify the merchant center Id which is linked with the AdWords account. Samples in other language can be found here <https://developers.google.com/adwords/api/docs/clientlibraries>. To create Shopping campaign via AdWords UI, please follow the steps in this guide <https://support.google.com/adwords/answer/3455481?hl=en&from=1306912&rd=2&visit_id=1-636573325761058828-2880610373>. All the approved products should be available for you in the AdWords to use with your shopping campaign. You may have to create the product partition tree with the appropriate product dimensions. You could also refer to the AddProductPartitionTree <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fgoogleads%2Fgoogleads-java-lib%2Fblob%2Fmaster%2Fexamples%2Fadwords_axis%2Fsrc%2Fmain%2Fjava%2Fadwords%2Faxis%2Fv201802%2Fshoppingcampaigns%2FAddProductPartitionTree.java&sa=D&sntz=1&usg=AFQjCNHiRTnCV2Pc-2bwE4v7T1Gx3qviWA> in Java for the complete code sample. The guide on shopping campaigns <https://developers.google.com/adwords/api/docs/guides/shopping#partitioning> should be helpful for you.
Let me know if you have further questions. Thanks, Milind, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 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/101e7efd-8e31-4d85-afad-fe333505aef0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
