Meta
Meta SDK (facebook-core) is used for UA(User Acquisition).
If you are integrating Meta to see UA metrics in our Dashboard, it will work only in connection with Adjust/Appsflyer. To connect them, follow this guide for Adjust and this guide for Appsflyer.
Meta Integration Steps
To connect Meta, follow the steps:
Step 1: Import Meta
Meta SDK is already included in Appodeal SDK (facebook-core). You don't need to install it separately.
Step 2: Configure Meta App
You may follow this guide to configure you Meta app.
Add a
meta-data
elements to the application element, you can get your Client Token and Facebook App ID using this guide :<application ...> ... <meta-data android:name="com.facebook.sdk.ApplicationId" android:value="YOUR_FACEBOOK_APP_ID"/> <meta-data android:name="com.facebook.sdk.ClientToken" android:value="YOUR_FACEBOOK_TOKEN" /> ... </application>
Step 3: Enable Meta Tracking In Attribution Settings
- You need to go to your app settings in your Appodeal account and choose Attribution Settings.
- In Meta Settings enable Meta Tracking.
Demo Application
You can use our demo analytics app as a reference project.
Event Tracking
Appodeal SDK allows you to send events to analytic services such as Firebase, AppsFlyer, Adjust, and -Meta.
In order to set up event tracking, please refer to this guide.