I tried the below query but I could not get deduplicated unique_users.

I tried replacing the campaign with the customer, but I would still get 3 
rows. (and when changing from campaign to customer, I cannot filter for 
campaigns)
I can not simply add them since this will not give unique users.

Has anyone figured this out before?
I could not find it here.


SELECT
        campaign.id,
        campaign.name,
        metrics.unique_users,
        metrics.average_impression_frequency_per_user,
        metrics.impressions
    FROM
        campaign
    WHERE
        segments.date BETWEEN '2025-01-23' AND '2025-03-31'
        
    AND campaign.id in ('123456', '7891011', '1213141516')

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/60e0e0bb-6a6e-4eb3-bcbb-59a29a184946n%40googlegroups.com.

Reply via email to