Hi Ashish, The AdWords API doesn't have a way to get product data.
You could use the Content API for Shopping<https://developers.google.com/shopping-content/>to get this data instead. However, the Content API is designed for inserting product information rather than reading it back. There is no way to search or filter for products that are new, and fetching all products from a large account will likely use up that account's usage quota. It will be much easier if you can divide your campaign on the other available fields so that it will automatically apply to newly added products. If you base your bidding decisions on criteria other than those available in a product partition, and you have some control over the feeds, then you could consider using the ProductCustomAttribute fields to make that data partitionable. Dividing on ProductOfferId<https://developers.google.com/adwords/api/docs/reference/v201402/CampaignCriterionService.ProductOfferId> will always match only one product, so you probably mean that you want to create a new UNIT per product ID, rather than SUBDIVISION. On Friday, April 4, 2014 7:07:07 AM UTC+1, Ashish Pathak wrote: > > Hi, > > From the Shopping campaign I wan't to retrieve Item Id using Adword API in > python and then create separate SUBDIVISION for each item Id and set > different bid for each subdivision. > > Is that possible if yes please help me how do we do that in Python? > > The basic idea is to automatically add new Item in shopping campaign > whenever their is update or addition of item in XML feed. > > Thank you! > > Regards, > Ashish > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/d/optout.
