Reputation: 146
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:
Is there any way around to achieve this?
Upvotes: 3
Views: 631
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