-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
As an "advanced" AEM user, it would be nice to have a way to configure the data layer via AEM UI so that I can the produce the data layer without writing code.
A/C:
- Verify the user can specify the data layer key and value pairs.
- Verify that a user can specify the data layer key as an object. e.g. object.property
- Verify the user can specify an AEM page property to output as a value. ${jcr:title}
Nice to Have:
- Verify that a user can specify request parameters to output as a value. ${request.param} e.g. after a transaction a user grab a value from the URL, headers, or cookie
Food for thought...