Hi Gigel, Have you tried using the DESTINATION_URL_REPORT <https://developers.google.com/adwords/api/docs/appendix/reports#destination-url>? In particular, the *EffectiveDestinationUrl* field should give you the destination URL of the keyword that triggered the ad (if it has a destination URL), else the destination URL of the ad.
Another option is the PLACEHOLDER_FEED_ITEM_REPORT <https://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item> with a predicate on *IsSelfAction = TRUE*. This will show you stats by feed item ID. The *IsSelfAction* filter will limit the data to impressions where the feed item was actually clicked, not just shown. You can then look at the *AttributeValues* field to see the URL of the feed item that corresponds to your dynamic remarketing data. Cheers, Josh, AdWords API Team On Tuesday, May 26, 2015 at 7:36:18 AM UTC-7, Gigel Chiazna wrote: > > I have a display dynamic remarketing campaign that shows ads based on a > feed & selected templates. > > I noticed that AD_PERFORMANCE_REPORT does not return the clicked url but > probably adgroup generic destination URL. I am interested in retrieveing > all ads creativs specially urls. What is the way do do it? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/3f03df60-f0cb-4706-b32f-8a142aa965ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
