Thomas Amsler

Results 2 issues of Thomas Amsler

Let's start with this simple DataLayer object: ``` { page: { campaigns: ['campaign1', 'campaign2'] } } ``` Then I push this: ``` adobeDataLayer.push({ page: { campaigns: [] } }); ```...

bug

Not a bug, but a feature request: Many front end developers nowadays write their scripting code in TypeScript instead of JavaScript. It would be great if this project would provide...

enhancement
good first issue