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
3
votes
0 answers

how can i use facebook analytics push notification in react native?

i want to use facebook analytics push campaigns in my app. i have successed integrated the ios part, but android part was failed https://developers.facebook.com/docs/push-campaigns/android?locale=en_US i used react-native-push-notification and could…
3
votes
1 answer

No values is getting shown after logging custom event using Facebook Analytics

I'm using Facebook Analytics in my app and wants to analyse which 'signup method' from Facebook and Email/Password users are using more. For this I followed the docs here. Here's what I…
Hammad Nasir
  • 2,889
  • 7
  • 52
  • 133
3
votes
2 answers

Installs on Facebook Analytics differ from iTunes Connect and Google Play

I'm measuring the number of installs for my application, on both iOS and Android, through Facebook Analytics. This has been setup with Facebook SDK to enable install tracking. It seems to be working fine and I'm able to follow the number of…
3
votes
1 answer

How does facebook pixel knows which conversion came from which facebook ad?

I was going through facebook pixel and was a lot confused about how does facebook pixel knows which conversion came from which facebook ad ? Suppose i have this url http://example.com with facebook pixel installed and i have posted two ads on…
3
votes
2 answers

Empty Facebook Analytics

My team has recently migrated from Parse to Facebook Analytics. We know that Facebook events are removed after 30 days so we are planning on exporting them and then storing them in our own Parse Server. We are having problems when we are trying to…
MShipman
  • 351
  • 4
  • 8
2
votes
0 answers

"How to use Facebook App Event In Flutter"

I would like to add the Facebook app-events to my Flutter project. facebook_app_events: ^0.11.0,Android is working fine but IOS is not support my IOS platform :ios, '9.0' is using, so please suggest me. getting error flutter ios Objective C: …
A.K
  • 41
  • 4
2
votes
1 answer

Facebook Ads manager not showing Standard Events from iOS app

I'm having issues with the implementation of the Facebook analytics Standard Events on a iOS app and it looks to me that there is a bug on the Facebook SDK. After all the integration and development of the SDK and putting in place the Facebook…
Joan Cardona
  • 3,463
  • 2
  • 25
  • 43
2
votes
2 answers

Tracking subscription iAP in Firebase, Facebook & iTunes Connect

I'm currently setting up conversion tracking on Firebase and Facebook for mobile marketing campaigns, but the tracking confuses me entirely. It's my first time promoting an app with a subscription model, and even Google, Apple and Facebook…
2
votes
0 answers

Why I am seeing 'Not enough data' in 'Events' report for my app in facebook analytics?

I have suddenly started getting 'Not enough data' as the App install source ad / adset when I see an app event report and try to find the source adset for the app event. It is showing even when I have more than 2000 count for that event. Not enough…
Jyoti
  • 31
  • 1
2
votes
2 answers

How to set App Version on Facebook Analytic SDK using JavaScript?

I'm using Ionic to develop application on mobile. Now I'm using Facebook SDK analytic for web to tracking events on my application. But I cannot find method to set app version as below: Does anyone has experience about this?
Mathiew
  • 21
  • 3
2
votes
0 answers

Facebook Analytics For Apps Export API Request Running For Almost 20 hours

I have created a request to export app events using POST and did get a FB ID for the export job created. Now when I poll using a GET Url as specified in the docs, I see that it shows 'RUNNING', its has been almost 20 hours now, is this normal? below…
2
votes
2 answers

Facebook bot analytics event logging

I am currently working on a messenger bot and am trying to log additional events using facebook's app analytics platform. Relevant documentations: Events for messenger bots Activities endpoint documentation Example request (app information…
Birne94
  • 636
  • 8
  • 21
2
votes
2 answers

How to log a custom event with parms using Facebook analytics using swift

I know this a basic question, but I can't work out how to log a custom event with custom parameters using facebook analytics. For example, I would like to log the following: song played title artist Please see the below code (which does not…
Mike Bailey
  • 29
  • 1
  • 8
2
votes
1 answer

How can we pass custom parameters in predefined and Custom Events of Facebook Analytics

I want to trigger event on user registration like this FB.AppEvents.logEvent("Registration"); but how can I pass both the valueToSum and parameters arguments to this custom Event? and likewise How can I pass custom parameters to my predefined…
Rashmi Jain
  • 1,385
  • 12
  • 18
2
votes
1 answer

Android - Facebook Analytics - Push campaign setup verification not working

I implemented FB Push Campaigns in our Android app. However I seem to be not able to run the "Push campaign setup verification". I have a few questions that I am unable to find an answer for: Where does the "YOUR DEVICE TOKEN" come from? What…
1
2
3
9 10