How to track that tag loaded? How to bind to a tag loaded event?

Gold Contributor
Gold Contributor

I want to track to Google Universal Analytics when, for example, the Krux tag got loaded. Is that possible? 

4 REPLIES 4

How to track that tag loaded? How to bind to a tag loaded event?

Employee Emeritus

Hello @dianafa. To see if your tag is loading or not, please watch this video:

Now to see Krux fire in Google Analytics you'll need to do some advanced mapping. I would recommend taking a look at the following:

Let me know if this answers your questions @dianafa. We are here to help!

Remember to give me a kudo if you like my post! Accepting my post as a solution is even better! Also remember that search is your friend.

How to track that tag loaded? How to bind to a tag loaded event?

Employee Emeritus

@dianafa

There are many ways to accomplish this.  If it were me, I would have one of our extensions like the Lookup Table scoped to All Tags and Before Load Rules.  It would create something like krux_enabled.  The value of this new variable will be either yes or no.  Then I would use this variable as part of a Load Rule for Krux and also passed to a Custom Dimension for Google Analytics. 

If you would like someone from Tealium to set this up for your, feel free to open a ticket at: 
https://support.tealiumiq.com/hc/en-us/requests/new

Brian

How to track that tag loaded? How to bind to a tag loaded event?

Gold Contributor
Gold Contributor

@kathleen_jo, @brian_kranson thanks for help! :)

I can do what I mentioned also using custom js excension and track wherever I want (to ga and also to other providers) : 

GA-how-to-track-tag-event.png

Yay!

How to track that tag loaded? How to bind to a tag loaded event?

Employee Emeritus

Double YAY @dianafa! Thank you for sharing this awesome answer! 

Remember to give me a kudo if you like my post! Accepting my post as a solution is even better! Also remember that search is your friend.
Public