Re-posting the last inquiry (
https://groups.google.com/g/adwords-api/c/W20uXsQXUas) from the forum as it 
wasn't routed to our support queue.

Regards,
Google Ads API Team
On Friday, March 3, 2023 at 2:58:36 AM UTC+8 ignacio...@mercadolibre.com 
wrote:

> Hello! How are you?
>
> I want to make a script in python to download data with the following 
> columns:
> Date, Campaign Name, Region, Cost, Clicks. I have with geographic_view, 
> location_view and user_location_view in the FROM clause of the query but it 
> didn't work. 
>
> Here´s an example:
> query = """
>      SELECT 
>         segments.date,
>         campaign.name,
>         user_location_view.resource_name,
>         metrics.cost_micros,
>         metrics.clicks
>       FROM user_location_view
>       WHERE segments.date BETWEEN '2023-02-28' AND '2023-03-01'
>       AND metrics.impressions > 1
>       ORDER BY segments.date DESC"""
>
> Could you help me build the query? The account is inArgentina so Region 
> should be like Buenos Aires, Buenos Aires Province, Catamarca Province, 
> Chaco Province, etc
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e8ff5b4e-198e-41bb-a61d-a89dc444ce5cn%40googlegroups.com.

Reply via email to