You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note how `player0` sorts after all keys with a sort key. `player6` sorts after all keys with a numeric sort key. `player4` and `player5` have the same sort key, so they are sorted in ascending order by key.
Copy file name to clipboardExpand all lines: content/en-us/creator-programs/research-panel.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Roblox Research Panel
3
3
description: The Roblox Research Panel is an exclusive program where people can share their opinions and insights to help improve Roblox.
4
4
---
5
5
6
-
The [Roblox Research Panel](https://robloxresearchpanel.com/) is an exclusive program where people can share their opinions and insights to help improve Roblox. By participating in surveys, polls, and discussions, you directly contribute to enhancing the Roblox experience for everyone. Roblox partners with Fuel Cycle, a market research company, to host the panel.
6
+
The [Roblox Research Panel](https://survey.roblox.com/app/audience-management#/GRES_em4gkWtqVNNKQ9f/login) is an exclusive program where people can share their opinions and insights to help improve Roblox. By participating in surveys, polls, and discussions, you directly contribute to enhancing the Roblox experience for everyone. Roblox partners with Qualtrics, a market research company, to host the panel.
7
7
8
8
<figure>
9
9
<Chip
@@ -18,7 +18,6 @@ The [Roblox Research Panel](https://robloxresearchpanel.com/) is an exclusive pr
18
18
As a valued member of the Roblox community, your feedback is essential. By joining the Roblox Research Panel, you can:
19
19
20
20
- Influence Roblox: Your insights help shape new features and improvements.
21
-
- Earn Rewards: Participate in activities to earn points, redeemable for a variety of gift cards.
22
21
- Be Heard: Engage in meaningful discussions with fellow members and provide feedback that matters.
Copy file name to clipboardExpand all lines: content/en-us/production/analytics/custom-fields.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ title: Custom fields
3
3
description: Use custom fields as an additional analytics tool to track unique milestones in your experience.
4
4
---
5
5
6
-
You can use up to 3**custom fields** to filter your [economy](./economy-events.md), [funnel](./funnel-events.md), and [custom](./custom-events.md) events by unique dimensions specific to your experience. Some examples include:
6
+
You can use up to three**custom fields** to filter your [economy](./economy-events.md), [funnel](./funnel-events.md), and [custom](./custom-events.md) events by unique dimensions specific to your experience. Some examples include:
7
7
8
8
- Levels — 1, 2, 3, . . .
9
9
- Player class — Warrior, Mage, Archer
10
10
- Weapon type — SMG, Pistol, Rocket Launcher
11
11
12
-
The customFields parameter is a dictionary argument that allows sending up to three custom values using the provided `Enum.AnalyticsCustomFieldKeys` as keys by accessing them as `Enum.AnalyticsCustomFieldKeys.CustomField{01, 02, 03}.Name`. Anything other than `CustomField01.Name`, `CustomField02.Name`, and `CustomField03.Name` is ignored. You can have up to 8,000 unique combinations of values across the three custom fields.
12
+
The `customFields` parameter is a dictionary that lets you send up to three custom values using the provided `Enum.AnalyticsCustomFieldKeys` as keys by accessing them as `Enum.AnalyticsCustomFieldKeys.CustomField{01, 02, 03}.Name`. Anything other than `CustomField01.Name`, `CustomField02.Name`, and `CustomField03.Name` is ignored. You can have up to 8,000 unique combinations of values across the three custom fields.
13
13
14
14
Using a fantasy-related experience as an example, you can track an economy event regarding equipment type, player class, and level with the following:
Copy file name to clipboardExpand all lines: content/en-us/production/promotion/deeplinks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Deep links let you send users to a specific place in an experience, which can
7
7
make the process of joining more seamless, help users find their connections, and provide traffic attribution. The optional launch data in these links lets you customize the user experience when someone joins.
8
8
9
9
<Alertseverity="success">
10
-
You can create deep links manually, but the better solution is to generate and use [share links](share-links.md).
10
+
This process is deprecated. To create public deep links, use [share links](share-links.md).
Copy file name to clipboardExpand all lines: content/en-us/production/promotion/rewarded-video-ads.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ To access your rewarded video ad metrics:
201
201
</tr>
202
202
<tr>
203
203
<td>**Monetization Funnel at Experience level**</td>
204
-
<td>This metric shows you: <br /><br /> <ul><li>**Requested**: The number of ads requested in your experience.</li><li>**Filled/Number of fills**: The number of ads received in your experience.</li><li>**Impression**: The number of impressions from the video ads in your experience. The first frame of a video ad shown to a user counts as an impression.</li><li>**Rewarded/Number of rewards**: The number of video ad rewards granted to users.</li></ul> </td>
204
+
<td>This metric shows you: <br /><br /> <ul><li>**Requested**: The number of ads requested by ads-eligible users in your experience.</li><li>**Filled/Number of fills**: The number of ads received by ads-eligible users in your experience.</li><li>**Impression**: The number of impressions from the video ads in your experience. The first frame of a video ad shown to a user counts as an impression.</li><li>**Rewarded/Number of rewards**: The number of video ad rewards granted to users.</li></ul> </td>
205
205
</tr>
206
206
<tr>
207
207
<td>**Fill Rate**</td>
@@ -224,16 +224,12 @@ To access your rewarded video ad metrics:
224
224
<td>The number of unique users who have viewed one or more video ads in your experience in a day. A view is defined by an impression. <br /><br /> This data is updated with 1 day delay.</td>
225
225
</tr>
226
226
<tr>
227
-
<td>**AEPDUV (Average Earnings Per Daily Uniquer Viewers)**</td>
228
-
<td>The earnings generated per daily unique viewer for rewarded video ads. <br /><br /> This data is updated with 1 day delay.</td>
229
-
</tr>
230
-
<tr>
231
-
<td>**Eligible Daily Active Users**</td>
232
-
<td>The number of unique daily visitors to your experience who were eligible to see Rewarded Video ads. <br /><br /> This data is updated with 1 day delay.</td>
227
+
<td>**eDAU (Ads Eligible Daily Active Users)**</td>
228
+
<td>The number of unique daily users to your experience who were eligible to view rewarded video ads. <br /><br /> This data is updated with 1 day delay.</td>
233
229
</tr>
234
230
<tr>
235
-
<td>**DUV/eDAU (Daily Unique Viewers/Eligible Daily Active Users)**</td>
236
-
<td>The percent of ads eligible visitors to your experience, known as Eligible Daily Active Users, who saw at least one ad on a day. <br /><br /> This data is updated with 1 day delay.</td>
231
+
<td>**AEPDUV (Average Earnings Per Daily Unique Viewer)**</td>
232
+
<td>The earnings generated per daily unique viewer for rewarded video ads. <br /><br /> This data is updated with 1 day delay.</td>
0 commit comments