Sheikh Ozair Bilal
Sheikh Ozair Bilal

Reputation: 146

Facebook Analytic with Ionic Framework v1

I need to run the facebook analytics on my hybrid application made on Ionic framework. I have created an application in facebook developer console. I want to know the following app events for my application using facebook sdk:

  1. List item
  2. No of installs from Facebook clicks
  3. Logging app activation
  4. App Launched
  5. Completed registration
  6. Rated
  7. App invites

Is there any way around to achieve this?

Upvotes: 3

Views: 631

Answers (1)

JackDev
JackDev

Reputation: 5062

You should probably be using this plugin https://github.com/jeduan/cordova-plugin-facebook4, look at the logEvent method.

And you will then need to implement custom events (although some of those you mentioned will be tracked by default)

Upvotes: 1

Related Questions