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 = { 'reportName': 'DESTINATION_URL_REPORT', 'dateRangeType':'YESTERDAY', 'reportType': 'DESTINATION_URL_REPORT', 'downloadFormat': 'CSV', 'selector': { 'fields': ['AdGroupId','AdGroupStatus','EffectiveDestinationUrl','Clicks','Impressions'] }, # Enable to get rows with zero impressions. 'includeZeroImpressions': 'false', } this gives me destination url report for all the urls where impressions was not zero. I want this report only for paused adgroups. Can anyone help?? Thanks, Sumit -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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