So the website that I work on has Hotjar integrated via Tealium(Tealium Customer Data Hub). But now I want to add a tag to hotjar recording via Javascript. The official documentation describes it as :
hj('tagRecording', ['iframe']);
But hj is…
I am new to using Tealium. I am trying to incorporate Tealium Tag to the last login information. How do I go about it? Below is the code:
HTML Component for last log in date
S-component.html
I would like to setup Google Analytics event tags based on the jQuery onHandler. I would like to use a lookup table with the jQuery as the key and push the GA event parameters as the value. Only issue is that I don't know how to set the jQuery as…
We have a external website say www.my-mainsite1.com and it has web page which has a link("link to subsite1") to subsite say www.my-subsite1.com.
When a user is on www.my-subsite1.com, how to check the user came by clicking "link to subsite1" on…
the new /solutions/ page is actually a single page with a series of called content via JS, which is to count as pages. These pages are noted by the query parameters triggered by using the filter (middle of the page).
GA is only noticing the…
I have a utag_src with "https://......" (I have also tried "//tags.tiqcdn...." without the protocol) but after being called the first time, it sends 2 more times with http://…
Is it possible to reference my website's dataLayer via Optimizely custom code.
We use Tealium to host our dataLayer -- when writing JS extensions in Tealium I am able to reference UDO variables with simple dot notation:
if (utag.data.logged_in !=…
In meta tag, The "name" attribute as the variable name and the "content" attribute as the value of that variable.
The variable will capture as: pageType =…
I'm a new Tealium user and I have the following problem:
I have a JavaScript pixel that has to be implemented on a certain button click. I created a custom container tag and I added the Javascript code by editing the tag's template like this:
Apart…
I have an application page , where clicking on button "find product" , goes to search products page with a list of products mapped search criteria selected on previous page.
page 1. search criteria, "find product" button
page 2. products list…
I'm trying to track (with Adobe Analytics and Tealium) as an event when someone submits email form successfully.
I can get the event to fire when a user clicks submit but it fires even if the email field is empty or an…
Hi the stackoverflow community,
Being newbie in Javascript, i would like to know if there is a way to do like a 'datalayer.push' function or equivalent with the Tealium's datalayer to override the values implemented by my dev into the website's…
I am trying to use Tealium to send the amount of times users have clicked play on the video and sending the data to Google Analytics. There is an iframe on the home page and the secondary page has the content for the iframe. I am having trouble…
I was asked to capture the analytics on a website. The website is made up of 5 web pages, but I now realize that the domain is the same and the only thing that changes is the URL fragment, i.e. www.domain.com#a, www.domain.com#b. The only info…
I currently trying to reuse the variable the that our tealium utag.js creates.
We use tealium for tracking various things on our webpage, and I just noticed that some of the stuff it tracks, makes me unable to create controllers for my embedded…