Hi Bernardo, The only way to get stats such as impressions, clicks, cost, etc., from the AdWords API is through report requests. However, you are not required to download the data to a file. For example, you could read the stream of results and do your own custom processing, similar to what is shown in the download_criteria_report_as_stream_with_awql.py example <https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201702/reporting/download_criteria_report_as_stream_with_awql.py> .
Cheers, Josh, AdWords API Team On Monday, March 27, 2017 at 9:38:42 PM UTC-4, [email protected] wrote: > > Hello, > > sorry to bump this old topic but I thought I'd use it since the question > is the same. > > I'm using the AdWords API Python library, 'v201702', and I'm trying to get > impressions for a campaign but so far the only way I found to do this is > via the report download. > > Is it possible to just retrieve the data without downloading a file? > > I'm taking my first steps with the API so maybe I just haven't found how > to this yet. Tks a lot for the help. > > Bernardo Doré > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. 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/d0775b2a-4628-4f58-b24a-d8c61811aab6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
