Google Analytics non-interact Attribute

邮差的信 提交于 2019-12-08 08:15:26

问题


I am using the native google analytics SDKs in iOS and Android projects. Recently i noticed that the web API provides a way to track "non-interact" events:

https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#nonInteraction

However, the native SDKs do not allow to track events using this attribute. Can anybody explain why and how something like non-interact could be tracked using the native SDKs?

thanks


回答1:


after a lot of searching for a documentation for iOS i found this syntax:

[builder set:@"1" forKey:kGAINonInteraction];

taken from: https://developers.google.com/analytics/devguides/collection/ios/v3/enhanced-ecommerce

hope that helped.



来源:https://stackoverflow.com/questions/19682599/google-analytics-non-interact-attribute

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!