HMS : alternative for CampaignTrackingReceiver of Google analytics in Huawei DTM Kit

Viewed 96
2 Answers

I'm following below link of Google analytics : https://developers.google.com/android/reference/com/google/android/gms/analytics/CampaignTrackingReceiver

DTM don't has similar class, for this question, you don't need to config Receiver in AndroidManifest.xml. Huawei Analytics SDK will auto-collect information of install_referre when user open app for the first time. We don't have similar class in Huawei analytics too. Reference Docs.

Also unable to find any Huawei Kits for replacement of "fireBase-appindexing:19.1.0"

For app index, you can use app linking. Even google also recommends app linking instead of app indexing, so you could try using Huawei App Linking.

Related