Re: Can't get Campaign Audience bids through API.

2019-09-19 Thread Google Ads API Forum Advisor Prod
Hello Dariusz, I have used the same search query on my test account and I was able to pull all the details. If you are not seeing any data it might be that the account you are using might not have data. To check this you could share the customer id of the account using reply privately to the au

Re: Can't get Campaign Audience bids through API.

2019-09-18 Thread Dariusz Ciemięga
SELECT campaign_criterion.type, campaign_criterion.bid_modifier, campaign_criterion.campaign, campaign_criterion.status, campaign_audience_view.resource_name FROM campaign_audience_view also empty :/ On Wednesday, September 18, 2019 at 8:11:04 PM UTC+2, adsapiforumadvisor wrote: > > Hello Dari

Re: Can't get Campaign Audience bids through API.

2019-09-18 Thread Google Ads API Forum Advisor Prod
Hello Dariusz, Could you please add the field campaign_audience_view.resource_name in your GAQL query and try? Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHH8G4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blo

Re: Can't get Campaign Audience bids through API.

2019-09-18 Thread Dariusz Ciemięga
Thanks for the quick replay. I tried SELECT campaign_criterion.type, campaign_criterion.bid_modifier, campaign_criterion.campaign, campaign_criterion.status FROM campaign_audience_view but I got no results. On Wednesday, September 18, 2019 at 5:02:38 PM UTC+2, adsapiforumadvisor wrote: > >

RE: Can't get Campaign Audience bids through API.

2019-09-18 Thread Google Ads API Forum Advisor Prod
Hello Dariusz, Could you please use campaign_audience_view instead to fetch audiences targeting to your campaign? Please give it a try and let me know if you have any further questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHH8G4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Can't get Campaign Audience bids through API.

2019-09-17 Thread Dariusz Ciemięga
On a test account my campaign has two audiences with set bids [image: Screenshot 2019-09-17 at 14.41.51.png] but I can't get them with *GoogleAdsService* and query *SELECT campaign_criterion.type, campaign_criterion.bid_modifier FROM campaign_criterion .* I receive only types: LANGUAGE, LOCATIO