我的目标是将GTM(Gootle Tag Manager)SDK集成到Xamarin.iOS应用程序中,而无需使用Firebase。
问题: 从Xamarin component store集成GTM的说明仅显示如何通过Firebase进行集成。 Google提供2个选项,包括one that does not require Firebase。
此外,GTM Xamarin组件缺少原始Google GTM SDK提供的类型和方法。例如:TAGManager, TAGContainer
非常感谢任何帮助。
答案 0 :(得分:2)
不确定你是否已经弄明白了。希望这可以帮助希望做同样事情的人。我们目前在Xamarin应用中使用TagManager和Google Analytics。
您需要通过Nuget安装特定版本的Google TagManager,并为您的Xamarin.iOS应用安装最新的Google Analytics。 目前使用的套餐: Xamarin.Google.iOS.Analytics - v 3.17.0.1 Xamarin.Google.iOS.TagManager - v 3.15.0.5
这些包应允许找到您正在寻找TAGManager,TAGContainer的对象。
如果您想要增强型电子商务,请从我的同事那里学习本教程: How To Implement Google Tag Manager Enhanced Ecommerce iOS in Xamarin