How can I inspect the SiteCatalyst object in browser consoles? Our Tealium S-Object Name is 's_t'. When I 'watch' vars e.g., s_t.eVar5 however, they don't display the values I know are being passed. Is there another way to reference the Tealium S-Object?

Gold Contributor
Gold Contributor
 
4 REPLIES 4

How can I inspect the SiteCatalyst object in browser consoles? Our Tealium S-Object Name is 's_t'. When I 'watch' vars e.g., s_t.eVar5 however, they don't display the values I know are being passed. Is there another way to reference the Tealium S-Object?

Employee Emeritus
The S-Object Name that is defined in the SC Tag Config is a global variable. You should just be able to look at "s_t" in the Watch Expressions or in the console and see the value. The other thing to keep in mind is if you have the Clear Vars setting set to "Yes." This will clear all the prop/eVars after the server request has been made to SC, which also may be why you aren't see the value after the page has finished loading.

How can I inspect the SiteCatalyst object in browser consoles? Our Tealium S-Object Name is 's_t'. When I 'watch' vars e.g., s_t.eVar5 however, they don't display the values I know are being passed. Is there another way to reference the Tealium S-Object?

Gold Contributor
Gold Contributor
Thanks Jared. Our SC tag sets Clear Vars to No. But, I still don't see the values in the s_t. Object- even after Refresh (in Chrome). For example, our tag debugger shows these two prop33=box1 prop34=box1-509723 While the Watch Expressions show empty strings - after multiple clicks on refresh s_t.prop34: "" s_t.prop33: ""

How can I inspect the SiteCatalyst object in browser consoles? Our Tealium S-Object Name is 's_t'. When I 'watch' vars e.g., s_t.eVar5 however, they don't display the values I know are being passed. Is there another way to reference the Tealium S-Object?

Employee Emeritus
John, I just checked the SiteCatalyst tag template for llbean.com and noticed that the Clear Vars code has been updated. There should be an "if statement" around the code that is based on the Clear Vars Tag Config; however, that if statement has been removed so the Clear Vars code runs regardless of that setting. I would reach out to your Account Manager to have the tag template updated if that is the route you would like to go.

How can I inspect the SiteCatalyst object in browser consoles? Our Tealium S-Object Name is 's_t'. When I 'watch' vars e.g., s_t.eVar5 however, they don't display the values I know are being passed. Is there another way to reference the Tealium S-Object?

Gold Contributor
Gold Contributor
Thanks for turning that up Jared. It's not a need that would force an upgrade.
Public