简体   繁体   中英

How does firebase dynamic link analytics capture events like APP_INSTALL/APP_FIRST_OPEN?

How is firebase able to capture events like APP_INSTALL/APP_FIRST_OPEN from dynamic links Have they setup exclusive callbacks for google services internally or can a third party link shortening service capture similar events?

工作

Have they setup exclusive callbacks for google services internally

Yes, there is integration with Play services on Android. Play will broadcast information to the app about the installation and launch when coming from a dynamic link.

You might want to read the documentation about Google Play Install Referrers to get a better idea how it works.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM