adobe / reactor-extension-googledatalayer

Extension for Adobe Experience Platform Tags that enables management of a Google data layer.
https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/adobe/google-data-layer/overview.html
Apache License 2.0
4 stars 5 forks source link

Gtag fix #29

Closed brobatr closed 1 year ago

brobatr commented 1 year ago

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: