From 98e6264941835e6f9cd5ac9ef8ee2182be6dba7c Mon Sep 17 00:00:00 2001 From: Nicolas Earnshaw Date: Mon, 27 Nov 2023 15:31:34 -0300 Subject: [PATCH] fix wemeta links Signed-off-by: Nicolas Earnshaw --- content/creator/sdk7/other/scene-analytics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/creator/sdk7/other/scene-analytics.md b/content/creator/sdk7/other/scene-analytics.md index 1f4b55d4..43c4f240 100644 --- a/content/creator/sdk7/other/scene-analytics.md +++ b/content/creator/sdk7/other/scene-analytics.md @@ -11,13 +11,13 @@ url: /creator/development-guide/sdk7/scene-analytics/ As a creator, it's very valuable to track player visits and the way in which players interact with your scene. Instead of assuming, you can obtain real data and make informed decisions while iterating on your designs. -- The [WeMeta team](https://wemeta.world/about) produced a powerful analytics tool that is specially designed for using in Decentraland scenes. It was originally funded by [a grant in the Decentraland DAO](https://forum.decentraland.org/t/dao-qmdxcqc-wemeta-builder-tag/8194). +- The [WeMeta team](https://www.wemetalabs.com/) produced a powerful analytics tool that is specially designed for using in Decentraland scenes. It was originally funded by [a grant in the Decentraland DAO](https://forum.decentraland.org/t/dao-qmdxcqc-wemeta-builder-tag/8194). Through a one-line code snippet (the 'Builder Tag'), you can expose/access (via API or dashboard) a myriad of interesting scene data including unique visitors, heat maps of visitor foot traffic, visitor activity, your scene rank and more. Read the [WeMeta documentation](https://docs.wemeta.world/docs/quick-start-decentraland) for detailed instructions about how to implement it in your scenes. - For additional help or suggestions you can reach out to the WeMeta team [here](https://docs.wemeta.world) or [by mail](mailto:contact@wemeta.world) + For additional help or suggestions you can reach out to the WeMeta team [here]([https://docs.wemeta.world](https://www.wemetalabs.com/)) or [by mail](mailto:contact@wemeta.world) - The [Decentraland Builder](https://builder.decentraland.org) exposes basic data about user weekly visits to your scenes. This data is only available to users with ownership or operator rights on these parcels, and there is no historical record for checking past periods. As a scene creator you don't need to do any prior actions, this data is available for all published scenes.