I use simple query to extract the information about the campaign of certain
account:
query = """
SELECT campaign.id,
campaign.name,
customer.id,
segments.date,
location_view.resource_name,
metrics.clicks,
metrics.impressions,
metrics.conversions,
metrics.cost_micros
FROM location_view
WHERE segments.date > '2020-07-01' AND segments.date < '2021-07-21'
ORDER BY
segments.date ASC """
However, it extracts all the campaigns but one. I tried using the
geographic_view source instead, and it solved the problem of downloading,
however I need information regarding the regions from the location_view
source.
I am looking forward to someone's assistance
Arkadiy Voronkin
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2ba57a49-ffda-4c0e-9f56-8c85bcb7f61en%40googlegroups.com.