Re: Campaign Progress

2014-02-20 Thread Anash P. Oommen (AdWords API Team)
Hi, You could refer to this code example: https://github.com/googleads/googleads-python-lib/blob/master/examples/adspygoogle/adwords/v201309/reporting/download_criteria_report.py. You should be able to download the data to memory instead of a file if you pass the file_path as None. See http

Re: Campaign Progress

2014-02-19 Thread Amr Abdel-wahab
Well I am exactly in the same state but using the python client library,, I really need to know how to get these data in the python code not to download it On Wednesday, July 11, 2012 12:50:38 AM UTC+2, Marco Contreras wrote: > > Hello > > I am working with php library version v201109, reviewin

Re: Campaign Progress

2012-07-12 Thread Dorian Kind
Hi Marco, here's a report definition for use with the ad hoc reporting functionality ( that should produce the data you need (although I haven't tested it): https://adwords.google.com/api/adwords/cm/v201109";>

Re: Campaign Progress

2012-07-11 Thread Marco Contreras
Hi Dorian Thanks for the help, but what I really wanted to have this format. Data 01/05/2012 to 04/05/2012 *Date* *Campaign* *Clics* *CPC* 01/05/2012 demo 1500 0,25 02/05/2012 demo 1235 0,24 03/05/2012 demo 1874 0,27 01/05/2012 autos 1200 0,15 02/

Re: Campaign Progress

2012-07-11 Thread Dorian Kind
Sorry, linked to the wrong reference page, here's the correct one: On Wednesday, July 11, 2012 1:44:51 PM UTC+2, Dorian Kind wrote: > > Hi Marco, > > when using the CampaignService, you can only get to

Re: Campaign Progress

2012-07-11 Thread Dorian Kind
Hi Marco, when using the CampaignService, you can only get total statistic data for the whole dateRange that you specify in your selector. Also, only a subset of all available metrics is supported:. To get da

Campaign Progress

2012-07-10 Thread Marco Contreras
Hello I am working with php library version v201109, reviewing the documentation in which I saw examples of working with 'CampaignService' which allows me to retrieve the cpc, clicks, etc. My question is whether you can recover data from campaigns within a specified date range, but show me t