Track mobile attribution, campaign conversions, deferred deep links, and ROI using AppsFlyer SDK in Nativine Builder.
Integrate AppsFlyer mobile attribution and marketing analytics into your mobile application. Nativine embeds native AppsFlyer SDKs, capturing campaign installs, OneLink deferred deep links, and user lifetime value (LTV) across ad networks.
AppsFlyer is a global leader in mobile attribution and ad campaign analytics. Nativine's native integration allows marketing teams to measure app installs accurately:
To log custom conversion events or pass user properties to AppsFlyer, call nativine.appsflyer.logEvent():
nativine.appsflyer.logEvent({
eventName: 'af_purchase',
eventValues: {
af_revenue: 49.99,
af_currency: 'USD',
af_content_id: 'prod_987'
}
});
| Parameter | Type | Description |
|---|---|---|
eventName | string | Required. Standard AppsFlyer event name (e.g. af_purchase, af_complete_registration). |
eventValues | object | Optional. Key-value map containing revenue, currency, or product IDs. |
Yes. Nativine automatically triggers Apple's native ATT permission prompt on iOS 14.5+ devices to collect IDFA for AppsFlyer compliance.
Yes. AppsFlyer Smart Banners on your web application track users transitioning from your website into your mobile app.
Get priority Nativine documentation and updates in your Google Search and AI Overviews.