2

I want to integrate the facebook pixel sdk in flutter. Can anyone help me that how i can integrate that in my flutter project

1 Answers1

2

For native app development, Facebook SDK is required.

Flutter Facebook Login Package will provide you, not only the login but also the required SDK.

Next, Facebook_App_Events Package, which is going to help you in sending tracked data to FB, for eg. when a person clicks to watch a video on your app or makes a purchase etc.

An app event is an action that takes place in your app or on your web page such as a person installing your app or completing a purchase. Facebook App Events allows you to track these events to view analytics, measure ad performance, and build audiences for ad targeting.

Md. Kamrul Amin
  • 1,870
  • 1
  • 11
  • 33