jckautzmann

Results 12 comments of jckautzmann

@adobe export issue to Jira project SITES as Story

It would be nice to add a unit test to verify that the JSON output of the container component is available.

Following options have been investigated as part of our innovation sprint (Garage Week) to support defining and accessing the specific policy of a sub-component (nested policies): 1) Use the delegation...

@klcodanr Now that we introduced support for pushing a function into the data layer, the `adobeDataLayer` object can be renamed `myDataLayer` as follows: ``` window.adobeDataLayer = window.adobeDataLayer || []; window.adobeDataLayer.push(function(dl)...

Also relates to https://github.com/adobe/adobe-client-data-layer/issues/44

A proof of concept is available at: https://github.com/adobe/adobe-client-data-layer/tree/feature/create-copy-reset By default the `adobeDataLayer ` is created. The rename it, add the following HTML to your page head: ``` window.myDataLayer = window.myDataLayer...

@shraddhanegi The integration of the Data Layer with AEM is explained at: https://github.com/adobe/aem-core-wcm-components/blob/master/DATA_LAYER_INTEGRATION.md

See also other ideas in https://github.com/adobe/adobe-client-data-layer/issues/42

A proof of concept is available at: https://github.com/adobe/adobe-client-data-layer/tree/feature/create-copy-reset It works as follows: - if the page HTML contains the `data-adobe-client-data-layers` data attribute set with a list of data layer names,...

We could introduce a `keepOptions` argument for the `reset()` method with 2 properties, `paths` and `events`, which are arrays defining the paths and events to keep. E.g.: ```` const keepOptions...