- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
11-08-2016 05:37 AM
Hi everyone,
I'm trying to access data layer's UDO variables from a Google Floodlight dynamic tag. This Floodlight is implemented as a Tealium DoubleClick tag, so everything is in the same Tealium configuration.
I've tried to access the utag or utag_data javascript variables from the tag, but when the dynamic tag is triggered they both don't result initialized yet.
Is there a way to access those UDO variables?
I really appreciate any help you can provide.
11-08-2016
11:17 AM
- last edited on
11-08-2016
01:06 PM
by
kathleen
Hi @alessandro_pell,
Inside the tag, the data-layer becomes the b object. So utag.data['key'] becomes b['key'].
I've tried to access the utag or utag_data javascript variables from the tag, but when the dynamic tag is triggered they both don't result initialized yet.
Can you explain here how you're trying to access them? Post some code.
Both utag.data and utag_data live in the browser's global scope (usually) so you should still be able to reference those params using javascript from the scope of the tag.
If you are trying to access the params using our interface, then you need to map the udo variables to some param in the tag.
Copyright All Rights Reserved © 2008-2023