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

Data Layer Convention

I am currectly defining a data layer definition/convention that is to be used at a large oranisation. So every time someone is defining new tags, collect some sort of information from a web page, should follow the convention. It covers variable…
Tibor
  • 651
  • 1
  • 8
  • 18
0
votes
1 answer

How to configure Vzaar Video Tracking in Tealium

I am trying to configure Vzaar video tracking in Tealium. There is very little documentation on how to go about. here is a link to the documentation https://community.tealiumiq.com/t5/iQ-Tag-Management/Vzaar-Video-Tracking/ta-p/5934 here is the…
Nato
  • 162
  • 1
  • 15
0
votes
1 answer

Tealium Params Reporting

So I'm tasked with pulling out Tealium data for analytics. In particular they want me to pull janusID and invitationCode out of the data flow and send it to Tealium. This is a react-native app, btw. In the code I have found under profile_utils.ts…
FileasFogg
  • 93
  • 2
  • 2
  • 13
0
votes
1 answer

Tealium Javascript Code Extension How To Return A Variable

I am trying to create a custom JavaScript code extension in Tealium to reduce the amount of Extensions needed to differentiate CTA's for icon links that do not have alt, or title tags. I am getting the value of my b.variable in my browser console.…
Nato
  • 162
  • 1
  • 15
0
votes
0 answers

Charles Proxy Map Local

I want to "switch off" a legacy tag management tool and replace it with a new tag manager. Therefore, I want to map a local .js file to set up a tag testing environment. However, Charles only shows me unknown paths (packages) and therefore I…
0
votes
1 answer

Phonegap Build - How to add Custom iOS Framework (Embedded Binaries)

Our application uses the custom iOS frameworks as a plugin i.e. Tealium. Those plugin libraries are needs to be added in Xcode embedded binaries section. As of now I can't see any provision in phonegap which can automatically add those binaries into…
0
votes
1 answer

populate utag_data (universal data object) values in adobe target

I have Tealium utag.sync.js loaded with adobe target at.js and visitor api js. Application populates bunch of app data into utag_data (Universal Data Object) Can this data available in Adobe Target to define rules around the data , to define…
Sri
  • 1,205
  • 2
  • 21
  • 52
0
votes
1 answer

How to add Bing UET tag using Tealium

I'm new to Tealium tag management, and wanted to know how to add Bing UET tag using a Tealium custom container. I've already added Bing UET tag using Bing Ad template. But for conversion tracking I need to push a event on confirmation page.
cool_kid
  • 337
  • 1
  • 3
  • 13
0
votes
1 answer

In tealium, is it possible to fire a tag based on a url?

At work we are getting ready to convert from Google Tag Manager to Tealium. In GTM, I know I'm able to fire tags based on a url. Example: If I have a url such as www.mycompany.com/product1, I know I can make a tag that will parse the url and fire…
Billy Bob
  • 43
  • 6
0
votes
2 answers

what does utag.DB mean?

I am stumped on figuring out what this means.. utag.DB I am seeing it in a web page via the console. And I'm trying to figure out what it means. Any pointers are useful.
Dr Upvote
  • 8,023
  • 24
  • 91
  • 204
0
votes
1 answer

Setting s object variables in Tealium

Relatively basic question but I can't find an answer. I've emailed Tealium as well, but thought I'd ask the masses here. I want to explicitly set something within the s object, in this case s.referrer. When I set it in an extension, it doesn't take.…
Reverend Bubbles
  • 1,363
  • 5
  • 15
  • 29
0
votes
2 answers

Tealium utag.link() not working

I am working on Tealium integration with Google analytics. My application is on ruby on rails. I have added utag.js in my javascripts assest folder. Following is working. I can see Google analyitcs collect call for…
Ashwini
  • 2,449
  • 2
  • 29
  • 42
0
votes
0 answers

Performance of $.on() in SPA

I am trying to apply Telemetry on my SPA (written in AngularJS). When my SPA is loaded, it initially has a DOM structure similar to: ...
Jon
  • 8,205
  • 25
  • 87
  • 146
0
votes
1 answer

ReferenceError: utag is not defined only in private mode in Firefox 45.0.1

I have a code as following in my Magento application. $tealium = $helper->getTealiumObject($store, $this); $tealium->pageType("Cart"); echo $tealium->render("udo"); echo $helper->getDiagnosticTag($store); $jsonUDO = $tealium->render("json"); echo…
Mukesh
  • 7,630
  • 21
  • 105
  • 159
-1
votes
2 answers

Regex expression for "equal any of"

I want to have a regex for if the variable value is equal to any of these values from the list. I have a list of string values that contains some special characters like $ and -, for example Accident Only Hospital 750 - Basic Accident Only…
Satpal Singh
  • 121
  • 1
  • 2
  • 13