decentraland / decentraland/builder

Add retention metrics to Builder

Open
#2,317 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
156
Forks
91
Avg merge
2d 7h
Merged PRs (30d)
31

Description

## 🎉 Description

The Data team has added retention metrics to the scene stats json: https://cdn-data.decentraland.org/scenes/scene-stats.json

```
"retention": {
"d1": number,
"d3": number,
"d7": number,
"d14": number,
"d28": number
}
```

We can make use of this data and show in the Builder for scenes and lands as we do now with the weekly stats:
Screen Shot 2022-09-16 at 11 09 19

Since we are already fetching the `scene-stats.json` we do have already this data in the builder in memory, it's just a matter of displaying it.

**BLOCKER:** We would need designs for this before implementation can happen

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.