Why Economy dashboard has non-players data?

I have used economy events in my game. The event is logged when a player gets some golds. But in the dashboard there are always non-players type there. what does it mean? What does the Total mean? And more, the data with Players looks abnormal (the estimated value should be thousands), instead the data with non-players is expected.


my code is like below, every log will contain the player information:

AnalyticsService:LogEconomyEvent(
	self.player,
	Enum.AnalyticsEconomyFlowType.Source,
	coinType,
	value,
	coin,
	transType,
	itemSku
)

AnalyticsService:LogEconomyEvent(
	self.player,
	Enum.AnalyticsEconomyFlowType.Sink,
	coinType,
	spent,
	coin,
	transType,
	itemSku
)

I got the answer: Analytics: Track funnel and economy events to grow your experience faster - #122 by SodaMochii

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.