Dynamic link events not getting registered by Firebase Analytics

1.5k Views Asked by At

I was integrating Firebase Dynamic Links to my Android project. Following this link.

Note: I just skipped 3rd step (Handle Dynamic Links in your app), since I don't want to handle it explicitly.

Everything is working fine, except that the dynamic link events (dynamic_link_first_open, dynamic_link_app_open, dynamic_link_app_update) which is supposed to collect automatically by Firebase Analytics are not getting recorded.

Other default events like session_start, first_open, etc. are getting recorded properly.

1

There are 1 best solutions below

1
On BEST ANSWER

That's because you can't skip the third step . It's required in order to track these events. You don't have to do anything with the data you get back from the server (though you really should, for the benefit of your users), but you do at least need to make the SDK calls.