I'm trying to get statistics on what I like in my domain. I would like everything to be liked (if possible, with user IDs) for all pages of my domain (which have tens of thousands of pages)
What returns domain_like_adds?
SELECT metric, value FROM insights WHERE object_id = [domain-id] AND metric = 'domain_like_adds' AND END_TIME = end_time_date ('2011-01-03') And period = period ("month")
Returns empty, does anyone know what domain_like_adds data is returned?
Regards, Niklas
source share