legacy-knowledge-base
公開されました Jun. 30, 2025

イントラネットで追跡する匿名ユーザー (Analytics Cloud)

written-by

Eugene Shin

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • イントラネット環境では、すべてのユーザーを知っている必要があるにもかかわらず、匿名ユーザーが増加します。 これは、ユーザーがログイン ページにログインする前に分析がユーザーを追跡することが原因のようです。
  • 追跡されるログインページの例は次のとおりです。
    • https://liferay.com/c/portal/saml/acs
    • https://liferay.com/web/guest/login

Environment

  • Analytics Cloud

解決策

  • 提供されている Liferay API スクリプトを使用して、ログインしていないユーザーの追跡から分析クライアントを無効にします。
    Liferay.ThemeDisplay.isSignedIn();

    これを知っていれば、AC 機能を使用して Analytics クライアントを無効にできます。

    window['ac_client_disable_tracking'] = !Liferay.ThemeDisplay.isSignedIn();

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base