Hi, I don't see any way to achieve your goal without fetching Account 
Performance Report using Python. I prefer to fetch report as stream with 
selector and parse my desired result. Parsing your desired result won't be 
difficult once you print the report as string. 

Check the source code below
https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201702/reporting/download_criteria_report_as_stream_with_selector.py
You need to change 
"reportType" with "ACCOUNT_PERFORMANCE_REPORT 
<https://developers.google.com/adwords/api/docs/appendix/reports/account-performance-report#accountcurrencycode>
"
and 
"fields" with ["Cost", "Ctr"]

On Friday, May 26, 2017 at 9:09:38 AM UTC+6, cam...@dintdigital.com wrote:
>
> I don't want to download the report. I just want to get the cost and the 
> ctr in the account I manage. How can I do this with python?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/34983eab-cd33-497f-b1af-ad2afe948f17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to