-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nicolas Earnshaw <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]) | ||
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:[email protected]) | ||
|
||
- 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. | ||
|
||
|