Re: Unable to fetch the PromotionLine for a Shopping Campaign Ad Group

2015-02-24 Thread Rocky Jaiswal
Thanks Josh, I was actually messing up the queried Adgroup Id and made a wrong assumption regarding the PromotionLine (that it should be nil instead of not even the hash key being there in the response). Sorry to waste your time. Thanks for looking into the AdType selector. Regards, Rocky --

Re: Unable to fetch the PromotionLine for a Shopping Campaign Ad Group

2015-02-23 Thread Josh Radcliff (AdWords API Team)
Hi Rocky, I just tested fetching the promotion line on a ProductAd in my test account, and the API returned it in the response. Please make sure that your ProductAd actually has a promotion line (it's not a required field). I'll look into why we're not documenting a Selector field

Unable to fetch the PromotionLine for a Shopping Campaign Ad Group

2015-02-23 Thread Rocky Jaiswal
Hi Fellow Devs, Below is my sample code to fetch the AdGroup Ad for a Shopping Campaign setup - def fetch_ad_group_ad(ad_group_id) selector = { fields: [ 'Status', 'PromotionLine' ], predicates: [