Facebook Insights provides developers and Page owners with metrics about their content.
Questions tagged [facebook-insights]
424 questions
7
votes
2 answers
Facebook full permission AccessToken alternative to Offline access token
Currently I am using desktop windows service to download my Facebook page insights/ page likes/friends etc. graph data . so, for that i have added app on my facebook page and generated full permission offline access token. so, using that i am…

Spunj Junior
- 209
- 1
- 3
- 7
6
votes
1 answer
Insights - No admin data found
I am trying to add a website to insights and have successfully done so in the past. However when I try to add, I receive a 'No admin data found at root webpage' error. I added '' to the root as instructed but insights is still unable to add the…

Derek Ng
- 61
- 2
6
votes
1 answer
Facebook Insights reliable way of getting the last update?
Today is 23 gen 2012. I'm querying Facebook Insights with FQL using PHP SDK. The metrics show different delay in insights updates:
page_friends_of_fans metric: available for 20 gen 2012 and before, not available for 21 gen 2012
page_fans: …
user1098965
6
votes
1 answer
Instagram Post Insights - Organic v/s Paid Breakdown
According to Instagram (GRAPH) documentation, it's straight forward to get the insights of a post or media object (even story).
Unlike the Facebook insights of a post, Instagram (GRAPH) does not provide paid/organic breakdown on a post level for…

Nabil Souk
- 154
- 1
- 8
6
votes
0 answers
Get Facebook Marketing API Ads insights results as CSV or JSON format
I am attempting to use the Facebook-Python-Ads-SDK to automate reporting on Ad Account performance. I have successfully requested a report at the ad set level, however the output of the report is a Cursor object, where I would prefer it to be a json…

R.Z.
- 101
- 6
6
votes
1 answer
Track Link clicks posted on facebook
I am currently facing an issue need help .
I am creating some URLs to my content on my website . Users of site can post them on their groups, pages on Facebook . I want to count clicks on those posts .
I tried with a php function but the count from…

nOmi
- 297
- 3
- 22
6
votes
1 answer
Facebook Insights API for website
This questions gets asked a lot but I can't seem to find an answer anywhere.
What I want to do : Receive metrics and data of one of my websites from facebook insight via there API.
What I did so far : The meta tag and everything is in place. I have…

Daniel Danny
- 139
- 9
6
votes
1 answer
Facebook post impressions are null in FQL stream query
According to the FQL Stream documentation the following query is supposed to return impression counts when run by an authenticated page owner, yet it never does. We have the page owner authenticating directly in the graph api explorer with extended…

Yarin
- 173,523
- 149
- 402
- 512
5
votes
3 answers
Is it possible to access Open Graph Insights via Graph API or other programmatic means?
I'm able to access FQL Insights metrics (http://developers.facebook.com/docs/reference/fql/insights/) such as "application_active_users" for my App via the Graph API; however, the Open Graph Insights metrics…

Lis
- 51
- 1
5
votes
2 answers
Is facebook insights using graph API working right now?
I would like to use graph API to get page and app insights without Facebook JS SDK.
I tried the following:
I created an app with user A
I log in to that app using the following url with user B (user B is admin of pages and…

Attila Nyers
- 1,183
- 2
- 13
- 22
5
votes
1 answer
Facebook insights API & CSV export date differences
I've noticed a consistent discrepancy between the data returned from facebook insights when getting it from the API vs getting it CSV exporting. For example, for a certain metric (page_impressions_unique_days_28), the CSV reports:
2011/11/28 ->…

diegogs
- 2,036
- 2
- 16
- 20
5
votes
1 answer
How do I remove a Facebook "Insights For My Domain" Reference
I have Facebook "Insights For My Domain" added to my Facebook Insights account. I have an old domain that is no longer in use and would like to remove the domain from my Facebook Insights account. Can you please direct me to some directions…

Nick Berardi
- 54,393
- 15
- 113
- 135
5
votes
2 answers
Facebook Marketing API how to retrieve Ads Action Stats
I've been fighting with the Facebook Marketing API in the last days. I simply want to retrieve the cost_per_action_type but matched with the campaign's objective.
I've discovered this:…

Paul Razvan Berg
- 16,949
- 9
- 76
- 114
5
votes
0 answers
OAuth exception - Error validating application. Invalid application ID
Hi there i am keeping to getting this massege despite my app id is correct.
Here is my function:
public void AuthorizeInsights()
{
string app_id = "my_app_id(client_id)";
string app_secret = "my_app_secret";
string…

Tal
- 235
- 5
- 13
5
votes
1 answer
Facebook Insights access in php
I am having issues figuring out how to get data from the graph api insights, I dont have sufficient rights to get any data returned. In the Graph API explorer I generated a new access token with the right to read insights but I dont know how to take…

Rasmus Nørskov
- 53
- 3