|
|
## Events Configuration
|
|
|
|
|
|
Events can be sent directly by calling the [sendEvent method](/davide.ciacco/web-analytics-web-lib-example/-/wikis/Send-Event-Method) or by creating and linking the [event configuration file](/davide.ciacco/web-analytics-web-lib-example/-/wikis/Events-Configuration-File).
|
|
|
|
|
|
## Event types
|
|
|
|
|
|
While events sent with the [sendEvent method](/davide.ciacco/web-analytics-web-lib-example/-/wikis/Send-Event-Method) have no type, the events defined in the [event configuration file](/davide.ciacco/web-analytics-web-lib-example/-/wikis/Events-Configuration-File) do.
|
|
|
|
|
|
The supported types are:
|
|
|
- `click`
|
|
|
- `inViewport`
|
|
|
- `onFormSubmit`
|
|
|
- `onPage`
|
|
|
|
|
|
These events can also be defined inside of a `sequence` or a `checklist` |
|
|
\ No newline at end of file |