Firebase IOS UTM安装跟踪

时间:2019-10-25 20:30:23

标签: android ios firebase google-analytics firebase-analytics

我正在使用Firebase分析来跟踪android和ios上的安装。这项工作正常,但我无法从IOS安装获得UTM广告系列。我正在使用以下链接来生成Android广告系列:

https://support.google.com/analytics/answer/3389142?hl=en

问题是IOS Url构建器需要格式为“ UA-XXXX-Y”的参数“ GA-ID”。我们正在使用Firebase Analytics,它没有此值,只有流ID。

如何以最佳方式在IOS上使用Firebase Analytics跟踪广告系列的安装?

1 个答案:

答案 0 :(得分:0)

如果您转到Google's Account Explorer

您将能够看到已设置的应用程序,并且有一个Property (Tracking id)字段,其中包含您需要的UA-XXXXXX ID。

enter image description here