You are here

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\ga

Code

const COLLECT = 'ga.collect';