- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
08-11-2015 08:52 AM - last edited on 04-26-2016 05:02 PM by kathleen_jo
Hi Lukas Teply, our guide for the basic configuration of the Media Math tag is here: https://community.tealiumiq.com/t5/Tags-and-Client-side/MediaMath-Tag-Basic-Configuration/ta-p/5654 However, based on your description above, you are using a load rule that is dependent on the output of an extension. In the normal order of operations, Load Rules are processed before extensions with the scope of "All Tags", "DOM Ready", and "Tag-specific" so your load rule will always evaluate to false without some help. Using a configuration override, you can re-evaluate load rules at DOM Ready. To do this: 1. Add a JavaScript extension with the scope of PreLoader. 2. Use the following code to force load rules to be re-evaluated at DOM Ready. {code:JavaScript} window.utag_cfg_ovrd = window.utag_cfg_ovrd || {}; window.utag_cfg_ovrd.load_rules_at_wait = true; {code} More information at: https://community.tealiumiq.com/t5/Tealium-iQ/How-to-evaluate-load-rules-AFTER-extensions/ta-p/13745
08-12-2015 02:12 AM
08-12-2015 08:42 AM
Copyright All Rights Reserved © 2008-2023