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.
1. Overview & Native Capabilities
AppsFlyer is a global leader in mobile attribution and ad campaign analytics. Nativine's native integration allows marketing teams to measure app installs accurately:
- Ad Campaign Attribution: Track conversions from Google Ads, Meta Ads, TikTok, Apple Search Ads, and influencer campaigns.
- OneLink Deferred Deep Linking: Route users to specific web view products or promos even after installing the app for the first time.
- In-App Event Tracking: Log native purchase, sign-up, and engagement events automatically to calculating exact Return on Ad Spend (ROAS).
2. Configuration & App Builder Setup Guide
💼 Enterprise & Higher Plans Notice: AppsFlyer Attribution is available on Nativine Enterprise and Custom plans (or enabled on request). When unlocked for your account, this add-on appears in the App Builder under Add-ons & Plugins.
Phase 1: AppsFlyer Dashboard Key Retrieval
- Log in to your AppsFlyer Dashboard at hq1.appsflyer.com.
- Select your application from the App List.
- In the left navigation menu under Configuration, click App Settings.
- Copy your Dev Key and Apple App ID (for iOS).
Phase 2: Nativine App Builder Configuration
- Open the Nativine App Builder at /web-to-app-converter-pro.
- Click the Add-ons & Plugins tab in the left builder menu.
- Locate or search for AppsFlyer Attribution, toggle the plugin ON (or click Enable), and click Config.
- Paste your Dev Key and App ID into the configuration input field.
- Click Save Config and navigate to the Builds tab to compile your mobile application.
3. Native JS Bridge API Reference
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'
}
});
Parameters
| 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. |
4. Frequently Asked Questions (Q&A)
Is Apple App Tracking Transparency (ATT) supported?
Yes. Nativine automatically triggers Apple's native ATT permission prompt on iOS 14.5+ devices to collect IDFA for AppsFlyer compliance.
Does AppsFlyer track organic web-to-app conversions?
Yes. AppsFlyer Smart Banners on your web application track users transitioning from your website into your mobile app.