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
0
votes
1 answer

How to Breakdown Facebook Custom Events by Parameter in Facebook Analytics?

I am trying to Breakdown Facebook Custom Events by Parameter but they are shown as All Others in Facebook Analytics. I have successfully installed the Facebook Pixel base code and applied Custom Events to track link clicks on a page in my website. …
Michael
  • 1
  • 1
0
votes
1 answer

Problem with sending events to analytics over Facebook SDK

I using com.facebook.android:facebook-core:5.0.0 When I try send event to analytics like this val logger = AppEventsLogger.newLogger(context, "my_app_id") logger.logEvent("event", Bundle()) But I has error in logs E/GraphResponse:…
andreich
  • 1,120
  • 1
  • 11
  • 28
0
votes
1 answer

Facebook Analytics Active Users Tab - No Data

I have a live facebook app, with proper permissions (verified with Graph API). I can create custom Dashboards with all the relevant data, and I get data in my Event Manager. Current Permissions (Granted and Declined): { "data": [ { …
Linus
  • 411
  • 5
  • 14
0
votes
1 answer

Track app downloads from Facebook and Instagram

I have some ads on my Facebook and Instragram accounts and I'd like to track these downloads. For Facebook I guess I should install the SDK (https://github.com/facebook/react-native-fbsdk) but I can't fin any method to save this information. Same…
Dani
  • 3,128
  • 2
  • 43
  • 91
0
votes
1 answer

Firebase custom parameters can use with adwords or any google ads?

I have a question about Firebase that if I use custom parameters in event tracking. It will has effect to using Adwords or any Google Ads or not ?? Because Facebook Ads, it also has custom parameters in event tracking but custom parameters can't use…
0
votes
1 answer

Google Tag Manager with Facebook Analytics for Apps

I have integrated my firebase analytics in apps and want to use facebook analytics to target ad campaigns. But, I don't want to code everything and integrate facebook analytics. I have heard that Google Tag Manager integreates with both facebook and…
0
votes
1 answer

Does facebook analytics for apps allow me to track mobile app user insights, even without the facebook login?

I'm working on building an IOS/android app and I'm wondering how i can use Facebook Analytics for apps. There is no social login for the app, but i would like to use in-app events to retarget users of the app as they browse facebook owned…
Jakec
  • 1
0
votes
1 answer

Does Facebook Analytics Have Offline Capability?

Does Facebook Analytics register events that are sent offline, or misses them? For example, Firebase and GameAnalytics have such capability. They store events and when the device connects to internet, they sent all together. If there is no such…
0
votes
1 answer

What is the Facebook App Event name for "subscribe" in the API?

Looking at the Event API docs, I can't find the name for the "subscribe" event (it does, however, have a constant in the SDK docs). Any idea what is the correct name I should use for this event?
Sagi Mann
  • 2,967
  • 6
  • 39
  • 72
0
votes
1 answer

Facebook App Events API: what should be X-Forwarded-For HTTP header for server events?

when sending events to Facebook's App Events API via a server, the X-Forwarded-For http header is expected to be the device's original IP. It makes sense when the server is just a relay for some event that the device wants to sent to Facebook at the…
Sagi Mann
  • 2,967
  • 6
  • 39
  • 72
0
votes
1 answer

Android app has stopped sending any events to Facebook Analytics

Has anybody been faced with problems regarding fb events? I have an app on Android, which is published in Google Play. Recently I upgraded it and then I found that my app had stopped send any events to Analytics. My changes wasn't associated with…
0
votes
0 answers

Facebook pixel events AddToCart and Purchase not coming up in facebook analytics

I have a peculiar problem with facebook pixel tracking where PageView events are working fine but AddToCart and Purchase events are tracked in FB but not displayed in the analytics screen. Now in the FB Events manager, I can see the events as…
Patrik Beck
  • 2,455
  • 1
  • 19
  • 24
0
votes
1 answer

How to dynamically change content depending on data from Facebook analytics?

Facebook have deprecated their app notifications API so there is no way to push content to a users phone based on segments anymore, correct me if I'm wrong. The problem is that I want to analyse Facebook analytic data programatically and display…
0
votes
1 answer

Is adding facebook analytics setUserID breaking relation to historic data?

We are logging events from our iOS app to facebook analytics already, but without +setUserID:. Now we want to identify this user to be able to connect the data to other services. Is it possible to introduces the user identification with +setUserID:…
Martin Mlostek
  • 2,755
  • 1
  • 28
  • 57
0
votes
1 answer

Measure user activity time duration on android using facebook analytics

I am creating a media stream service which streams media(e.g. audio) over internet. I want to measure how much time is user spending listen the audio using facebook analytics. I can measure user's session time using facebook analytics using session…