Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.tracking/Dispatch/Keys

Keys

object Keys

Properties

ALL_CONSENTED_PURPOSES
Link copied to clipboard
const val ALL_CONSENTED_PURPOSES: String

A list of all consented purposes, both processed and unprocessed.

APP_BUILD
Link copied to clipboard
const val APP_BUILD: String

The version code for the application

APP_MEMORY_USAGE
Link copied to clipboard
const val APP_MEMORY_USAGE: String

The memory used by the application process, in megabytes

APP_NAME
Link copied to clipboard
const val APP_NAME: String

The application name as given by the application label

APP_RDNS
Link copied to clipboard
const val APP_RDNS: String

The application package name.

APP_UUID
Link copied to clipboard
const val APP_UUID: String

A persistent, unique UUID to identify a specific app installation.

APP_VERSION
Link copied to clipboard
const val APP_VERSION: String

The version name for the application

COMMAND_NAME
Link copied to clipboard
const val COMMAND_NAME: String

Mapping destination for commands used by Remote Command Dispatchers.

CONNECTION_TYPE
Link copied to clipboard
const val CONNECTION_TYPE: String

A string describing the type of connection currently in use.

CONSENT_TYPE
Link copied to clipboard
const val CONSENT_TYPE: String

The type of consent decision that has been made; "implicit" or "explicit"

CP_TRACE_ID
Link copied to clipboard
const val CP_TRACE_ID: String

The trace id used with Tealium Trace to identify events

DEEP_LINK_QUERY_PREFIX
Link copied to clipboard
const val DEEP_LINK_QUERY_PREFIX: String

A prefix that is prepended to each parameter of a deep link when storing

DEEP_LINK_REFERRER_URL
Link copied to clipboard
const val DEEP_LINK_REFERRER_URL: String

The referrer URL, if available, of a deep link that opened the application.

DEEP_LINK_URL
Link copied to clipboard
const val DEEP_LINK_URL: String

The full deep link URL that was used to open the application

DEVICE
Link copied to clipboard
const val DEVICE: String

The DEVICE_MODEL and DEVICE_MANUFACTURER in a single string

DEVICE_ARCHITECTURE
Link copied to clipboard
const val DEVICE_ARCHITECTURE: String

The device's architecture; 64bit or 32bit

DEVICE_AVAILABLE_EXTERNAL_STORAGE
Link copied to clipboard
const val DEVICE_AVAILABLE_EXTERNAL_STORAGE: String

The number of bytes available to the device in its external storage.

DEVICE_AVAILABLE_SYSTEM_STORAGE
Link copied to clipboard
const val DEVICE_AVAILABLE_SYSTEM_STORAGE: String

The number of bytes available to the device in its internal storage.

DEVICE_BATTERY_PERCENT
Link copied to clipboard
const val DEVICE_BATTERY_PERCENT: String

An integer value between 0..100 to describe the current charge of the user's battery.

DEVICE_CPU_TYPE
Link copied to clipboard
const val DEVICE_CPU_TYPE: String

The value of the os.arch System property, or unknown

DEVICE_ISCHARGING
Link copied to clipboard
const val DEVICE_ISCHARGING: String

A boolean describing whether or not the device is currently charging.

DEVICE_LANGUAGE
Link copied to clipboard
const val DEVICE_LANGUAGE: String

The default language of the device in the form of a BCP-47 language tag.

DEVICE_LOGICAL_RESOLUTION
Link copied to clipboard
const val DEVICE_LOGICAL_RESOLUTION: String

The logical resolution of the device; dp

DEVICE_MANUFACTURER
Link copied to clipboard
const val DEVICE_MANUFACTURER: String

The device's manufacturer as given by Build.MANUFACTURER

DEVICE_MODEL
Link copied to clipboard
const val DEVICE_MODEL: String

The device's model as given by Build.MODEL

DEVICE_ORIENTATION
Link copied to clipboard
const val DEVICE_ORIENTATION: String

The current orientation of the device.

DEVICE_ORIGIN
Link copied to clipboard
const val DEVICE_ORIGIN: String

The type of device sending the event

DEVICE_OS_BUILD
Link copied to clipboard
const val DEVICE_OS_BUILD: String

The build string of the OS, as given by Build.VERSION.INCREMENTAL

DEVICE_OS_NAME
Link copied to clipboard
const val DEVICE_OS_NAME: String

The name of the OS; always "Android"

DEVICE_OS_VERSION
Link copied to clipboard
const val DEVICE_OS_VERSION: String

The version of the OS, as given by Build.VERSION.RELEASE

DEVICE_PLATFORM
Link copied to clipboard
const val DEVICE_PLATFORM: String

The platform name; always "android"

DEVICE_RESOLUTION
Link copied to clipboard
const val DEVICE_RESOLUTION: String

The actual pixel resolution of the device; px

