Integrate with Enhance - Construct
Using older version? Download library for Construct 2
Analytics
The connector library allows you to send custom events to the hooked analytics networks.
Example Usage

ACEs
Log simple event
Action Log simple event(
String eventType
)
Parameters:
String eventType
- Type (name) of the event.
Log event
Action Log event(
String eventType,
String paramKey,
String paramValue
)
Parameters:
String eventType
- Type (name) of the event.
String paramKey
- Key of the event's parameter.
String paramValue
- Value of the event's parameter.