You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
hey @ghhutch ! Long time no chat! Sorry I missed this. So I think it's a fine idea, but I'm somewhat concerned about how this would work with repeated values. I guess it would probably work fine with single values and then more advanced use cases could be covered through some other means. I'll look into it.
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:
Nice to Have:
Food for thought...
The text was updated successfully, but these errors were encountered: