How can I track campaign retargeting with AppsFlyer?
Yes! Thanks to a quick client-side integration, you will be able to see campaigns opens with AppsFlyer.
AppsFlyer is extensive analytics that helps brands keep track of their attribution and engagement campaigns while providing a large variety of analytics.
This client-side integration will allow you to retrieve Batch push notifications that opens in the Retargeting section as in the screenshot below:

Adding AppsFlyer data in the push payload
Simply add these few lines in your Batch Custom Payload to enable the notification to be tracked down by the AppsFlyer SDK:
Please note that the payloads to be used for iOS and Android are not the same.
iOS
Android
Here is where you will need to paste the payload:

Note that an extra step is needed on Android. You need to add the following code before calling the AppsFlyer AppsFlyerLib.getInstance().sendPushNotificationData
method:
Last updated
Was this helpful?