constant AnalyticsEvents::COLLECT in Googalytics - Google Analytics 8
Name of event fired to collect analytics commands for the current request.
The event listener receives a \Drupal\ga\Event\CollectEvent instance.
File
- src/
AnalyticsEvents.php, line 19
Class
- AnalyticsEvents
- Contains all events thrown by ga module.
Namespace
Drupal\gaCode
const COLLECT = 'ga.collect';