AnalyticsEconomyFlowType
Specifies the direction of currency flow in an economy event logged by AnalyticsService:LogEconomyEvent().
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 619 | Sink | 0 | Currency is being removed from the player's account. | |
| 619 | Source | 1 | Currency is being added to the player's account. |
Description
Passed as the flowType argument to
AnalyticsService:LogEconomyEvent() to indicate whether an
in-experience currency transaction is adding currency to or removing currency
from a player's balance. Use Source
when the player gains currency (for example, purchasing coins with Robux or
earning gold from gameplay) and Sink when
the player spends currency (for example, buying an item from a shop).