Las cuentas dinámicas solo se admiten mediante implementaciones de JavaScript heredadas (código H). Estas variables no son compatibles con las bibliotecas de AppMeasurement actuales o con las etiquetas de Adobe Experience Platform.
La variable dynamicAccountMatch
es el valor que dynamicAccountList
analiza y compara sus valores. Si no se establece dynamicAccountSelection
como true
, se omite esta variable.
Si esta variable no está definida, su valor predeterminado es 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
definidas (por ejemplo, location.host
está en blanco). Asegúrese de que s_account
contiene un grupo de informes predeterminado.s_account
.