5

A site I'm working on is tracking Google Analytics events that always have a direct referral URL that is internal to our site. What would be good practice to link the event to the originating referral URL?

An example use case is:

User is on facebook -> Click through to our site -> Pageview -> Pageview -> EVENT

In this case the referral is considered direct but the traffic originated from facebook.

How do I make sure that the event's referrer is facebook in this case? So that when I look at goal conversion rates for my event, site visits that began with a referral from facebook and end in my event will count as goal conversions? And that this works for any referrer?

4

1 に答える 1

4

これは、カスタム レポートを使用して実現できます。

これは、開始するためのテンプレートです。Google アナリティクスを開いているときに、次の URL を読み込むだけです: https://www.google.com/analytics/web/template?uid=TGYsmF8ZT8Cthzq-9We9Yg

簡単に言うと、指標を (これが測定対象となります) と定義し、既定のディメンションとしてunique events追加しました。Event Action特定のイベントでフィルタリングし、他のイベント データ (ラベル、カテゴリ、値) をセカンダリ ディメンションとして追加することもできます。

お役に立てれば!

于 2013-08-11T15:21:32.683 に答える