Hi,

I am trying to fetch some ad stats for a dynamic display ad. The campaign 
of the ad is linked to a data feed. I am using the following query to get 
the stats for every item in the feed:

SELECT 
  feed_item.id, 
  metrics.clicks, 
  metrics.impressions, 
  segments.date
FROM feed_item
WHERE feed_item.feed = 'customers/{client_id}/feeds/{feed_id}'
AND segments.date DURING LAST_30_DAYS

However, this query does not return anything, even though the campaign is 
live and has spent budget. It does not throw an error, it just simply 
doesn't return any results. Is querying item stats with data feeds not 
completely supported yet, or is it possible I am doing something wrong?

Thanks for the help in advance!

Kind regards,
Isaura

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/f9a83d7b-a76a-48b7-b335-7e8f0984088fn%40googlegroups.com.

Reply via email to