query to return views campaign

16 views
Skip to first unread message

Bruno Almeida

unread,
Aug 8, 2024, 8:01:43 PM8/8/24
to Google Ads API and AdWords API Forum
Hello everybody, How are you? I have a question, if anyone knows how to tell me, it will save me, I'm having difficulty returning the number of views I have in the campaigns I'm consuming, even reading the GAQL documentation I haven't found how to return it besides the data below, also the amount of views of my campaigns, can anyone help me please

SELECT
    campaign.id,
    campaign.name,
    campaign.status,
    campaign.start_date,
    campaign.end_date,
    metrics.average_cpv,
    metrics.average_cpm,
    metrics.average_cpe,
    metrics.average_cpc,
    metrics.average_cost,
    metrics.cost_micros,
    metrics.ctr,
    metrics.clicks,
    metrics.impressions,
    metrics.engagements,
    metrics.conversions,
    segments.date
FROM campaign
WHERE
    segments.date = '{date_to_process}'

Google Ads API Forum Advisor

unread,
Aug 9, 2024, 7:31:20 AM8/9/24
to brunoalmei...@gmail.com, adwor...@googlegroups.com
Hi,

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

Based on the information provided, I understand that you are seeking guidance on how to retrieve the number of views and amount of views for your campaigns using the Google Ads API. You can use the metrics.video_views field in your query to obtain the views for your campaigns. Kindly note that you haven't shared your customer ID and the campaign ID from which you are trying to retrieve the data. I would request you to kindly share the uncropped UI screenshot of the Google Ads account (with visible customer ID) by highlighting the fields and metrics from which you are trying to retrieve the data using the Google Ads API. 

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.!5004Q02vEiTP:ref" (ADR-00262582)

Thanks,
 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages