0

I want to track some target in google analytics for Android which must be counted once per user. For this purpose, i send event when user do some actions in my app (there is no do-once check right now)

Should i implement do-once condition in code, or google analytics target will be counted unique for this user/install

4

1 回答 1

0

是的,您在代码中实现了一次执行条件。它可以通过使用 Shared Preferences 或您使用 Web 服务来完成。

您需要设置标志来检查用户是否第一次执行该操作。

于 2014-09-18T06:45:52.667 回答