Hi, I've been unable to get performance metrics for individual items in a dynamic remarketing feed using the Google Ads API. The API docs <https://developers.google.com/google-ads/api/docs/dynamic-remarketing/reporting> seem to suggest it's possible, and I can fetch a limited set of data on the individual feed items with a query like this
SELECT feed_item.id, feed.name, metrics.impressions FROM feed_item WHERE feed_item.status = 'ENABLED' AND feed.id = '207408177' LIMIT 20 However the majority of fields (start_date_time, attribute_values etc.) don't return anything, and metrics like impressions are always zero (filtering WHERE metrics.impressions > 0 returns no results). If I remove the constraint on feed.id, the query returns fields and metrics for feed items for other types of ads, and I can see in the UI that the dynamic remarketing ad has plenty of impressions. Am I doing something wrong, or is it not possible to get performance metrics for individual feed items in a dynamic remarketing feed? Thanks for any help, Leo On Tuesday, 30 June 2020 at 14:26:59 UTC+1 adsapiforumadvisor wrote: > Hi, > > You will need to reach out to the product team > <https://support.google.com/google-ads/?hl=en#topic=7456157> to see > whether this feature will be included in the UI. > > > Regards, > Anthony > Google Ads API Team > > ref:_00D1U1174p._5004Q1zspLG:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/86fd0d8c-1a59-43d2-a8a8-e63975dcc35bn%40googlegroups.com.