- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
Hi,
How to I create a simple interaction linker that sends data to adobe.
I got something like this, but that doesnt work.
window['globalWebAnalytics'] = window['globalWebAnalytics'] || {};
window.globalWebAnalytics.customIdentifiers = {
tab: function (value) {
return value.getAttribute('role') === 'tab';
},
modal: function (value) {
return value.getAttribute('data-wa-region') === 'modal';
}
};
Copyright All Rights Reserved © 2008-2023