Re: The results from two Google Ads APIs are different

2019-08-15 Thread Igor Selitsky
I use python SDK. Campaign Performance: report_downloader = client.GetReportDownloader(version='v201809') report_query = (adwords.ReportQueryBuilder() .Select('CampaignId', 'CampaignName', 'Cost') .From('CAMPAIGN_PERFORMANCE_REPORT') .Wher

RE: The results from two Google Ads APIs are different

2019-08-14 Thread Google Ads API Forum Advisor Prod
Hi Igor, Thanks for providing further details. So that I can further investigate, could you send to me the report definition(including date filters, if any) used to generate the Campaign Performance Report and Campaign Location Target Report? Regards, Ejay Google Ads API Team ref:_00D1U1174p._

Re: The results from two Google Ads APIs are different

2019-08-14 Thread Igor Selitsky
Yes, I compare these reports by total Cost, Click, Impressions by campaign. For example campaign Id 1987714293 for period 1 Jul-1Aug 2019: Campaign Location Target Report show Total: Campaign and total locations 6,820,561.27 (other locations is zero). Campaign Performance report 6,553,931.27 Cam

RE: The results from two Google Ads APIs are different

2019-08-14 Thread Google Ads API Forum Advisor Prod
Hi Igor, Could you confirm if my understanding is correct that you are comparing the data of generated in Campaign Performance Report and Campaign Location Target Report? I am afraid that you will indeed experience data discrepancies as the data/metrics of the said report are accumulated at dif

Re: The results from two Google Ads APIs are different

2019-08-13 Thread Igor Selitsky
Could you explain why do reports show different numbers? Does Campaign Performance always show higher values? In my case numbers are almost the same, but sometimes differ. For one campaign I see cost higher by 4% in Campaign Location Target Report. Currently where is no way to get geo split for

RE: The results from two Google Ads APIs are different

2019-07-18 Thread Google Ads API Forum Advisor Prod
Hi, Upon checking your account, both values from the Campaign Performance Report and the Campaign Location Target Report are identical with the values in Google Ads UI. We don't recommend comparing those reports as the Campaigns Performance report includes all statistics aggregated by default a

The results from two Google Ads APIs are different

2019-07-18 Thread 'Nan Wu' via AdWords API and Google Ads API Forum
Hi, We use two APIs to get the data from Google Ads which are 'campaign location target' API and 'campaign performance' API, but the click results from two APIs are different. The results from 'campaign performance' API is right. So how can we get the correct click results from 'campaign locati