Method LogEvent
LogEvent(string)
Tracks an Adjust event by its dashboard token.
public static void LogEvent(string eventToken)
Parameters
eventTokenstring
LogEvent(string, Dictionary<string, string>)
Tracks an Adjust event with additional callback parameters attached.
public static void LogEvent(string eventToken, Dictionary<string, string> callbackParams)
Parameters
eventTokenstringcallbackParamsDictionary<string, string>
LogEvent(string, Dictionary<string, object>)
Tracks an Adjust event with mixed-type callback parameters. All values are converted to strings before being sent to the Adjust SDK, which only accepts string callback parameters.
public static void LogEvent(string eventToken, Dictionary<string, object> callbackParams)
Parameters
eventTokenstringcallbackParamsDictionary<string, object>