Skip to content

Instantly share code, notes, and snippets.

@knennigtri
Last active February 1, 2023 17:22
Show Gist options
  • Save knennigtri/f95f925fee23684098991a39a31febfd to your computer and use it in GitHub Desktop.
Save knennigtri/f95f925fee23684098991a39a31febfd to your computer and use it in GitHub Desktop.
Adobe Launch data element for xdm:currency from the CIF core product component.
var property= 'xdm:currencyCode';
var getCoreCmpJSON = _satellite.getVar("getCoreCmpJSON");
var coreCmpJSON = getCoreCmpJSON(event);
return coreCmpJSON.component[property];
@knennigtri
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment