I’m wondering if it’s possible to get the analytics from a Facebook page through an API. I’d like to use it to monitor page stats alongside Google Analytics (which uses GAPI) as we run various campaigns.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yep: see http://developers.facebook.com/docs/reference/api/insights/ for the details, but you can basically read all the insights as documented at http://developers.facebook.com/docs/reference/fql/insights/#Metrics.
You’ll need to grant your application the *read_insights* permission for the page, but once you’ve done that you should be able to reach in and get the data you want.