Re: Get destination url report for only paused adgroups

2012-08-05 Thread Ewan Heming
Sorry, the Python AWQL example is: http://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/adspygoogle/adwords/v201206/reporting/download_criteria_report_with_awql.py On Sunday, August 5, 2012 5:52:03 PM UTC+1, Ewan Heming wrote: > > Hi Sumit, > > You just need to add a > pr

Re: Get destination url report for only paused adgroups

2012-08-05 Thread Ewan Heming
Hi Sumit, You just need to add a predicateto the selector to filter your report. I'm not too familiar with Python, but I thing the following should work: report_downloader = client.GetReportDownl

Get destination url report for only paused adgroups

2012-08-05 Thread sumit gupta
Hi , I am using python client library and I am trying to get destination url report for only only those adgroup which are paused .I am using below code- report_downloader = client.GetReportDownloader( 'https://adwords.google.com', 'v201109') # Create report definition. report = {