Hello. I'm trying to get campaign data splitted by day, but API showing 
lesser number of records than in Google Ads UI. This problem appears just 
when I add "segments.date" to SELECT clause.
My query: 
SELECT
    campaign.id,
    campaign.name,
    metrics.clicks,
    segments.date
FROM campaign
WHERE segments.date BETWEEN '2020-09-01' AND '2020-09-02'

Thanks,
Andrew Nikolaev

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5d865a1d-1a81-44aa-b787-cb95a13bc605n%40googlegroups.com.

Reply via email to