Ruby AdWords client, add_shopping_campaign.rb -derived code not adding a product group

2016-01-19 Thread doug livesey
Hi -- I've been adapting the code in the Ruby examples: https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201506/shopping_campaigns/add_shopping_campaign.rb However, the campaign, once created, gets no impressions -- it's been running all weekend. We think that i

Re: Ruby AdWords client, add_shopping_campaign.rb -derived code not adding a product group

2016-01-19 Thread Yin Niu
Hi Doug, If you create a shopping campaign from UI, a default product group will be created for you. In API, you need to create one yourself. Otherwise it is an empty AdGroup and won't serve. This link explains how

Re: Ruby AdWords client, add_shopping_campaign.rb -derived code not adding a product group

2016-01-20 Thread doug livesey
That seems to be doing the trick, thankyou! I'll see if the created campaign is working, then mark this as complete. Thanks again! On Tuesday, 19 January 2016 21:17:14 UTC, Yin Niu wrote: > > Hi Doug, > > If you create a shopping campaign from UI, a default product group will be > created for y