Environment

Constants for the environments defined by a standard Tealium profile. Used predominantly to differentiate between settings that are not yet ready for a production app, and those which are.

Properties

Link copied to clipboard
const val DEV: String

Typically used during development when testing out iterative settings updates.

Link copied to clipboard
const val PROD: String

Typically used for production applications, where any configured settings are confirmed to be correct at the time of publication.

Link copied to clipboard
const val QA: String

Typically used during testing to validate that the deployment is functioning correctly ahead of release to production.