GA トラッキングに送信しているのと同じデータを追跡したいと考えており、独自のイベント テーブルが必要です。イベント/GoogleAnalytics の場合、Google のデータベース スキーマはどのようになりますか。
これまでのところ、次の列を持つ1つのイベントテーブルがあり、何か大きなものがないかどうか疑問に思っています:
イベント
id
event-type (ie. event, page-view, custom-var, identity)
domain (ie. sub.main.com, sub2.main.com)
page-url (ie /questions/popular)
action-name (ie. "clicked sign in", "signed up")
session_id (to keep track of entire experience)
user_id (could be nil)
utm_vars (GA source, medium, campaign, etc.)
is_mobile
created_at (timestamp)
data-properties (a hash of other random properties that are being tracked, like "clicked from header", "clicked from footer")