We are using the Adwords API call listed below to download search phrases for our accounts. The following fields are ' --' empty for all our shopping campaigns DestinationUrl,FinalUrl,TrackingUrlTemplate
Can you tell us how we can get the URL values so we can determine the URLs that got traffic? We particularly need the TrackingUrlTemplate value set, as it contains our tracking parameters. The PPC keywords have data $user->LoadService('ReportDefinitionService', "v$VERSION"); $selector = new Selector(); $selector->fields = array( 'Date' ,'CampaignId' ,'AdGroupId' ,'KeywordId' ,'QueryMatchTypeWithVariant' ,'Query' ,'DestinationUrl' , 'Device' ,'Impressions' ,'Clicks' ,'Cost' ,'Ctr' ,'AdNetworkType1' ,'AdNetworkType2' ,'AveragePosition' ,'AverageCpc' ,'Conversions' ,'ConversionValue' ,'FinalUrl' ,'TrackingUrlTemplate' ); $reportDefinition = new ReportDefinition(); $reportDefinition->selector = $selector; $reportDefinition->reportName = "Search Report $reportDefinition->dateRangeType = 'CUSTOM_DATE'; $reportDefinition->reportType = 'SEARCH_QUERY_PERFORMANCE_REPORT'; $reportDefinition->downloadFormat = 'TSV'; -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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. 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/b4d73bd3-3721-4e64-95a7-64e8610bb18c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.