FeatureUnlocked

Introduction

  • Backend Name: feature_unlocked

  • Description: The player unlocked a level, item, badge, level, skills or anything else.

  • Event Type: Game

  • Priority: P3

Parameters

NameTypeSelectBackend nameDescription
additionalDataDictionaryOptionaladditional_dataAny additional information
featureNamestringRequiredfeature_nameFeatureName is the name of the feature that has been unlocked.
featureTypestringRequiredfeature_typeFeatureType is the type of feature that has been unlocked.

Code example

LionAnalytics.FeatureUnlocked("Multiplayer", "3v3", new Dictionary<string, object>() { { "Experience", 1356 } } );