huaweicodelabs / Ads

23 stars 24 forks source link

Send referrer to analytics #3

Open BulatMukhutdinov opened 3 years ago

BulatMukhutdinov commented 3 years ago

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 commented 2 years ago

Please refer to Analytics Kit: https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/android-accessing-0000001050161888