dynamicAccountMatch

IMPORTANT
動的アカウントは、レガシー JavaScript 実装(H コード)を使用した場合にのみサポートされます。これらの変数は、現在の AppMeasurement ライブラリや Adobe Experience Platform のタグではサポートされていません。

dynamicAccountMatch 変数は、dynamicAccountList が値を調べて比較する値です。dynamicAccountSelectiontrue に設定しない場合、この変数は無視されます。

この変数を定義しない場合、デフォルト値は 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 にデフォルトのレポートスイートが含まれていることを確認します。
  • ページが Google などの Web ベースの翻訳エンジンによって翻訳されている場合、動的アカウント選択は設計どおりに動作しません。より精度の高いトラッキングをおこなうには、s_account 変数をサーバーサイドで設定してください。
recommendation-more-help
b4f6d761-4a8b-4322-b801-c85b9e3be690