I have the same question  like this topic  
<https://groups.google.com/g/adwords-api/c/zwcG28rrYBA/m/HLJmCXpHAgAJ>; I 
can not solve the problem by use that recommend .
>From the apis we need realtime get metics cost_micros、impressions、clicks by 
dimension country_criterion_id、campaign、date、hour  ;but from below query  I 
can not fetch the data.

My query like this :

SELECT campaign.id,
campaign.name, 
segments.date,
segments.hour, -- Tip:from the recommend way ,this query error info is 
segments.hour 
could not support requested resources:geographic_view
geographic_view.country_criterion_id,
metrics.impressions,
metrics.clicks,
metrics.ctr,
metrics.cost_micros,
metrics.average_cpc,
metrics.average_cpm,
metrics.conversions
FROM geographic_view
WHERE segments.date BETWEEN '2020-08-13' AND '2020-08-13'

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6cba30c5-022c-4b30-9816-3191c0e2bdefo%40googlegroups.com.

Reply via email to