Ad Schedule View report differs from Campaign Report and Ads UI

31 views
Skip to first unread message

Constantin Cebanu

unread,
Mar 21, 2024, 5:44:03 PM3/21/24
to Google Ads API and AdWords API Forum
const AD_SCHEDULE_QUERY = `
  SELECT
    campaign.id,
    campaign_criterion.criterion_id,
    ad_schedule_view.resource_name,
    metrics.clicks,
    metrics.conversions,
    metrics.cost_micros,
    metrics.impressions
  FROM
    ad_schedule_view
  WHERE
    segments.date = '2024-01-17'
    AND campaign.id = 20942283096
`;
const CAMPAIGN_PERF_QUERY = `
  SELECT
    metrics.clicks,
    metrics.conversions,
    metrics.cost_micros,
    metrics.impressions
  FROM
    campaign
  WHERE
    segments.date = '2024-01-17'
    AND campaign.id = 20942283096
`;

Google Ads API Forum Advisor

unread,
Mar 21, 2024, 6:49:36 PM3/21/24
to const...@axess-industries.com, adwor...@googlegroups.com
Hi,

Thank you for reaching out to the Google Ads API support team.

In order to investigate the issue further, kindly provide us with the uncropped UI screenshot of the Google Ads account and complete API logs (request and response with request-id and request header) generated at your end.

If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java.NetPHPPythonRuby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct private reply to this email.
 
This message is in relation to case "ref:!00D1U01174p.!5004Q02s09ox:ref" (ADR-00228291)

Thanks,
 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages