Table of Contents

Method LogEvent

Namespace
Titipi.MocaLib2

LogEvent(string)

Tracks an Adjust event by its dashboard token.

public static void LogEvent(string eventToken)

Parameters

eventToken string

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

eventToken string
callbackParams Dictionary<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

eventToken string
callbackParams Dictionary<string, object>