I don't understand the way the API returns values. Here's a sample of a page_impressions call, with 'week' as the period.

"values"=>
[{"end_time"=>"2012-01-08T08:00:00+0000", "value"=>1116},
{"end_time"=>"2012-01-09T08:00:00+0000", "value"=>1171}, 
{"end_time"=>"2012-01-10T08:00:00+0000", "value"=>1175}]

It seems that they're showing how many hits I had in the last 7 days up to the date in "end_time", is that correct? If it is, then I don't understand what use this would have, there is a huge overlap in the data.

How can I get the number of impressions of the last weeks instead? And how can I get more than 3 values to display? I really can't understand the logic behind this or how it could be useful.

link|improve this question

Subtraction? If last week you had 1 visitor and this week you have 5 cumulative visitors then it means you you got 4 visitors over the course of the week. – Robert Levy Jan 12 at 21:37
It doesn't seem to get me the values of "this week" and "last week" or any sort of weekly period... it still seems to be a daily period, but it gives all impressions from 7 days up to the end_time. There is an overlap of 6 days from one value to the next, of which I'm not understanding the purpose of :( – MarceloJ Jan 12 at 22:06
I don't understand these new metrics either. When we're looking at stories, what do these mean? "fan":12,"other":2,"page post":2,"user post":2,"mention":1. I can assume what some of these mean, until I look at the Insights on my page, which doesn't correlate to these numbers. – Rob Feb 7 at 16:50
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.