Chrome 扩展统计数据未更新 [英] Chrome Extension Stats not updating

查看:36
本文介绍了Chrome 扩展统计数据未更新的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在过去一周左右的时间里,我的 Chrome 扩展程序上的统计数据已停止报告.

For the last week or so, stats on my Chrome Extension have stopped being reported.

我最近发布了与这些日期相对应的更新,但没有代码更改应该导致统计数据更改.

I recently released an update which corresponds with those dates but there was no code change that should have caused the stats change.

我认为导致这种情况的唯一原因是该应用程序已随更新重命名.有没有人有任何证据表明这会导致问题?

The only thing I can think that caused this is because the app was renamed with the update. Does anyone have any evidence of this causing issues?

推荐答案

这在 chrome 商店已经发生多年了.有时统计数据需要好几天才能显示出来,有些日子永远不会更新.对于大多数开发人员来说,它通常发生在相同的日期.我的现在也有几天没有统计数据了.

this has been happening for years at the chrome store. sometimes it takes many days for stats to show, and some days are never updated. it usually happens on the same dates to most developers. mine is now also missing stats for several days.

如果您将扩展程序与 Google Analytics(分析)相关联,那么您可以查看来自 Analytics(分析)的安装,但情况不同,因为 chrome 统计数据还会减去卸载(未在分析中跟踪).

if you link your extension with google analytics, you can then see installs from analytics but its not the same, as the chrome stats also substract uninstalls (not tracked in analytics).

要将商店与分析相关联,请转到 Chrome 开发人员仪表板中的编辑",向下滚动到分析"部分并输入分析 ID.然后您可以使用分析页面查看您的统计数据.我找不到官方链接,但这个链接涵盖了设置 ID:http://www.ask.press/you-can-add-a-google-analytics-id-to-your-projects/2272765/

To link the store with analytics, go to "Edit" in the chrome developer dashboard, scroll down to the "analytics" section and enter an analytics ID. Then you can use the analytics page to view your stats. I couldnt find an official link but this one covers setting the ID: http://www.asked.press/you-can-add-a-google-analytics-id-to-your-projects/2272765/

要从分析中查看您的安装统计数据,请执行行为报告:网站内容:内容深入分析.使用主要维度页面路径级别 1"来比较浏览量 (/webstore/) 与安装量 (/track_install/).

To view your install stats from analytics, do a Report on Behavior:Site content:content drilldown. Use primary dimension "Page path level 1" to compare views (/webstore/) versus installs (/track_install/).

深入了解以获取更多统计数据(例如每个国家/地区或语言的观看次数).

Drill-down on either to get more stats (for example views per country or language).

如果您在 track_install 上向下钻取,您的页面路径级别 2"视图现在将被除以:/detail/search/related_tab/wall/和其他类似大型选框"(当您是编辑选择并显示在首页时)这些会告诉您用户在哪里看到并点击了安装您的扩展程序(直接从搜索、从详细信息页面、从选框等).

If you drill-down on track_install, your "Page path level 2" views will now be divided by: /detail/search/related_tab/wall/ and others like "large marquee" (while you are an editors choice and shown in the front-page) These tells you where the user saw and clicked to install your extension (Directly from a search, from the details page, from a marquee, etc).

可以做更多的事情.如果您设置分析自定义目标来计算命中前缀为/track_install/"的 url 的次数,您可以更轻松地跟踪来自移动分析应用程序的安装或设置分析自定义警报(例如,如果安装超过每天一定数量)

More stuff can be done. If you set-up an analytics custom goal to count the times a url with prefix "/track_install/" is hit, you can more easily track installs from the mobile analytics app or set-up analytics custom alerts (for example if installs go over a certain number daily)

这篇关于Chrome 扩展统计数据未更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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