2

I am using firebase dynamic links in my project. It works fine with and with out installation process.

But, I want to know/implement first installation referrer ( like traditional InstallReferrer )

Using firebase dynamic links, i am getting deeplink and utm campaign parameters in both fresh install and existing app. but how to identify first installation?

Satya Attili
  • 678
  • 1
  • 8
  • 17

1 Answers1

1

I don't believe this is currently possible using Dynamic Links. However, you can accomplish it via the Branch.io (full disclosure: I'm on the Branch team) link platform. See this answer for more details.

Community
  • 1
  • 1
Alex Bauer
  • 13,147
  • 1
  • 27
  • 44
  • Thanks for your Answer Alex, already using Branch.io for this purpose :-) , but want to try using firebase dynamic links. – Satya Attili Dec 14 '16 at 06:59
  • 2
    While we can use branch.io, one of the major functionalities missing is integration with adwords. We have even spoken to branch.io team and not able to solve. Coming to the question of Firebase dynamic links, my findings are same, it doesn't pass UTM params in INSTALL_REFERRER call back. However, it still passes it in deeplink and you can write custom logic around it to read these. Definitely not the best way around, but until Firebase dynamic link does it, should serve the purpose. – Amit Dec 15 '16 at 08:44
  • @amitkankani what sort of AdWords integration were you looking for? There is a new [deep linked ad feeds](https://branch.io/deep-linked-feeds/) feature that might be relevant – Alex Bauer Dec 15 '16 at 19:52
  • @AlexBauer sure will look into it – Amit Dec 16 '16 at 01:44