Facebook Insights provides developers and Page owners with metrics about their content.
Questions tagged [facebook-insights]
424 questions
0
votes
1 answer
When an insights metric says "clicked anywhere," what exactly does "anywhere" mean?
The "Page Post: Engagement" metrics mention that they report the number of times people "click anywhere" in your posts, which leaves me wondering if this means the number of times links in your posts are clicked on, or does it also track the number…

ramsey
- 608
- 7
- 12
0
votes
1 answer
Missing click stats
I've installed a comment plugin and like plugin on the article view page on a site, plus a like+send button on the header of the site that uses the http://site-domain.com/ url. In the insights panel I see impression for all of them. I see activities…

dhinchliff
- 1,106
- 8
- 17
0
votes
1 answer
FQL: Unable to read data from insights table
I am trying to access our application's insight data with the following request:
https://graph.facebook.com/fql?format=json&access_token=&q=
SELECT object_id, metric, value FROM insights WHERE metric IN
…
0
votes
1 answer
Facebook Insights not working with domain that has an homepage redirect?
I have a domain that 301 redirects itself from http://www.domainname.com to http://www.domainname.com/subfolder/
The Facebook meta property tag is present on every page of the subfolder and it was recognized by Facebook when I added it in my…

Scalax
- 430
- 1
- 5
- 12
0
votes
1 answer
fql query not working for insights
I have tried following queries to get my facebook fan page insights data
SELECT metric, value FROM insights WHERE object_id=2439131959 AND metric='application_active_users' AND end_time=end_time_date('2011-06-26') AND period=period('month')
as well…

Raj
- 13
- 5
0
votes
1 answer
Facebook Insights for my website won't update?
I am the owner of http://porkystuff.com, and have recently added it to my Facebook Insights. I was really impressed at first, but now it won't update since three days ago. What's up with that? I tried removing the meta-tag about who's admin on my…

Norregaard
- 43
- 1
- 8
0
votes
1 answer
User logged in, but no stats into application insights
I've set up a facebook login button on my website. Basic idea is to collect the email addresses of the user. Simple task, I guess.
I have few users already connected but when I go to the app there is no new users...…
user1269479
0
votes
1 answer
How to get Facebook Page analytics data
I need to access to Facebook Page analytics data on a given date range like the ones shown below for public pages without having access to page insights.
Using FQL all I can get is fan count for today using the page id.
SELECT name, fan_count,…

sid
- 1
- 1
- 2
0
votes
1 answer
Insight via Api
I'm using the insight metrics via API.
But I don't have any results for all the post-related…
0
votes
2 answers
Insight data from API for a page: Where do I get page Id?
I'm really confused so I hope you guys can help me. I know how to access the API with an app since I have all those information like app secret and API key. But what should I do with a standard page? Like https://www.facebook.com/NASAKennedy
We…

Steph
- 157
- 1
- 13
-1
votes
1 answer
How to integrate Facebook Insight in iPhone?
I am going to implement Facebook Analytic s through open graph api but i did not found any useful tutorial. If you guys some suggestion or useful link than share with me

Umair_uas
- 673
- 1
- 9
- 27
-1
votes
1 answer
How do I retrieve video custom labels through the RestFB API using Java?
I'm creating a java application that pulls data from facebook videos using RestFB. How can I retrieve the custom labels from each video?
Although I'm able to pull the normal data from each video, there doesn't seem to be any RestFB function that…

Tom Good
- 39
- 3
-1
votes
1 answer
how can i get data insights from pages facebook without have role admin or analyst in this page with graph api?
I need to get data insights from pages facebook without have role admin or analyst in this page with graph api, just with application registration.

khalid
- 11
- 1
- 8
-1
votes
3 answers
Null string exception
Before i ask my question i need to mention that i looked up in the site to solve the problem but i didnt find nothing.
Here is my function :
public string GetAccessToken(int agencyId)
{
string retrunString = null;
Token…

Tal
- 235
- 5
- 13
-1
votes
1 answer
How do I get video likes of my posted videos through facebook api
I am trying to get video-likes programmatically, the graph api requires a video-id, but I do not know how to get to the video-id?
Is there a way to get a list of all my posted video-ids?
Thanks,

Behzad Pirvali
- 764
- 3
- 10
- 28