Version: 2019.2
LanguageEnglish
  • C#

Analytics.SendEvent

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static Analytics.AnalyticsResult SendEvent(string eventName, object parameters, int ver, string prefix);

Parameters

eventNameName of the event.
verEvent version number.
prefixOptional event name prefix value.
parametersAdditional event data.

Description

This API is used to send a Runtime Analytics event. It is meant for internal use only and is likely to change in the future. User code should never use this API.