Configuration variables control the way data is captured and processed in reporting. They do not typically contain dimension or metric values.
In JavaScript implementations using AppMeasurement.js
, configuration variables are typically set at the top of the JS file.
In implementations using Adobe Experience Platform Launch, configuration variables are typically found by configuring the Adobe Analytics extension:
Make sure all configuration variables are set before calling a tracking method (t()
or tl()
). Avoid setting configuration variables in the doPlugins()
function.