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

Name Type Select Backend name Description
action string Required action Name of the action taken by player.
additionalData Dictionary Optional additional_data Any additional information
option string Required option The option that was selected.

Code example

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