The changes add support for an array style event as created by GTag (see the documentation in the configuration jsx)
Related Issue
28
Motivation and Context
Supports use of gtag. Until now events created with gtag were ignored
How Has This Been Tested?
Code maps a gtag array event into the normal format. This is added on-the-fly to the event model object and is then available for processing as normal.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
The changes add support for an array style event as created by GTag (see the documentation in the configuration jsx)
Related Issue
28
Motivation and Context
Supports use of gtag. Until now events created with gtag were ignored
How Has This Been Tested?
Code maps a gtag array event into the normal format. This is added on-the-fly to the event model object and is then available for processing as normal.
Types of changes
Checklist: