Skip to content
GitLab
  • Explore
  • Sign in
  • Davide Ciacco
  • Web Analytics Web Lib Example
  • Wiki
  • Home
  • Events

Events · Changes

Page history
Create home/Events authored Apr 26, 2021 by Davide Ciacco's avatar Davide Ciacco
Hide whitespace changes
Inline Side-by-side
home/Events.md 0 → 100644
View page @ e87b32c2
## 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
Clone repository
  • home
    • events
      • events configuration
        • Events Configuration File
        • Send Event Method