Integrate with Enhance - Stencyl
Analytics
The connector library allows you to send custom events to the hooked analytics networks.
Example Usage

Blocks
log event
void log event(
text eventType
)
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
)
Parameters:
text eventType
- Type (name) of the event.
text paramKey
- Key of the event's parameter.
text paramValue
- Value of the event's parameter.