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
1
vote
1 answer

Facebook Analytics: Is demographics information available without email ID?

Would facebook analytics provide demographic layer information if I integrate facebook sdk in my app without using facebook login and not reporting email ID associated with my app account?
Bhoot
  • 2,614
  • 1
  • 19
  • 36
1
vote
1 answer

How to send advertiserId to Segment-Analytics if iAD is deprecated

I'm trying to integrate Facebook App Events through Segments. From Segment Integration Docs: You will have to be sure that the IDFA is working within your app, which involves adding the iAD framework. Once you have added this, you will start to…
Gabriel.Massana
  • 8,165
  • 6
  • 62
  • 81
1
vote
1 answer

Facebook analytics doesn't recognize platform

I have FB analytics configured for iOS and android app. It does recognize iOS platform when viewing events correctly. But for android it only qualifies it as android about 30% of all. Here's how those events are shown in FB analytics debugging…
Kamil Sarna
  • 5,993
  • 1
  • 32
  • 22
1
vote
1 answer

Facebook Push Notification integration in Android

I have gone with Facebook Push Notification integration documentation given in the following URL: Facebook Documentation. Also integrate Facebook analytics and the given sample code in my application but I have some confusion about Facebook Push…
Anil Ravsaheb Ghodake
  • 1,587
  • 2
  • 27
  • 45
1
vote
1 answer

Where can I see the amount of time people are spending in my app?

I saw the tool has median session length, but does it allow me to see total time spent per user?
ConfusedNoob
  • 9,826
  • 14
  • 64
  • 85
1
vote
1 answer

Matching ContentID to the resource name or title on Facebook Analytics

While reading Facebook Analytic's documentation, I stumbled upon this default event called EVENT_NAME_VIEWED_CONTENT that accepts 3 params: CONTENT_TYPE, CONTENT_ID and CURRENCY. I'm wondering if Facebook provide a way match the CONTENT_ID and…
Christopher Francisco
  • 15,672
  • 28
  • 94
  • 206
1
vote
1 answer

Facebook analytics redacted

I am sending various events from my Unity iOS game to Facebook analytics and logging them. I can see all the events being registered properly. Till few days back I was able to see breakdown of events into sections like country, gender, region,etc.…
Bikram
  • 11
  • 2
0
votes
0 answers

Facebook Android SDK Missing Currency Parameter for auto-logged events

I have implemented the Facebook SDK for android as stated by the Facebook Documentation and enabled auto logging for my…
user14678216
  • 2,886
  • 2
  • 16
  • 37
0
votes
0 answers

Meta Pixel Event parameters not showing up on FB Analytics

I am sending SubmitApplication events with some custom parameters, which seem to work according to the Meta Pixel Helper extension, as it seems from my screenshot But the events show up on Facebook Analytics as having no parameters, and a message…
HelloWorld
  • 160
  • 2
  • 13
0
votes
0 answers

Facebook Subscribe Event is not showing in the events manager of my app

Bug Report: Subscribe event is not showing in the events manager of my App. (All other automatic events are showing.) [ANDROID] To Reproduce: Try to purchase from Google. Check Test events and/or events inside the Event Manager of your…
0
votes
1 answer

How to retrieve analytics data from facebook real time?

I wanted to integrate the analytical system into my application so the admin can view all the analytics on the admin portal of my application. I tried lots of web analytics tools including Google Analytics and Facebook Analytics. And they are…
0
votes
1 answer

Facebook Pixel: What does Content View event "Value" in Facebook Analytics mean?

Sorry if this may have been asked before. I can't seem to find the answer after all the searching. Just wanted to understand what the "Value" column means as regards the Content View standard event. Here's a screenshot:As viewed in Facebook…
0
votes
2 answers

Cannot see parameter values used for Facebook Purchase Event - Facebook Pixel

I have integrated Facebook Purchase event for our website using Facebook event manager and Google tag manger. I have set two parameters related with order id and currency used for the purchase. I can see that the purchase event works properly and…
0
votes
1 answer

Getting campaign ID with timestamp on app install

I'm running a Facebook App Install campaign, but can't install Facebook Analytics SDK due to business constraints. The app event API (https://developers.facebook.com/docs/marketing-api/app-event-api) allows me to post an install event, but only…
0
votes
0 answers

How to implement facebook analytics with Barba.js

I'm using this library called barba.js and trying to implement google analytics and facebook analytics.I implemented it as mentioned in the official documentation but as barba.js doesn't reload header and footer again and again and just reload the…