Skip to content
New issue

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

Send referrer to analytics #3

Open
BulatMukhutdinov opened this issue Mar 4, 2021 · 1 comment
Open

Send referrer to analytics #3

BulatMukhutdinov opened this issue Mar 4, 2021 · 1 comment

Comments

@BulatMukhutdinov
Copy link

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?

@chenqiuwei
Copy link
Collaborator

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants