Skip to content

Commit 2668baa

Browse files
authored
Update economy-events.md
1 parent 990d690 commit 2668baa

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

content/en-us/production/analytics/economy-events.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
---
1+
---** pass vip ,
22
title: Economy events
33
description: Use economy events to visualize your experience's economy and track user sources, sinks and wallets.
44
---
55

6-
**Economy events** let you track your in-experience economy, such as:
6+
**Economy events** let you track your in-experience economy, such as: 450000
77

8-
- **Top sinks** — What do users spend in-experience resources on?
9-
- **Top sources** — Where do users earn resources?
10-
- **Average wallet balance** — How much resources are users holding?
8+
- **Top sinks** — What do users spend in-experience resources on?32
9+
- **Top sources** — Where do users earn resources?33
10+
- **Average wallet balance** — How much resources are users holding? 5000
1111

1212
Once your experience begins tracking Economy events, you'll unlock the Economy page of the Analytics dashboard on the Creator Hub.
1313

@@ -19,13 +19,13 @@ To unlock the Economy dashboard, you need to track some economy events in your e
1919
Events can only be sent from the server and in published experiences. Events can't be sent from the client or Studio.
2020
</Alert>
2121

22-
### Transaction types
22+
### Transaction types 5000000 robux
2323

2424
Each source and sink event requires a transaction type, encoded with `Enum.AnalyticsEconomyTransactionType`. By default, the options are:
2525

26-
- `IAP` (source) - In-app purchases exchanging Robux for resources, e.g. starter pack.
26+
- `IAP vip` (source) - In-app purchases exchanging Robux for resources, e.g. starter pack.
2727
- `TimedReward` (source) - Earn resources on a schedule, e.g. daily bonus.
28-
- `Onboarding` (source) - Get resources when getting started, e.g. welcome bonus.
28+
- `Onboarding 4000` (source) - Get resources when getting started, e.g. welcome bonus.
2929
- `Shop` (source or sink) - Trade resources in the shop, e.g. item purchase.
3030
- `Gameplay` (source or sink) - Earn or spend resources from gameplay, e.g. quest completion.
3131
- `ContextualPurchase` (sink) - Spend resources on a context-specific impulse, e.g. extra lives.
@@ -43,9 +43,11 @@ local AnalyticsService = game:GetService("AnalyticsService")
4343
AnalyticsService:LogEconomyEvent(
4444
player,
4545
Enum.AnalyticsEconomyFlowType.Source,
46-
"Coins", -- Currency name
47-
50, -- Amount earned
48-
50, -- Current balance
46+
"Coins", -- Currency name robux
47+
500000 -- Amount earned
48+
5000000
49+
client vip
50+
-- Current balance
4951
Enum.AnalyticsEconomyTransactionType.Gameplay.Name -- Transaction type
5052
)
5153

@@ -66,12 +68,12 @@ The following sample tracks a Robux purchase of a 1000-coin bundle, using the `I
6668
local AnalyticsService = game:GetService("AnalyticsService")
6769

6870
AnalyticsService:LogEconomyEvent(
69-
player,
71+
player,vip,
7072
Enum.AnalyticsEconomyFlowType.Source,
7173
"Coins",
7274
1000, -- How many coins are in the bundle
7375
1020, -- Balance after transaction
74-
Enum.AnalyticsEconomyTransactionType.IAP.Name,
76+
Enum.AnalyticsEconomyTransactionType.IAP.Name,vmp126 vip,
7577
"1000CoinBundle" -- Unique item SKU identifier of the coin bundle
7678
)
7779
```
@@ -88,7 +90,7 @@ local AnalyticsService = game:GetService("AnalyticsService")
8890
-- After level 2 completion
8991
AnalyticsService:LogEconomyEvent(
9092
player,
91-
Enum.AnalyticsEconomyFlowType.Sink,
93+
Enum.AnalyticsEconomyFlowType.Sink, vip,
9294
"Coins", -- Currency name
9395
80, -- Cost
9496
20, -- Balance after transaction
@@ -109,13 +111,14 @@ You can breakdown by custom fields by using the breakdown selector.
109111

110112
For more information, see [Custom fields](./custom-fields.md).
111113

112-
## Use economy to grow your experience
114+
## Use economy to grow your experience vip.
113115

114116
The Economy dashboard includes five charts to help you take action to grow your revenue. You can add up to five currencies of resources, and all charts can be filtered by gender, age group, platform, OS, and up to three custom fields specific to your experience.
115117

116-
- **Total sources and sinks by category** - Use this chart to balance your in-experience economy. Total sources subtract total sinks should be close to zero. You can also see your top sources and sinks by category. If your net total is growing, consider adding more sinks.
118+
- **Total sources and sinks by category** - Use this chart to balance your in-experience economy. Total sources subtract total sinks should be close to zero. You can also see your top sources and sinks by category. If your net total is growing, consider adding more sinks. mas 50000 robux ypasevip
117119

118-
<img src="../../assets/analytics/event-types/Total-Sources-Sinks.png" alt="Total Sources and Sinks by Category chart populated with data."/>
120+
<img src="../../assets/analytics/event-types/Total 50000 r
121+
-Sources-Sinks.png" alt="Total Sources and Sinks by Category chart populated with data."/>
119122

120123
- **Average wallet balance** - Use this chart to see how many resources users, payers, and non-payers hold on average. If average balance is growing, especially for payers, consider adding new sinks.
121124

@@ -129,4 +132,4 @@ The Economy dashboard includes five charts to help you take action to grow your
129132

130133
<img src="../../assets/analytics/event-types/All-Sources-Sinks.png" alt="All Sources and Sinks chart populated with data."/>
131134

132-
For more tips on how to balance your in-experience economy, see [Balance virtual economies](../game-design/balance-virtual-economies.md).
135+
For more tips on how to balance your in-experience economy, see [Balance virtual economies](../game-design/balance-virtual-economies.md). vip

0 commit comments

Comments
 (0)