momentsapi

The Moments API module provides support for real-time visitor personalization using Tealium's Moments API Server Side technology.

Getting started

To set up the Moments API module, simply add the Moments API ModuleFactory to your TealiumConfig

// Kotlin
val config = TealiumConfig.Builder(/* ... */ modules = listOf(
Modules.momentsApi()
)).build()
// Java
TealiumConfig config = new TealiumConfig.Builder(/* ... */ Arrays.asList(
MomentsApi.configure()
)).build();

Configuration

TODO

Packages

Link copied to clipboard

Root package and entry point for the Moments API module