DEVICE_RUNTIME
Link copied to clipboard
const val DEVICE_RUNTIME: String

The runtime version of the system.

ENABLED_MODULES
Link copied to clipboard
const val ENABLED_MODULES: String

An array of the Module.id's of all enabled Modules.

ENABLED_MODULES_VERSIONS
Link copied to clipboard
const val ENABLED_MODULES_VERSIONS: String

An array of the version numbers of all enabled Modules.

EVENT
Link copied to clipboard
const val EVENT: String

The name of the event being tracked

IS_NEW_SESSION
Link copied to clipboard
const val IS_NEW_SESSION: String

A Boolean value of true to indicate that this event was the first event of a new session

PROCESSED_PURPOSES
Link copied to clipboard
const val PROCESSED_PURPOSES: String

A list of consented purposes that have already been processed.

REQUEST_UUID
Link copied to clipboard
const val REQUEST_UUID: String

A unique UUID to identify a specific event

TEALIUM_ACCOUNT
Link copied to clipboard
const val TEALIUM_ACCOUNT: String

The account name that an event is to be processed by in the Tealium platform.

TEALIUM_DATASOURCE_ID
Link copied to clipboard
const val TEALIUM_DATASOURCE_ID: String

An optional data source id, to easily identify the source of any events on the Tealium platform.

TEALIUM_ENVIRONMENT
Link copied to clipboard
const val TEALIUM_ENVIRONMENT: String

A String identifying what environment an event has originated from. Typically used to differentiate between production and development events.

TEALIUM_EVENT
Link copied to clipboard
const val TEALIUM_EVENT: String

The name of the event being tracked

TEALIUM_EVENT_TYPE
Link copied to clipboard
const val TEALIUM_EVENT_TYPE: String

The type of the event being tracked

TEALIUM_LIBRARY_NAME
Link copied to clipboard
const val TEALIUM_LIBRARY_NAME: String

Contains the library name of the core Tealium SDK.

TEALIUM_LIBRARY_VERSION
Link copied to clipboard
const val TEALIUM_LIBRARY_VERSION: String

Contains the version number of the core Tealium SDK.

TEALIUM_PROFILE
Link copied to clipboard
const val TEALIUM_PROFILE: String

The profile name that an event is to be processed by in the Tealium platform.

TEALIUM_RANDOM
Link copied to clipboard
const val TEALIUM_RANDOM: String

A random 16-digit integer

TEALIUM_SESSION_ID
Link copied to clipboard
const val TEALIUM_SESSION_ID: String

A Long value containing the time, measured in seconds, since midnight 01-01-1970

TEALIUM_SESSION_TIMEOUT
Link copied to clipboard
const val TEALIUM_SESSION_TIMEOUT: String

A Long value of containing the session timeout measured in milliseconds

TEALIUM_TIMESTAMP_EPOCH
Link copied to clipboard
const val TEALIUM_TIMESTAMP_EPOCH: String

The difference, measured in seconds, between the current time and midnight, January 1, 1970 UTC

TEALIUM_TIMESTAMP_EPOCH_MILLISECONDS
Link copied to clipboard
const val TEALIUM_TIMESTAMP_EPOCH_MILLISECONDS: String

The difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC

TEALIUM_TIMESTAMP_LOCAL
Link copied to clipboard
const val TEALIUM_TIMESTAMP_LOCAL: String

Returns an ISO-8601 local date format using device default as the time zone

TEALIUM_TIMESTAMP_LOCAL_WITH_OFFSET
Link copied to clipboard
const val TEALIUM_TIMESTAMP_LOCAL_WITH_OFFSET: String

Returns an ISO-8601 date format using device default as the time zone, including the timezone offset.

TEALIUM_TIMESTAMP_OFFSET
Link copied to clipboard
const val TEALIUM_TIMESTAMP_OFFSET: String

The timezone offset as a decimal, in hours. Examples:

TEALIUM_TIMESTAMP_TIMEZONE
Link copied to clipboard
const val TEALIUM_TIMESTAMP_TIMEZONE: String

The timezone identifier, e.g. Europe/London

TEALIUM_TIMESTAMP_UTC
Link copied to clipboard
const val TEALIUM_TIMESTAMP_UTC: String

The ISO-8601 date format using UTC as the time zone

TEALIUM_TRACE_ID
Link copied to clipboard
const val TEALIUM_TRACE_ID: String

The trace id used with Tealium Trace to identify events

TEALIUM_VISITOR_ID
Link copied to clipboard
const val TEALIUM_VISITOR_ID: String

Contains a UUID-like string used for identifying the visitor across the Tealium platform.

UNPROCESSED_PURPOSES
Link copied to clipboard
const val UNPROCESSED_PURPOSES: String

A list of consented purposes that are yet to be processed.

Generated by Dokka
(c) Tealium 2026