Gli account dinamici sono supportati solo utilizzando implementazioni JavaScript legacy (codice H). Queste variabili non sono supportate nelle librerie o nei tag AppMeasurement correnti in Adobe Experience Platform.
Il dynamicAccountMatch
variabile è il valore che dynamicAccountList
esamina e confronta i relativi valori. Se dynamicAccountSelection
non è impostato su true
, questa variabile viene ignorata.
Se questa variabile non è definita, il suo valore predefinito è window.location.host
.
s.dynamicAccountMatch=[DOM object]
// Look at the URL path to determine report suite
s.dynamicAccountMatch = location.pathname;
// Use a query string
s.dynamicAccountMatch = location.search;
// Use the full URL
s.dynamicAccountMatch = location.href;
// Use concatenated variables
s.dynamicAccountMatch = location.hostname + location.pathname + location.search;
location
variabili definite (ad esempio, location.host
è vuoto). Assicurati che s_account
contiene una suite di rapporti predefinita.s_account
variabile lato server.