- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
05-18-2018 08:13 PM
Hi,
Based on my understanding, utag.view({}) and utag.link({}) can be used for tracking on a Single Page App. Piwik offers a setUserId method through its JS client tracker (piwik.js) so that logged in user can be set. How can this be done through Tealium?
Thanks!
Solved! Go to Solution.
05-21-2018 06:40 AM
Hi @juniper,
It doesn't look like the template nativity supports it.
You can, access the piwik object through a scoped extension and set the user Id there.
window._paq.push([‘setUserId’, ‘USER_ID_HERE’]);
Adrian
Copyright All Rights Reserved © 2008-2023