Greetings!

I need to fetch the total amount spent on ads on a per day basis. The query 
I created for this is the following:

SELECT metrics.cost_micros,
                campaign.id
FROM ad_group
WHERE segments.date = '%s'
AND metrics.cost_micros > 0

Is this the correct way to fetch this information? is there a way to 
improve the performance of this query, as I usually need to fetch at least 
a month of costs per request.

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/1fba3d6a-e431-432e-9940-9ac34a14f160n%40googlegroups.com.

Reply via email to