3

I've created dynamic link manually and I would like to collect statistics for it in firebase console.

Is it possible?

Link that I've created contains:

link, apn, utm_source ,utm_medium

pixel
  • 24,905
  • 36
  • 149
  • 251

1 Answers1

2

I believe you need to shorten the Dynamic Links, for the Firebase console to track clicks for you. From this page:

To help you gauge the effectiveness of your promotions and campaigns, the following Analytics events are automatically logged when you open a short Dynamic Link in your app. You can create short Dynamic Links in the Firebase console.

For your existing manually created dynamic link, go to the Console, click on Dynamic Links, then New Dynamic Link. Select Shorten an Existing Dynamic Link, then paste your existing link there, then click the Create Link button.

gnuf
  • 2,722
  • 1
  • 25
  • 32
  • 1
    Unfortunately I need to create those manually since target URL will change – pixel Aug 30 '16 at 15:48
  • 1
    Yeah, if you have a lot of dynamically created URLs, having to shorten each one in the Console isn't scalable. Hopefully, there will be a way in the future to shorten them programmatically. In the meantime, you'll have to roll your own click tracking. – gnuf Aug 30 '16 at 18:32