For some accounts, the destination url column is empty. But for others, it works fine.
=========================================================================== report_downloader = client.GetReportDownloader('https://adwords.google.com', 'v201309') # Predicates filters out things we do not want report = {'reportName': 'Get_kwPerformance', 'dateRangeType': 'LAST_7_DAYS', 'reportType': 'KEYWORDS_PERFORMANCE_REPORT', 'downloadFormat': 'CSV', 'selector': { 'fields': [ 'CampaignStatus', 'AdGroupStatus','KeywordText', 'Id','Status','Clicks','MaxCpc','DestinationUrl'], 'predicates': [ {'field': 'Clicks', 'operator': 'LESS_THAN','values': [str(click_threshold)]}, {'field': 'CampaignStatus', 'operator': 'IN','values': ['ACTIVE']}, {'field': 'AdGroupStatus', 'operator': 'IN','values': ['ENABLED']}, {'field': 'Status', 'operator': 'IN','values': ['ACTIVE']} ] }, 'includeZeroImpressions': 'true' } ====================================================================== -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- 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. For more options, visit https://groups.google.com/groups/opt_out.