Questions tagged [facebook-analytics]

Facebook Analytics is a product analytics tool that lets you quickly see data, analyze trends, and understand the behavior of people who use your app, website, and more.

Facebook Analytics for Apps helps you understand who is using your app and website with powerful aggregated demographics and audiences insights that only Facebook can provide. It includes powerful behavioral analytics and segmentation tools to measure retention, conversion, and lifetime value.

Analytics Quickstart Guide

Begin using Facebook Analytics for App in just 5 steps: https://developers.facebook.com/docs/analytics/quickstart

App Events Documentation

Useful Resources

141 questions
2
votes
1 answer

How to display the dashboard with data from Facebook Analytics

Is there a method to access report data in Facebook Analytics using javascript? I need to display a dashboard with that data on a site I'm developing like this api from google analytics
dasis
  • 77
  • 1
  • 6
2
votes
1 answer

how to delete all Facebook events in Facebook analytics?

Is there a quick way to delete all our Facebook events in Facebook Analytics? We have 1000 events and to do it manually will take days.
2
votes
0 answers

Split Testing Facebook Posts Made by App

We run a few facebook contest websites than post a lot of user triggered facebook posts. We've been attempting to improve the performance of our posts, so we've trying to to find a way to split test our posts sent by the servers. Initially, we…
Jim Neath
  • 1,217
  • 2
  • 14
  • 19
1
vote
1 answer

Facebook app not registering iOS installs

Recently our marketing team tried to set up Facebook Mobile App Ads but ran into the following issue. I reviewed our Facebook Apps developer page and noticed that while the Android app was tracking installs, the iOS app had not registered any…
Andy Joyce
  • 2,802
  • 3
  • 15
  • 24
1
vote
1 answer

How to make Facebook App Events works on ios15?

On iOS15 don't see app events in Events Manager. Both on "overview" and "test events" tabs.
Kirill Pyulzyu
  • 381
  • 2
  • 11
1
vote
0 answers

Facebook ads campaign not displaying app installs data

I am regularly posting Facebook ads for my android app in playstore. My Facebook ads campaigns are not showing any data for columns like Results, Mobile App install, Cost per app install. I want to track the app installs from the ad clicks. It just…
1
vote
1 answer

Facebook Android sdk bug - postRequest 'extinfo' json array generated with backslashes

I need to connect my Android application with Facebook Analytics, using custom events. I followed official documentation on https://developers.facebook.com/docs/analytics/ Added facebook SDK into the project: implementation…
Valeriya
  • 1,067
  • 2
  • 16
  • 31
1
vote
2 answers

Facebook Analytics SDK for iOS app: how to disable value tracking for non-valuable events like App Install or Start Trial?

I'm running Facebook Ads campaigns for my iOS app and quite naturally I have Facebook Analytics SDK integrated inside my app to track App Installs and Start Trial events to measure the "quality" of the traffic my campaigns bring. At the Analytics…
1
vote
1 answer

Integrate facebook sdk to track event in app

I have tried to integrate facebook analytics to my app which was generated by expo but got error Undefined is not an object( evaluating AppEventsLogger.logEvent) I have tried to use expo eject to use expokit and then add the following code import…
Park Jay
  • 249
  • 6
  • 14
1
vote
1 answer

I am using cordova-plugin-facebook4 in my nativescript app. When I build the application, it is showing the variables APP_ID and APP_NAME are missing

enter image description hereI want to log the App Events of my application in Facebook analytics. My App is built on NativeScript. I could not find a plugin to log the events in facebook analytics. So, I am using cordova-plugin-facebook4 to log app…
1
vote
0 answers

I am trying to send facebook custom app-events in node js using facebook graph api

basically I am doing a post request at https://graph.facebook.com/{app_id}/activities . As mentioned in docs. The event is getting displayed in facebook analytics events dashboard , but the unique Users and count field is getting displayed as…
1
vote
1 answer

Facebook Analytics funnel changes when adding in "Sessions"

I've tried googling for answers to this. I'm guessing I'm just misunderstanding something fundamental about how Facebook Analytics thinks about funnels. Really appreciate the help as I've been trying to figure this out for a while. I've constructed…
beetree
  • 871
  • 2
  • 8
  • 18
1
vote
0 answers

Facebook Analytics Exporting data

My problem is that I would like to download the csv from a facebook analytics cohort. And the button in the top right corner does just that. But downloading many reports manually is a lot of work, so I would like to do it from a script. I know of…
1
vote
0 answers

Facebook Analytics push campaign creating stopped working

Today getting error each time when I try to create a new in-app push notification campaign. Yesterday it worked fine. Today I am getting error "Sorry, something went wrong" when I try to save p.s. tried different browsers, machines, clearing…
1
vote
1 answer

Managing two facebook pixels on the same page

I am working on a large companies website where several different agencies help with media campaigns. We currently have more than one facebook pixel on some pages of the site. They are effectively working, but I can't keep both from firing all…
1 2
3
9 10