The FluidTopicsAnalyticsServiceHelper.sendCustomTriggerEventAuto() method allows designers to trigger an Analytics custom event in Custom components.
FluidTopicsAnalyticsServiceHelper.sendCustomTriggerEventAuto(eventName, componentId);
It has the following properties:
| Field | Type | Required? | Description |
|---|---|---|---|
eventName |
String | Yes | Information about the custom name of the event. The string format accepts alphanumeric characters and the following special characters: _, -, and /. The maximum length of eventName is 100 characters. |
componentId |
String | Yes | Information about the component which triggered the event. The string format accepts alphanumeric characters and the following special character: -. The maximum length of componentId is 100 characters. |