Platforms
Partners
Forums
Search
日本語
TLC
Tealium Learning Center
Tealium Learning
Community
Discussions & Ideas
Dicussions & Ideas
Product Guides
Product Guides
Knowledge Base
Knowledge Base
Developer Docs
Developer Docs
Education
Education
TLC Blog
TLC Blog
Support Desk
Support Desk
CDH
Customer Data Hub
Customer Data Hub
Mobile
Getting Started
Overview
Quick Start Guide
Mobile Concepts
Client-Side
Server-Side
Tracking Webviews
Data Layer
Consent Management
Event Batching
User Location and Geofencing
Media Tracking
Deep Links
Timed Events
Trace
Hosted Data Layer
Adobe Visitor Service Module
Feature Comparison
Troubleshooting
Remote Commands
Overview
How It Works
Integrations
Adjust
AppsFlyer
Branch
Braze
Contentsquare
Facebook
Firebase
Kochava
Usabilla
Android (Java)
Overview
Install
Track
Data Layer
Data Management
Consent Management
Module List
Ad Identifier Module
Crash Reporter Module
Install Referrer Module
Lifecycle Tracking Module
Location Module
Optimizely X Tracking Module
Android TV
Android Wear
API Reference
ConsentManager
DataSources
Lifecycle
Tealium
Tealium.Config
TealiumLocation
Release Notes
Android (Kotlin)
Overview
Install
Track
Data Layer
Consent Management
Identity Resolution
Module List
Ad Identifier Module
AutoTracking Module
AdobeVisitorService Module
Collect Module
Collectors Module
Crash Reporter Module
In-App Purchase Module
Install Referrer Module
Lifecycle Tracking Module
Location Manager Module
Media Module
RemoteCommands Module
Tag Management Dispatcher Module
Visitor Service Module
Android TV
API Reference
ConsentCategory
ConsentManager
CurrentVisit
DataLayer
Lifecycle
LocationManager
Media
Tealium
TealiumConfig
VisitorProfile
VisitorService
Release Notes
Cordova 1.x
Overview
Install
Track
Data Management
Module List
Ad Identifier Module
Crash Reporter Module
Install Referrer Module
API Reference
Release Notes
Cordova 2.x
Overview
Install
Track
API Reference
Release Notes
Flutter 1.x
Overview
Install
Track
Consent Management
Data Management
API Reference
Release Notes
Flutter 2.x
Overview
Install
Track
Consent Management
Data Management
API Reference
Tealium
TealiumConfig
VisitorProfile
Release Notes
iOS (Objective-C)
Overview
Install
Track
Data Layer
Data Management
Consent Management
Tag Management
Module List
Lifecycle Tracking Module
tvOS
watchOS
API Reference
Release Notes
iOS (Swift) 1.x
Overview
Install
Track
Data Layer
Data Management
App Extensions
Identity Resolution
Consent Management
Modules
Module List
AppData Module
Attribution Module
AutoTracking Module
Collect Module
Connectivity Module
CrashReporter Module
DataSource Module
DefaultStorage Module
Delegate Module
DeviceData Module
DispatchQueue Module
FileStorage Module
Lifecycle Module
Location Module
Logger Module
PersistentData Module
RemoteCommands Module
TagManagement Module
VisitorService Module
VolatileData Module
Feature Comparison
Working with Objective-C
API Reference
TealiumConfig
TealiumConsentCategories
TealiumConsentManagerDelegate
TealiumConsentManager
TealiumInstanceManager
TealiumPersistentData
TealiumVolatileData
Tealium
Release Notes
iOS (Swift) 2.x
Overview
Install
Track
Data Layer
Consent Management
App Extensions
Identity Resolution
Modules
Module List
AppData Module
AdobeVisitorService Module
Attribution Module
AutoTracking Module
Collect Module
Connectivity Module
CrashReporter Module
DeviceData Module
In-App Purchase Module
Lifecycle Module
Location Module
Media Module
RemoteCommands Module
TagManagement Module
VisitorService Module
Working with Objective-C
API Reference
LocationModule
MediaSession
Tealium
TealiumConfig
TealiumConsentCategories
TealiumConsentManager
TealiumDataLayer
TealiumInstanceManager
Release Notes
NativeScript
Overview
Install
Track
API Reference
Tealium
TealiumConfig
Release Notes
React Native 1.x
Overview
Install
Track
API Reference
Release Notes
React Native 2.x
Overview
Install
Track
Location Module
API Reference
Release Notes
Unity 1.x
Overview
Install
Track
API Reference
Unity 2.x
Overview
Install
Track
API Reference
Xamarin 1.x
Overview
Install
Track
Data Management
Consent Management
API Reference
Release Notes
Xamarin 2.x
Overview
Install
Track
Data Layer
Consent Management
API Reference
Release Notes
Web
Getting Started
Overview
Quick Start Guide
Web Concepts
Data Layer
An Introduction to the Data Layer
How the Data Layer Works for Websites
Data Layer Best Practices
Definitions
Retail
Publisher
Hotel
Travel
Basic Video Tracking
Adobe Launch
Overview
Install
Data Layer
AMP
Overview
Install
Track
Data Layer
Angular
Overview
Install
Track
API Reference
Google Tag Manager
Overview
Install
Data Layer
JavaScript (Web)
Overview
Install
Track
Data Layer
Universal Data Object (utag_data)
Universal Tag (utag.js)
Data Layer Object (b)
Single-Page Applications
Settings
Debugging
API Reference
Cookie Functions
GDPR Functions
Tracking Functions
Utility Functions
Release Notes
Server
C#
Overview
Install
Track
Data Layer
API Reference
Release Notes
HTTP API
Overview
Endpoint
Data Layer
Java
Overview
Install
Track
API Reference
Release Notes
Node
Overview
Install
Track
API Reference
Python
Overview
Install
Track
API Reference
Roku
Overview
Install
Track
API Reference
Ruby
Overview
Install
Track
API Reference
Modules
Modules for the Tealium Swift library 1.x.
AppData Module
Gathers important information about the app bundle.
Attribution Module
Adds the user-resettable advertising identifier (IDFA) to each tracking call and, optionally, implements the Apple Search Ads API to gather attribution information.
AutoTracking Module
Automatically triggers tracking calls when certain user interface interactions take place. For example, taps, swipes, screen views.
Collect Module
Dispatches tracking calls to Tealium Customer Data Hub.
Connectivity Module
Automatically queues dispatches if the device reports no network connectivity.
CrashReporter Module
Automatically tracks crashes in your app. Once the module is enabled and the accompanying frameworks are installed, a crash event is triggered if a crash occurs in your app.
DataSource Module
Adds the data source variable to each dispatch.
DefaultStorage Module
Provides persistent data storage, backed by UserDefaults.
Delegate Module
A multicast delegate handler to allow delegates to monitor or suppress dispatch events.
DeviceData Module
Gathers information about the current device and adds to the tracking call/dispatch.
DispatchQueue Module
This module works in conjunction with the Connectivity module to store pending dispatches to disk while the device is offline. When connectivity is restored the queue of events is sent.
FileStorage Module
Provides persistent data storage, backed by the FileManager/NSKeyedArchiver APIs.
Lifecycle Module
Automatically tracks app lifecycle events and associated data.
Location Module
Provides device location data for your events and the ability to add geofences around points of interest.
Logger Module
Enables logging of debug information to the LLDB console.
PersistentData Module
Allows data variables to be stored on disk, and automatically adds them to each dispatch/tracking call.
RemoteCommands Module
Enables triggering of native code blocks from events in Tealium iQ Tag Management, controlled by extensions and load rules.
TagManagement Module
A client-side implementation of the Universal Tag (utag.js) which uses a non-rendered WKWebView instance to execute JavaScript.
VisitorService Module
Retrieves the updated visitor profile from the visitor service.
VolatileData Module
Allows data variables to be stored in main memory (RAM). Data is stored and added to all dispatches/tracking calls until the app is restarted.