Questions tagged [tealium]

Tealium is enterprise tag management and marketing software.

Tealium is enterprise tag management and marketing software.

61 questions
0
votes
1 answer

Add tag to hotjar recordings via Javascript which is integrated through Tealium

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…
Nidhi
  • 3
  • 3
0
votes
1 answer

Tealium Tagging (Google Analytics)

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
doctore
  • 324
  • 1
  • 3
  • 14
0
votes
1 answer

Tealium - Lookup Tables based on jQuery onHandler

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…
ericbrownaustin
  • 1,230
  • 4
  • 18
  • 36
0
votes
1 answer

How to check if a user came to site by clicking a specific link?

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…
nagiah s
  • 117
  • 3
  • 14
0
votes
1 answer

GA solutions for AJAX sites

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…
0
votes
2 answers

utag for tealium is being coverted to file:// in ionic 3 after building into an Android app

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://…
0
votes
1 answer

Is it possible to reference Tealium's Universal Data Object (UDO) via Optimizely Custom Code?

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 !=…
0
votes
2 answers

how to get the values from meta tag in adobe launch or adobe analytics

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 =…
0
votes
1 answer

Tealium: Fire JavaScript pixel on button click

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…
0
votes
1 answer

tealium button click track

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…
Sri
  • 1,205
  • 2
  • 21
  • 52
0
votes
1 answer

How to use jQuery to trigger event when submit email form successfully

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…
nseecharan
  • 41
  • 3
0
votes
1 answer

Tealium IQ: overriding utag_data values within the dev google chrome console?

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…
sPujade
  • 93
  • 12
0
votes
1 answer

Need Help Measuring Users Clicking PLay on Video That's Sitting in iFrame (Tealium/GA)

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…
ImASkuller
  • 39
  • 5
0
votes
1 answer

How Do I Measure a Single Page Website That Uses URL Fragments with Tealium/GA?

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…
ImASkuller
  • 39
  • 5
0
votes
0 answers

Use the player variable that tealium has defined

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…
anita
  • 193
  • 10