동적 계정은 이전 JavaScript 구현(H 코드)을 사용해야만 지원됩니다. 이러한 변수는 현재 AppMeasurement 라이브러리 또는 Adobe Experience Platform의 태그에서 지원되지 않습니다.
dynamicAccountMatch
변수는 dynamicAccountList
에서 보고 그 값을 비교하는 값입니다. dynamicAccountSelection
이 true
로 설정되지 않으면 이 변수는 무시됩니다.
이 변수가 정의되지 않은 경우 기본값은 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
변수가 정의되어 있지 않습니다(예: location.host
가 비어 있음). s_account
에 기본 보고서 세트가 포함되어 있는지 확인하십시오.s_account
변수 서버측을 채우십시오.