如何统计每个设备的新用户?谷歌分析 [英] How to count newUsers per device ? Google Analytics

查看:237
本文介绍了如何统计每个设备的新用户?谷歌分析的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我需要计算以下内容:

我的ios / android应用程序使用google analytics。 ol>

  • 新下载:当用户首次从商店下载应用程序时。 下载:当用户在卸载应用程序后从商店下载应用程序时。






  • 这里是一个例子:

    用户A从商店下载第一次的应用程序时,

    ,则它计为新下载



    用户A 删除应用程序然后一段时间用户从商店下载应用程序 ,此次计为 reDownload




    请注意
    $ b 新用户指标 / strong> + 重新下载在一起。因为每次用户安装应用程序谷歌sdk创建新的用户。






    我的解决方案:

    ios / android有一个独特的 advertisinId ,它是常量,并且不会经常更改。 所以我会创建一个自定义维度用户级范围 advertisinId
    $ b 然后我需要创建两个自定义指标:


    1. 第一个计数唯一advertisinId

    2. 第二个计数advertisinId谁拥有多于一位用户。

    如何建立这些指标?



    / p>

    解决方案

    当您在Play商店上传您的应用时,您并不需要Google Analytics所有这些信息,以及更多: $ b

    Google Play商店: href =https://support.google.com/googleplay/android-developer/answer/139628?co=G ENIE.Platform%3DDesktop& hl = zh_CNrel =nofollow noreferrer> https://support.google.com/googleplay/android-developer/answer/139628?co=GENIE.Platform%3DDesktop&hl=zh_CN



    iTunes:

    https://stackoverflow.com/a/11293785/5442132


    I am using google analytics in my ios/android apps.

    I need to count the following:

    1. new downloads : when user download the application from the store for the first time.
    2. reDownload : when user download the application from the store after uninstalling it.


    here is an example:

    when "user A" download the application from the store for the first time then it count as new download.

    when "user A" delete the application then after some time "user A" download the application again from the store , this count as reDownload.


    please note:

    newUsers metric count new downloads + reDownload together. because every time the user install the application google sdk create new user.


    my solution:

    ios / android has a unique advertisinId which is constant and doesn't change regularly .

    so i would create a custom dimension called advertisinId with user level scope .

    and then i need to create two custom metric:

    1. first one which is count unique advertisinId
    2. second one which is count advertisinId who has more than one user.

    How to do build those metrics ?

    Thanks

    解决方案

    You don't really need Google Analytics for this, when you upload your app on the Play Store, you are able to get all that information, plus much more:

    Google Play Store:

    https://support.google.com/googleplay/android-developer/answer/139628?co=GENIE.Platform%3DDesktop&hl=en

    iTunes:

    https://stackoverflow.com/a/11293785/5442132

    这篇关于如何统计每个设备的新用户?谷歌分析的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