11

How to make that Firebase understand and track installation of apps (iOS and Android) with UTM tracking links (for example I want to track installs of apps from my site from footer link)? In GA it works perfect.

In Firebase I din't find any documentations on it (in app only Firebase SDK without Google Analytics).

Utm link

Jehy
  • 4,729
  • 1
  • 38
  • 55
  • Do you mean campaign tracking? Android and iOS Analytics SDK can automatically extract those UTM params and create campaign events. Let me know if you meant something else. – adbitx Dec 16 '16 at 16:37
  • I'm also not able to see campaign information in Firebase Analytics - Attribution - first_open. I can only see direct/none, whereas on GA I can see other campaigns. I'm using a custom INSTALL_REFERRER receiver and calling CampaignTrackingReceiver.onReceive. – Nizam Mohideen Jan 06 '17 at 04:16

2 Answers2

0

You can create dynamic link with UTMs in Firebase consoleFirebase Dynamic Links

Marcin Milowski
  • 469
  • 4
  • 8
0

The info is in Conversion tab in the Firebase dashboard.

What you may want to do is to apply the filter with "first_open" which is the event name.

enter image description here

Allen
  • 2,979
  • 1
  • 29
  • 34