Growlytics
Main Site
Dashboard
Product Docs
Search…
Introduction
Core Concepts
PLATFORM INTEGRATIONS
Shopify Integration
Sdk Integrations
Browser SDK
Android SDK (Coming Soon)
Install Android Sdk
Identify Customers
Push Notification Integration
Referral Tracking
iOS SDK (Coming Soon)
Other
Channel Integrations
Email
Mobile Push Notifications
Web Push Notifications
Ad Network (Coming Soon)
REST APIs
Overview
Tracking Users
Tracking Events
Syncing Products
Mobile App Apis
Webhooks
Coupon Webhook
Connector Webhooks
Powered By
GitBook
Referral Tracking
In order to track UTM parameters for app installs, add following receiver to your android manifest file.
AndroidManifest.xml
1
<
receiver
2
android:
name
=
"
com.clevertap.android.sdk.InstallReferrerBroadcastReceiver
"
3
android:
exported
=
"
true
"
>
4
<
intent-filter
>
5
<
action
android:
name
=
"
com.android.vending.INSTALL_REFERRER
"
/>
6
</
intent-filter
>
7
</
receiver
>
Copied!
Previous
Push Notification Integration
Next - Sdk Integrations
iOS SDK (Coming Soon)
Last modified
2yr ago
Copy link