- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
05-18-2016 07:08 PM
I was testing a tag last week and everything is fine.
This week when I tested it again, it no longer fire and the web companion show it as "Loaded".
Thanks
Solved! Go to Solution.
05-19-2016 01:31 AM
Hi @CP
So a quick definition is:
Loaded - Tag was Loaded successfully
OK - Tag fired successfully (send method was called and completed.)
If you are seeing Loaded, but not OK. Then 1 of 2 things are happening.
1) The send function isn't being called, this can happen if under the Advanced settings the Send Flag is turned off
2) There is an error in the tag template or extension, that is stopping it from firing.
Your best bet would be to look in the developer console in your browser, and see if there are any errors.
You can enbale utag debugging by setting the cookie:
document.cookie="utagdb=true;path=/";
Adrian
Copyright All Rights Reserved © 2008-2023