Yellow below is where all ‘itempurchased’ strings are being logged as ‘Other’, you can see the colors where it was working properly before:
Since around May 28, economy sink event logging seems to have stopped working and is logging every event without the string name and all sinks show up as ‘Other’
Nothing was changed regarding the server scripts logging these events.
example line used to log sink event:
Analytics.TrackSink(player,passPriceInExp,XPIntValue.Value,"StartFireworksShow")
This worked previously but now the spend is logged as ‘Other’ in the dashboard.
FYI, TrackSource is still working as expected.
Expected behavior
I expect if i use Analytics.TrackSink with a ItemPurchased: String
that it will log the event with that string label.
Thanks.