Impressions value is not match KEYWORDLESS_CATEGORY_REPORT and Google Ads Manager

18 views
Skip to first unread message

Apithana B.

unread,
Jun 21, 2019, 8:23:01 AM6/21/19
to AdWords API and Google Ads API Forum
Hello, i have a question with "Impressions" field, is not match in Google Ads Manager
in the attachs file is show the result that i request with python3
* date range in Google Ads Manager are set as same as the Query


a reproduce code is down below

def dynamicAdsPerformance(client):
    report_downloader = client.GetReportDownloader(version='v201809')
    report_query = (adwords.ReportQueryBuilder()
                  .Select(
                    'CampaignId', 
                    'CampaignName', 
                    'Domain',
                    'Clicks', 
                    'Cost', 
                    'Impressions', 
                    'Ctr', 
                    'AverageCpc', 
                    'Conversions', 
                    'ConversionRate',
                    'CostPerConversion')
                  .From('KEYWORDLESS_CATEGORY_REPORT')
                  .Where('CampaignStatus').In('ENABLED')
                  .During('YESTERDAY')
                  .Build())

    report_downloader.DownloadReportWithAwql(
            report_query,
            'CSV', 
            sys.stdout, 
            skip_report_header=False,
            skip_column_header=False, 
            skip_report_summary=False,
            )
incorrectcolumnimpr.png

Google Ads API Forum Advisor Prod

unread,
Jun 21, 2019, 2:21:52 PM6/21/19
to apit...@theiconweb.com, adwor...@googlegroups.com
Hello, 

Could you please share the client customer Id where you are seeing this discrepancy to check this further? You can share the details privately via Reply privately to author option.

Regards,
Bharani, Google Ads API Team

ref:_00D1U1174p._5001UCYmZx:ref

Google Ads API Forum Advisor Prod

unread,
Jun 24, 2019, 12:19:09 PM6/24/19
to apit...@theiconweb.com, adwor...@googlegroups.com
Hello Apithana, 

Thank you for the details. The KEYWORDLESS_CATEGORY_REPORT is not yet available in the new Google Ads UI. Could you please share more details on how you are mapping these results in the Google Ads UI? If you're referring to the Impressions in the Keywords tab in the UI, you will need to use the Keywords Performance Report.  
Message has been deleted

Google Ads API Forum Advisor Prod

unread,
Jun 25, 2019, 9:27:55 AM6/25/19
to apit...@theiconweb.com, adwor...@googlegroups.com
Hi Apithana, 

That's right. To pull the negative keyword list, you may use the IsNegative field. You can also use the Campaign Negative Keywords Performance Report to retrieve attributes of keyword-based NegativeCampaignCriterion objects.

Let me know if you have any other questions.
Reply all
Reply to author
Forward
0 new messages