- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
01-29-2016 12:05 AM - edited 02-02-2016 12:34 AM
Hi Dev-Team,
In comparsion to Google Tag Manager we think It would be a great improvement to have fireing rules for extensions be implemented instead of repeatedly inserting manual code in each extension. Though, we would like to suggest:
To be able to schedule fireing of extensions on certain conditions, e.g. DOM-Complete or custom conditions, by haveing fireing rules for extensions be implemented. As follows two examples:
Is it possible to add custom load rules for extensions as Googel Tag Manager provides them?
Kind regards
Mike
Hi folks,
as some expressed their interrest in being able to schedule the execution of extensions here is a new one. It checks if it's the start of the session and executes whatever you like:
if (document.cookie.indexOf("$_ss:1") >= 0) {//Magic comes here}
I used this to send an GA Event with the UTAG Version (utag.cfg.v) number as we recognized that deprecated scripts are still being served quite a long time (cache issues?). more about utag_main cookie values are documented here.
Cheers
Mike
Copyright All Rights Reserved © 2008-2023