Support custom datalayer nested key tracking with isDeclared statement
s
samir.khedjam@abtasty.com
Current behaviour
It is not possible to track nested keys using isDeclared statement when using the dataLayer custom tracking option and complete path to key
Expected behaviour
Ability to track nested keys with isDeclared statement using the path to the key, example:
DL object
{
nested:{
key:'value'
}
}
Expected AB Tasty configuration to trigger the tracking
nested.key isDeclared
T
Tomas Duke
Valerian Karsenty