Skip to content

Commit 2a1a9a0

Browse files
update Open Source Docs from Roblox internal teams
1 parent 7a9a887 commit 2a1a9a0

29 files changed

+453
-186
lines changed

content/common/navigation/scale/analytics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ navigation:
22
- heading: Overview
33
- title: Get started
44
path: /production/analytics/
5-
- title: Assistant for analytics
6-
path: /assistant/analytics-assistant
5+
- title: Insights
6+
path: /production/analytics/insights
77

88
- heading: Monitor
99
- title: Performance
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

content/en-us/assistant/analytics-assistant.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

content/en-us/assistant/index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ export const sections = [
1616
{ text: "Docs", href: "assistant/guide"}
1717
]
1818
},
19-
{
20-
title: "Assistant for analytics",
21-
description: "Assistant integrates with your analytics insights to help you dive deeper into player feedback and your experience's weekly and monthly performance.",
22-
image: "/assets/analytics/feedback/AnalyticsAssistantFeedbackReport.png",
23-
links: [
24-
{ text: "Docs", href: "assistant/analytics-assistant" }
25-
]
26-
},
2719
{
2820
title: "Assistant in the documentation",
2921
description: "Assistant is available directly from the documentation, in the upper navigation bar.",

content/en-us/cloud-services/http-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ end
7474

7575
#### Data stores
7676

77-
Due to current limitations on `Class.HttpService`, only alphanumeric characters and the `-` character are allowed in URL path parameters to Roblox domains. This means data stores and entries with other special characters are currently
77+
Due to current limitations on `Class.HttpService`, the `..` string is not allowed in URL path parameters to Roblox domains. This means data stores and entries containing this string are currently
7878
inaccessible from `Class.HttpService`.
7979

8080
- [ListDataStores](/cloud/reference/DataStore#Cloud_ListDataStores)
@@ -97,7 +97,7 @@ inaccessible from `Class.HttpService`.
9797

9898
- Only the `x-api-key` and `content-type` headers are allowed.
9999
- The `x-api-key` header must be a `Datatype.Secret`. See [Secrets stores](./secrets.md).
100-
- Only alphanumeric characters and the `-` character are allowed in URL path parameters.
100+
- The `".."` string is not allowed in URL path parameters.
101101
- Only the HTTPS protocol is supported.
102102
- You cannot use port `1194` or any port below `1024`, except `80` and `443`. If you try to use a blocked port, you receive either a `403 Forbidden` or `ERR_ACCESS_DENIED` error.
103103

content/en-us/production/analytics/feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To view your experience's feedback analytics:
1818
You can view feedback for both individual and [group](../../projects/groups.md) owned experiences. To view the latter, you need to have the **View all analytics for group experiences** permission within the group.
1919
</Alert>
2020

21-
To dive deeper into player feedback, see the [report generated by Assistant](../../assistant/analytics-assistant.md#player-feedback-reports).
21+
To dive deeper into player feedback, see the [feedback insight reports](./insights.md#player-feedback-reports).
2222

2323
## Chart view
2424

content/en-us/production/analytics/index.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -116,25 +116,3 @@ Avatar items you've sold automatically appear within the **Avatar Items** tab. H
116116
### Track user acquisition
117117

118118
The **Share Links** tab provides information about the **Link Visits** metric, which tracks how many users have arrived on your experience details page by clicking on the share link you created.
119-
120-
## Analytics insights
121-
122-
In each experience's overview page, there are insights that highlight major changes in key metrics and areas of improvement.
123-
124-
For example, the insight below shows that your revenue declined 21%, but the revenue of similar experiences increased by 15%. This is a sign that you might want to take action and look deeper into your monetization to diagnose potential issues. You can click **Explore this metric** to slice and dice your revenue by platform, country, and more. These insights are updated daily and are available for experiences with 100+ DAU.
125-
126-
<figure>
127-
<img src="../../assets/analytics/overview/Insights.png" width="80%"/>
128-
</figure>
129-
130-
You can also use Assistant, Roblox's AI helper, to dive deeper into your experience's analytics insights. For more information, see [Assistant for analytics](../../assistant/analytics-assistant.md).
131-
132-
### Achievement panel
133-
134-
Your achievement panel highlights key metric milestones that you've reached over the past 6 months. This insight is meant to help you celebrate progress when a metric has reached a six month high. Note that if a metric is at a six month high but below benchmark comparisons, you should still continue to improve it.
135-
136-
<figure>
137-
<img src="../../assets/analytics/overview/Achievements.png" width="50%"/>
138-
</figure>
139-
140-
For more information on how analytics works, see [Analytics dashboard](../../production/analytics/analytics-dashboard.md). For more information on how to use analytics to optimize your experience's design, see [Analytics essentials](../../production/game-design/analytics-essentials.md).

0 commit comments

Comments
 (0)