- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
This glossary is a collection of terms and their definitions for Tealium iQ (TiQ) and terms related to tag management and related industries.
A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z
AJAX is a group of technologies used to send and retrieve messages from web servers.
Google's mobile operating system.
An array is a collection of values for a variable. For example, an variable called product_ids
that is an array can list several product IDs, with each product ID placed in an element of that array.
product_ids=["ProdID001","ProdID002","ProdID003"]
One advantage of using an array is that you can associate the elements of one array with another. For example, if you have two variables that store data as an array, such as product_ids
and product_prices
, you can associate the elements of each array, so that the first product ID has the first product price associated with it.
product_ids=["ProdID001","ProdID002","ProdID003"]
product_prices=["30.99","12.99","10.00"]
So the price of the first product is $30.99, the price of the second is $12.99, and the price of the third is $10.00.
Asynchronous loading is the loading of a web page's resources and elements in such a way that the slow loading of one does not prevent the loading of another. When a browser parses through a web page's source HTML, it can encounter references to resources which it will immediately request and begin loading. While the resource is retrieved, the browser continues to load the rest of the page. See also: Synchronous Loading.
An attribute is a unique characteristic of a visitor or a particular visit to your site that you collect in the AudienceStream platform. Examples of attributes include visit duration, favorite product, active browser, badged visitor, exit URL, date of purchase, etc.
The tracking of visitor touch points across multiple websites to determine which campaigns resulted in conversions.
An audience represents a group of visitors that have the same or similar attributes in the AudienceStream platform. You can group your visitors into different audiences and target them with an email campaign, discount, or some other action.
A badge is a type of visitor attribute that identifies segments of your visitors based on whether they have met or achieved certain goals or criteria you specified.
The b object is an alias and local instantiation of the utag.data object, such as your data layer.
A content delivery network is a large dispersed network of servers that deliver web page content to visitors with the aim of making the delivery as quickly and efficiently as possible.
A marketer-managed system that creates a persistent, unified customer database that is accessible to other marketing systems.
A tool for operating computer systems with text-based commands instead of windows and buttons. This often allows for more concise or powerful control compared to graphical interfaces, leading to its popularity among engineers and other advanced computer users, and some applications are designed to only be accessed through a CLI.
A computer application that supports the creation and modification of digital content, usually in the context of websites. It is often used to support multiple users working in a collaborative environment.
An integration with a 3rd-party vendor's API that gives you the tools to take action on your audiences. Actions may include retargeting visitors with discount offers, generating leads and contacts, or delivering audience data to APIs.
A conversion occurs when a visitor successfully purchases from your site. A visit is "converted" into a sale.
A cookie is a file used by browser to store visitor and session information for a set amount of time.
A cookie value is a piece of data stored in a cookie.
A term denoting the price of 1,000 advertisement impressions on a given webpage. Rather than being a direct initialism, the "M" stands for the Roman numeral meaning 1,000.
An approach to managing a company's interaction with current and potential customers that uses data analysis about customers' history with a company to improve their relationship to the business, specifically focusing on customer retention and ultimately driving sales growth.
CSS is a language for describing the appearance and stylization of a web page, including font sizes and types, colors, and layout.
A format for presenting data so that a comma or other character delimits, or separates, each piece of data.
The number of clicks that your ad receives divided by the number of times your ad is shown: clicks ÷ impressions = CTR. For example, if you had 5 clicks and 1000 impressions, then your CTR would be 0.5%. Each of your ads and keywords have their own CTRs that you can see listed in your account.
A Data Object is a JavaScript variable object that contains a list of name/value pairs that represent the data points you wish to captures on your site. For the specifics of the Tealium data object, see Universal Data Object.
The redundancy that we see typically comes in one of two forms:
Tealium, by default, enables data redundancy if there is more than one tag on a webpage. Think of all the digital marketing tags on your order confirmation page and how each uses a different variable name to set the order ID. If there are 7 tags on a page, there are then 7 different variables referencing the order ID. However, with Tealium, you set the order ID variable once in the utag_data object and Tealium handles passing it to the 7 different vendors. This in turn causes shorter page load times which increased page performance.
An entry for a TiQ variable identifies a variable, meta tag, query string parameter, or cookie value that acts as a source of data for Tealium's tag management system to use.
The tag-specific destination to which a variable's data is sent.
A date attribute stores the date of an event. This could be the date of the first purchase by a visitor, an anniversary, or the date when they last visited your site.
The Dev publish environment corresponds to your own development environment, so when you publish to Dev in Tealium iQ, that version is pushed out to your development environment.
A convention for identifying and manipulating the elements in an HTML, XML, or XHTML document, such as a web page.
Domains, or domain names, identify spaces or sites on the internet that exist under an organization's control or authority.
This is a unique identifier value of an element in an HTML document.
The DOM is considered "Ready" when all of the objects, properties, and methods have been loaded. This may be before the page is actually finished loading. Therefore DOM Ready is a scope option for the JavaScript code extensions that waits for the extensions to execute until the DOM is ready.
A system that allows buyers of digital advertising inventory to manage multiple ad exchange and data exchange accounts through one interface.
A company that offers email marketing or bulk email services.
An enriched data layer is a data layer that has visitor attributes from AudienceStream injected into it. You can use these attributes in tag-level decisions.
Event is an ambiguous term with several meanings, depending on the context and vendor tag.
An extension is a tool in TiQ for manipulating data collected from your site before you send it to your vendor tags.
A flag tracks characteristics that can be described in terms of yes or no, such as a Boolean characteristic.
Flicker is the occurrence of default content momentarily displaying to the visitor before it is replaced with the content you intended to show the visitor, making it seem to the visitor as if there was a 'flicker' between the two.
Footer is a deprecated extension scope for the Content Modification extension. To use this scope, you must have the utag.js.footer file reference as the last element before the end of the HTML body tag. This prevents anything from overwriting the content delivered by the Content Modification extension.
A framework, or more specifically a software framework, is a platform to develop applications, products, and programs. The framework contains code libraries, programs, and tools to develop software.
A funnel is a collection of steps that a visitor takes to reach an end goal on your site, whether it is a conversion, sign-up, or some other action.
A regulation by which the European government intends to strengthen and unify data protection for all individuals within the European Union (EU). It also addresses the export of personal data outside the EU.
A GET Request is an HTTP method (see HTTP) to fetch data from a server. The request is included in the query string parameter of the URL. A browser, for example, can use the GET Request to retrieve a *.htm file from a server that is hosting a website.
Git is a source code version control system for software development projects.
GitHub is a code repository for software development projects using Git.
HTML is a markup language to organize and display data, especially web pages in web browsers.
The body element contains the viewable content of a web page, such as text, links, images, etc. Non-viewable content, such as some vendor tags, is usually included in the body. It is within the body that you place Tealium's code.
The footer element, usually located at the bottom of a page, contains additional information about the web page, such as author, copy right information, contact information, etc.
The head element is located at the top of the HTML document and contains page description information, CSS information, and meta tag data.
HTTP defines various methods to communicate data between clients and servers over the World Wide Web.
An iframe is a web page element that allows you to display another web document within its confines, much like displaying a page within a page. You can use iframe requests instead of pixel requests for pixel tracking.
Apple's mobile operating system.
The inter-networking of physical devices, vehicles, buildings, and other items embedded with electronics, software, sensors, actuators, and network connectivity which enable these objects to collect and exchange data, sense and be controlled remotely across existing network infrastructure.
A scripting language commonly used on the internet.
An open-standard file format that uses human-readable text to store and transmit data objects consisting primarily of attribute-value pairs. It is a very common data format used widely across the web and especially in modern web applications.
This is a variable type to identify variables on your web page that exist outside of the UDO.
jQuery is a JavaScript library for client-side HTML scripting.
A quantifiable measure used to evaluate the success of an organization, an employee, or other defined item in meeting objectives for performance.
A label is a description assigned to a tag, load rule, or extension in order to more easily organize and differentiate them.
A library is a set of code usable by other programs or processes.
A load rule is a logic statement that determines under what conditions a tag loads.
Mapping is the act of sending the data contained in a variable to a variable destination for a particular tag vendor.
Software platforms and technologies designed for marketing departments and organizations to more effectively market on multiple channels online (such as email, social media, or websites) and automate repetitive tasks. With the help of advanced marketing automation tools, marketers are able to automate marketing processes like campaign management, customer data segregation and integration, which results in improved lead quality and higher sales.
A meta tag is an HTML element that contains information about a web page, such as a page description and keywords.
Tealium's unique mCDN infrastructure consists of three CDNs: Limelight, Edgecast, and Akamai.
A metric is a visitor attribute that has a numerical value. This could be a counter to keep track of the number of times something happens, or it could be the result of a mathematical equation, such as the sum of metrics.
A metric set is a collection of metrics or key-value pairs, where the 'value' is a number.
A mobile app is a software application designed to run on a mobile device.
Mobile Companion is the mobile equivalent of Web Companion.
A mobile site is a web site whose display parameters are optimized for display on a mobile device, such as a phone or tablet.
A method of computer access control in which a user is granted access only after successfully presenting several separate pieces of evidence to an authentication mechanism – typically at least two of the following categories:
In Internet marketing, a process by which more than one component of a website may be tested in a live environment. It can be thought of in simple terms as numerous A/B tests performed on one page at the same time. A/B tests are usually performed to determine the better of two content variations; multivariate testing uses multiple variables to find the ideal combination.
See Mobile App.
When using the Content Modification or Privacy Manager extensions, the term "node" refers to an element on the page in relation to which you wish to place the modified content or privacy widget.
A pathname is part of the URL for a website, and identifies the locations for resources so the browser can retrieve them. In the example 'www.mydomain.com/path/to/my/resource.html', '/path/to/my/resource.html' is the pathname to retrieve 'resource.html'.
Any data that could potentially identify a specific individual. Any information that can be used to distinguish one person from another and can be used for de-anonymizing anonymous data can be considered PII.
A pixel request is a request a browser makes to a web server for a 1x1 image pixel. Tracking data is attached to this pixel request so that when the web server receives the pixel request, it also receives the data included with it.
The practice of using 1x1 image pixels to transmit tracking data to web servers.
A POST request is an HTTP method (see HTTP) to send data to a server. The data is included in the body of the POST request. This method is ideal for sending sensitive information like user passwords, via HTML forms.
Pre Loader is an extension scope that runs the extension immediately when the utag.js file loads.
One of several Publish Environments, Prod correlates to your Production environment.
A set of variables, tags, extensions, and other configurations used to manage the tags for a web site or set of web sites with similar tagging requirements.
Conceptually similar to a code library, a Profile Library is a set of pre-configured tags, variables, extensions, load rules, users, and publish settings other profiles can use.
A property is a non-numeric visitor attribute. The values of properties are strings, such as collections or sequences of characters.
A Publish Environment is a location on the mCDN where your iQ files are stored and accessed by your website. The standard environments are "Dev", "QA", and "Prod". Read more about Saving and Publishing.
Publishing is the act of pushing a profile configuration to the Publish environments you specify. The configurations you create in Tealium iQ are generated as JavaScript code in the utag.js files, which are pushed out to the mCDN infrastructure.
QA is one of Tealium iQ's publish environments, and is meant to link to your own QA or Staging environments.
Part of a URL for a webpage, the query string passes information. Anything located after a "?" in the URL is part of the query string.
A query string parameter is a name/value pair located within the query string. The parameter name and value are separated by an equals sign "=", while each parameter is separated by an ampersand "&" or semicolon ";".
The referrer is the URL of the page that had the link the visitor clicked on to reach the page the user is on.
A sequence of characters used to find or match patterns within strings.
Responsive design is a type of website design that focuses on creating a page that dynamically responds to visitors depending on the device they use to navigate to the website.
SaaS, or Software as a Service, is a delivery model in which customers subscribe to the service as access to the software via a web interface rather than installing a local version of the software.
Performing a 'Save' in TiQ overwrites the current version. If you use Save instead of Save As, old configurations of the version are unrecoverable.
Performing a 'Save As' creates a new version. You can roll back to a previous version's configuration.
Scope in Tealium refers to an extension's scope, that is when during the loading the utag.js file the extension runs. (Bad sentence, will be re-written)
A script is a computer program designed to automate and execute tasks.
An SDK is a set of development tools to help develop software for a particular platform.
A form of Internet marketing that involves the promotion of websites by increasing their visibility in search engine results pages (SERPs) primarily through paid advertising. SEM may incorporate search engine optimization (SEO), which adjusts or rewrites website content and site architecture to achieve a higher ranking in search engine results pages to enhance pay per click (PPC) listings.
A sequence is an ordered list of events. Unlike a funnel, an end goal is not necessary for a sequence. You could use this type of attribute to track a visitor's journey through your site.
A session, also known as a visit, is the amount of time a visitor spends navigating through your site, beginning with the first page request and ending when the visitor navigates away from your site, or a pre-determined period of time has elapsed. Usually, this period of time is set to 30 minutes.
Site Scan is validation tool that allows you to scan your site for Tealium code and ensure that it has been implemented correctly. For additional information, see Site Scan.
A distinct type of item for sale, such as a product or service, and all attributes associated with the item type that distinguish it from other item types. For a product, these attributes could include, but are not limited to, manufacturer, description, material, size, color, packaging, and warranty terms. When a business takes an inventory, it counts the quantity it has of each SKU.
A system that allows buyers of digital advertising inventory to manage multiple ad exchange and data exchange accounts. Many of the larger web publishers of the world use a supply-side platform to automate and optimize the selling of their online media space.
A string is a sequence of characters or words. variables that only contain one value are often strings.
A subdomain is a domain that exists beneath a larger domain. For example, in community.tealiumiq.com, "community" is a subdomain of tealiumiq.com.
Synchronous loading is the loading of a web page's resources and elements in such a way that the browser waits for the retrieval of one before it proceeds to the next. See also: Asynchronous Loading.
A third-party vendor who supplies code to enable you to improve your site's performance or monitor visitor behavior, enabling you to create a better relationship with your visitors.
See Web Companion.
The Tealium standardized files used as a pre-formatted example on which to base each supported vendor tag. The templates allow you to use mappings to pass non-standard or dynamic data. They allow the use of extensions to change or update data based on your tag requirements. Then they make calls for JavaScript, images, or iframes. If there is an update made to a template, you must delete your existing template in the UI and publish to start using the latest template.
Tealium's web-based TMS for managing your tags.
An online community that allows Tealium customers and employees to interact and share solutions and experiences. The learning center includes product guides, developer documentation, forums, education and training, and links to the Support Desk and Production Status pages.
Tag Management University is Tealium's tag management training program.
A SaaS system for managing vendor tags.
The highest level of the domain name system. In the domain www.example.com, 'com' is the top level domain.
A process of verifying that a technology solution works for the user. While system testing ensures that software does not crash and meets documented requirements, UAT ensures that the solution will work for the user and that the user accepts the solution. Software vendors sometimes refer to this as "BETA testing".
The Universal Data Object, or UDO, is a data object named utag_data
that is configured on your site to be a resource for your Tealium implementation. For more information on how to set up your UDO, see the Universal Data Object Guide.
Also known as a web address, a URL is a set of characters that identify a resource, such as web page.
The utag.footer.js file is a deprecated variant of the utag.js file for delivering modified content via the Content Modification extension.
The utag.js file contains all of the references and configurations necessary to load your Tealium implementation on your site.
The utag.sync.js file is a synchronously loaded JavaScript file used in Tealium's flicker-free Adobe Test and Target solution.
Rarely used as a reference to Tealium iQ.
Variables are data points on your web page. Tealium uses variables as variables; taking the data from those variables and either sending the data to tag-specific variables through mapping, or manipulating the data via extensions.
Versions are discrete sets of configurations for your Tealium implementation. Performing a Save As creates new versions, while performing a simple save overwrites an existing version.
See Session.
A visitor attribute is a characteristic of a visitor or their particular visit to your site identified in AudienceStream. Attributes include information that describes that visitor's habits, preferences, actions, etc. Attributes are divided into different types depending on the type of data they identify.
A visitor attribute that identifies visitors.
A term used in business to describe the in-depth process of capturing customers' expectations, preferences and aversions. Specifically, the VOC is a market research technique that produces a detailed set of customer wants and needs, organized into a hierarchical structure, and then prioritized in terms of relative importance and satisfaction with current alternatives.
A free inspection tool available from TiQ. Web Companion allows you to inspect and validate that tags and extensions are loading on your web pages.
The Webhook connector is a service that makes a generic HTTP request – such as a GET, PUT, or POST request – to deliver audience data to a server. Tealium offers two Webhook connectors: Webhook and WebhookJ.
XML is markup language to organize, transport, and store data.
The XPath is the location pathname of the selected element in relation to the root element or node in the HTML document.
Copyright All Rights Reserved © 2008-2023