This is a work in progress. Feedback is welcome.

airModules Tracking Package

The Tracking Package enables you to measure views and engagement across your applications.

Using the tracking package to track events in your application is easy!

  1. Import the tracking package and it's functions into your application
  2. Construct an event object for each event you wish to track
  3. Send each event utilizing the imported functions

Once sent, the tracking package formats each event object according to the specifications outlined in the emDataStandards and pushes it to a dataLayer object. Subsequently, both customers and PROs have the ability to leverage a tag manager to access the data layer values and transmit events to an Analytics account.

For the full documentation and how to integrate, visit the Tracking Package Documentation (opens in a new tab)