- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
01-09-2020 06:42 AM
Hi,
I'm trying to understand Tealium's interpretation of how Adobe Target works in an SPA. The viewName portion of Adobe Target isn't triggered in the first manual utag.view instance. I've already disabled the initial page view, hence the manual utag.view instance. Adobe Target's viewName is triggered only in subsequent utag.view calls (which I made through the browser console). Is this how it's supposed to be?
Here is my setup. In the SPA, I've disabled the initial page load using ' window.utag_cfg_ovrd = {noview:true}; '. In the Adobe Target tag itself, I've mapped 'dom.domain' to 'viewName'. At the bottom of the HTML body, I'm making a utag.view call using the code below.
<script>
window.onload = function() {
utag.view({
"page_canonical_url_combined" : "testcanonical"
})
}
</script>
Can someone advise?
Thanks,
Jonathan
01-13-2020 10:44 AM
Copyright All Rights Reserved © 2008-2023