Re: Authentication Issue - Migrating from Adwords API to Google Ads API

2021-07-14 Thread Daniel Garstin
Ahh I found the issue. Simple mistake in the end. When creating your dict, make sure 'login-customer-id' is 'login_customer_id' instead. On Monday, July 12, 2021 at 7:43:26 AM UTC+1 mo...@abagada.com wrote: > Hi Peter, Boshy, > > Just to address Boshy's previous question, we are using a product

Re: Authentication Issue - Migrating from Adwords API to Google Ads API

2021-07-14 Thread Daniel Garstin
I am having the same issue as above. I am able to authenticate when using the 'load_from_storage' method however when using 'load_from_dict' it says I don't have permissions. On Monday, July 12, 2021 at 7:43:26 AM UTC+1 mo...@abagada.com wrote: > Hi Peter, Boshy, > > Just to address Boshy's p

Re: Placement Performance Report - Zero data

2021-07-09 Thread Daniel Garstin
Here is a screenshot showing that the placements for the campaign are getting metrics On Friday, July 9, 2021 at 12:05:05 PM UTC+1 Daniel Garstin wrote: > select_list = ('CampaignId', 'CampaignName', 'CampaignStatus', > 'AdGroupId',

Re: Placement Performance Report - Zero data

2021-07-09 Thread Daniel Garstin
', 'AdNetworkType1', 'Impressions', 'Clicks', 'Cost', 'AverageCost', 'VideoViews', 'VideoViewRate', 'Ctr', 'AverageCpm', 'AverageCpc', 'AverageCpv', 'Engagements', 'Engage

Re: Placement Performance Report - Zero data

2021-07-09 Thread Daniel Garstin
.Select(*select_list) .From('PLACEMENT_PERFORMANCE_REPORT') .Where('AdNetworkType1').In('YOUTUBE_WATCH') .Build()) All metric values are zero even though in UI they are populated On Thursday, July 8, 2021 at 3:59:43 AM UTC+1 adsapi wrote: > Hello Daniel, > > Thank you for raising this to us. > >

Placement Performance Report - Zero data

2021-07-07 Thread Daniel Garstin
Hey there, Performance placement reports have suddenly started returning zero metrics data for some of our most recent campaigns. For example I can see on the adwords UI that there are thousands of impressions for a placement, however the reporting api returns zero impressions. Can you advise?

No campaigns returned for production account

2020-02-19 Thread Daniel Garstin
Good morning. I am having trouble returning campaigns for a production customer account. I am able to successfully return campaigns for a test account. My developer token has been approved for basic access (testing and production). The production account id has campaigns that are currently enab