Options

Introduction

  • Backend Name: options

  • Description: Use this event to track when a player changes game option on the settings screen (e.g. toggle audio on/off, enable notifications, etc).

  • Event Type: Game

  • Priority: P4

Parameters

NameTypeSelectBackend nameDescription
actionstringRequiredactionName of the action taken by player.
additionalDataDictionaryOptionaladditional_dataAny additional information
optionstringRequiredoptionThe option that was selected.

Code example

LionAnalytics.Options("Graphics Settings Opened", "Settings Panel");