We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
After receiving the referrer I need to send it to the analytics. Using google referrer I can do like this
val receiver = CampaignTrackingReceiver() val intent = Intent("com.android.vending.INSTALL_REFERRER") intent.putExtra("referrer", referrerUrl) receiver.onReceive(context, intent)
What is the way on Huawei to send referrer info to analytics?
The text was updated successfully, but these errors were encountered:
Please refer to Analytics Kit: https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/android-accessing-0000001050161888
Sorry, something went wrong.
No branches or pull requests
After receiving the referrer I need to send it to the analytics.
Using google referrer I can do like this
What is the way on Huawei to send referrer info to analytics?
The text was updated successfully, but these errors were encountered: