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

Events Configuration File · Changes

Page history
Update home/events/events configuration/Events Configuration File authored Apr 25, 2021 by Davide Ciacco's avatar Davide Ciacco
Hide whitespace changes
Inline Side-by-side
home/events/events-configuration/Events-Configuration-File.md 0 → 100644
View page @ 69e513b8
The events can be defined inside a configuration file structured like this:
```js
(function() {
const webAnalytics = window._waInstance;
const eventTypes = webAnalytics.eventTypes;
// ... additional custom code (custom conditions, helper functions, ...)
webAnalytics.eventsConfiguration = [
// ... events
];
})();
```
\ No newline at end of file
Clone repository
  • home
    • events
      • events configuration
        • Events Configuration File
        • Send Event Method