Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のサイトにアカウントを持っていてサインインしている人と、まだアカウントを持っていない人からのトラフィックを区別することは、非常に便利です。Google アナリティクスでこれを行うにはどうすればよいですか?
カスタム変数の 1 つを設定し、それをアドバンス セグメントで使用します。
JS を使用してカスタム変数を設定できます。
_gaq.push(['_setCustomVar', 1, 'loggedin', 'yes', 2]);
次に、[プロファイル] > [アドバンス セグメント] > [新しいセグメント] でアドバンス セグメントを作成します。