是否可以在iOS的Google Analytics中获取访客姓名以及如何停止跟踪。如何使用自定义维度和自定义Metric.Thanks提前。
答案 0 :(得分:0)
请参阅,
1)Getting The Visitor's name in google analytics for iOS
- >
据我所知,GoogleAnalytics不可能跟踪访客姓名。
One Alternative可以是,在这种情况下,假设您的应用程序有一些登录程序来使用您的Application。在这种情况下,您可以保存该用户的名称并将该名称发送到Google ANalytics server
以进行跟踪。< / p>
2)How to Use Custom Dimension and Custom Metric
- GT;我没有完全清除Custom Dimension and Custom Metric
。您应该看一下Google ANalytics Documentation
关于相同的内容。Here is The Link For The Google Analytics Doc.
see How Can you pass the Custom variable to the Google Analytics
我希望你这对你有帮助。