Home


Analytics

The connector library allows you to send custom events to the hooked analytics networks.

Blocks

log event

void log event(
    text eventType
)

Send a custom analytics event.

Parameters:

text  eventType - Type (name) of the event.

log event with param key and value

void log event with param key and value(
    text eventType,
    text paramKey,
    text paramValue
)

Send a custom analytics event.

Parameters:

text  eventType - Type (name) of the event.

text  paramKey - Key of the event's parameter.

text  paramValue - Value of the event's parameter.