Chrome Extension Stats not updating [closed]

假如想象 提交于 2019-11-26 21:25:46

问题


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?


回答1:


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.

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).

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/

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).

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).

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)



来源:https://stackoverflow.com/questions/33307771/chrome-extension-stats-not-updating

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