Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

AnalyticsEvent.AchievementStep

public static Analytics.AnalyticsResult AchievementStep(int stepIndex, string achievementId, IDictionary<string,object> eventData);

Parameters

stepIndex The order of the step (required).
achievementId A unique id for this achievement (required).
eventData Dictionary of custom parameters. (optional)

Returns

AnalyticsResult The result of the analytics event sent.

Description

Sends a achievement_step event.

Send this event when a requirement or step toward completing a multi-part achievement is complete.

Did you find this page useful? Please give it a rating: