- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
Hi,
I have some tags which are loaded but not fired, here:
I don`t see the problem, there are no problems shown in the console. And on other sits it is working correct.
Do you have any ideas?
Thank you.
Gerhard
Solved! Go to Solution.
Hi @Gerhard_TUI
So looking on the page in question, there is a utag_cfg_ovrd
set with noview = true
.
This is what is stopping the tags from firing. You need to explicitly call utag.view();
Adrian
Hello @Gerhard_TUI
Please find below link to know explicit intended to window.utag_cfg_ovrd.
Hope this helps!!!
Thanks.
I changed it to noview = false and it is working.
07-10-2018 09:48 AM - edited 07-10-2018 11:02 AM
Hi @adrian_browning,
I had the same issue here and it solves setting noview to false.
But, I need noview = true for data analytics purpose.
Is there a way to fire Tealium tag with noview = true?
Thanks,
Dayan
To set utag to have the noview active you would:
window.utag_cfg_ovrd = window.utag_cfg_ovrd || {};
window.utag_cfg_ovrd.noview=true;
By default utag will run with noview set to false, so you don't have to manually set this.
Adrian
Copyright All Rights Reserved © 2008-2023