Analytics Connectors Manual / Version 2304
Table Of Contents
The Google Analytics integration provides an abstraction layer implemented in a JavaScript file
alx-integration-googleanalytics.js which contains constructors for objects holding common
data and functions to track page views and events:
GaAccountDatafor the web property id and domain names,GaPageviewDatafor data related to a page view, such as the URL and the content id, andGaEventDatafor data related to an observed event, such as event category and label.
These data objects are supplied to the implemented functions
gaTrackPageviewfor tracking page views, andgaTrackEventfor tracking events.
See JavaScript inline documentation for details.


