ドキュメントメニュー

Google Analytics#

Google OAuth と 1 つ以上のプロパティを使って Google Analytics を接続します。このソースは titan.google_analytics に 67 個の固定テーブルを書き込みます。

sql
select
  property_id,
  resource_name,
  display_name
from titan.google_analytics.admin_properties
limit 10

Google Analyticsを接続する#

  1. アプリを開き、アプリを接続を選択してから、Google Analyticsを選択します。

  2. Google OAuth の認証情報と 1 つ以上のプロパティを入力します。

  3. テーブルを確認してからソースを保存します。

  4. 初回の実行が完了するまで同期履歴を確認します。

認証情報はシークレットとして保存されます。レイクの列になったり、クエリ結果に表示されたりすることはありません。

同期の動作#

メインのプロパティは google_analytics に書き込みます。追加のプロパティは google_analytics_<property_id> に書き込みます。レポートにはソース側でサンプリングやしきい値処理が適用されることがあります。

新しいソースは接続時に同期し、その後はスケジュールに従います。デフォルトの繰り返し間隔は 4 時間です。実行が中断しても、完了した進捗を保持して安全に再試行します。

すべてのレイクのテーブルにはシステム列 _synced_at_deleted もあります。以下の列リファレンスにはソースの列のみを記載しています。

テーブルリファレンス#

admin_properties#

titan.google_analytics.admin_properties には 14 個のソース列があります。

google_analytics.admin_properties14列
property_idstringpk

ソースのフィールド property_id

resource_namestring

ソースのフィールド resource_name

display_namestring

ソースのフィールド display_name

property_typestring

ソースのフィールド property_type

accountstring

ソースのフィールド account

parentstring

ソースのフィールド parent

industry_categorystring

ソースのフィールド industry_category

time_zonestring

ソースのフィールド time_zone

currency_codestring

ソースのフィールド currency_code

service_levelstring

ソースのフィールド service_level

create_timedatetime

ソースのフィールド create_time

update_timedatetime

ソースのフィールド update_time

delete_timedatetime

ソースのフィールド delete_time

expire_timedatetime

ソースのフィールド expire_time

admin_data_streams#

titan.google_analytics.admin_data_streams には 14 個のソース列があります。

google_analytics.admin_data_streams14列
data_stream_idstringpk

ソースのフィールド data_stream_id

resource_namestring

ソースのフィールド resource_name

property_idstring

ソースのフィールド property_id

typestring

ソースのフィールド type

display_namestring

ソースのフィールド display_name

create_timedatetime

ソースのフィールド create_time

update_timedatetime

ソースのフィールド update_time

web_measurement_idstring

ソースのフィールド web_measurement_id

web_firebase_app_idstring

ソースのフィールド web_firebase_app_id

web_default_uristring

ソースのフィールド web_default_uri

android_firebase_app_idstring

ソースのフィールド android_firebase_app_id

android_package_namestring

ソースのフィールド android_package_name

ios_firebase_app_idstring

ソースのフィールド ios_firebase_app_id

ios_bundle_idstring

ソースのフィールド ios_bundle_id

admin_custom_dimensions#

titan.google_analytics.admin_custom_dimensions には 8 個のソース列があります。

google_analytics.admin_custom_dimensions8列
custom_dimension_idstringpk

ソースのフィールド custom_dimension_id

resource_namestring

ソースのフィールド resource_name

property_idstring

ソースのフィールド property_id

parameter_namestring

ソースのフィールド parameter_name

display_namestring

ソースのフィールド display_name

descriptionstring

ソースのフィールド description

scopestring

ソースのフィールド scope

disallow_ads_personalizationboolean

ソースのフィールド disallow_ads_personalization

admin_custom_metrics#

titan.google_analytics.admin_custom_metrics には 9 個のソース列があります。

google_analytics.admin_custom_metrics9列
custom_metric_idstringpk

ソースのフィールド custom_metric_id

resource_namestring

ソースのフィールド resource_name

property_idstring

ソースのフィールド property_id

parameter_namestring

ソースのフィールド parameter_name

display_namestring

ソースのフィールド display_name

descriptionstring

ソースのフィールド description

measurement_unitstring

ソースのフィールド measurement_unit

scopestring

ソースのフィールド scope

restricted_metric_typejson

ソースのフィールド restricted_metric_type

admin_key_events#

titan.google_analytics.admin_key_events には 10 個のソース列があります。

google_analytics.admin_key_events10列
key_event_idstringpk

ソースのフィールド key_event_id

resource_namestring

ソースのフィールド resource_name

property_idstring

ソースのフィールド property_id

event_namestring

ソースのフィールド event_name

create_timedatetime

ソースのフィールド create_time

deletableboolean

ソースのフィールド deletable

customboolean

ソースのフィールド custom

counting_methodstring

ソースのフィールド counting_method

default_value_numeric_valuedecimal(28,2)

ソースのフィールド default_value_numeric_value

default_value_currency_codestring

ソースのフィールド default_value_currency_code

titan.google_analytics.admin_google_ads_links には 9 個のソース列があります。

google_analytics.admin_google_ads_links9列

admin_audiences#

titan.google_analytics.admin_audiences には 12 個のソース列があります。

google_analytics.admin_audiences12列
audience_idstringpk

ソースのフィールド audience_id

resource_namestring

ソースのフィールド resource_name

property_idstring

ソースのフィールド property_id

display_namestring

ソースのフィールド display_name

descriptionstring

ソースのフィールド description

membership_duration_daysinteger

ソースのフィールド membership_duration_days

ads_personalization_enabledboolean

ソースのフィールド ads_personalization_enabled

exclusion_duration_modestring

ソースのフィールド exclusion_duration_mode

event_trigger_event_namestring

ソースのフィールド event_trigger_event_name

event_trigger_log_conditionstring

ソースのフィールド event_trigger_log_condition

filter_clausesjson

ソースのフィールド filter_clauses

create_timedatetime

ソースのフィールド create_time

admin_calculated_metrics#

titan.google_analytics.admin_calculated_metrics には 9 個のソース列があります。

google_analytics.admin_calculated_metrics9列
calculated_metric_idstringpk

ソースのフィールド calculated_metric_id

resource_namestring

ソースのフィールド resource_name

property_idstring

ソースのフィールド property_id

display_namestring

ソースのフィールド display_name

descriptionstring

ソースのフィールド description

metric_unitstring

ソースのフィールド metric_unit

restricted_metric_typejson

ソースのフィールド restricted_metric_type

formulastring

ソースのフィールド formula

invalid_metric_referenceboolean

ソースのフィールド invalid_metric_reference

dimensions#

titan.google_analytics.dimensions には 7 個のソース列があります。

google_analytics.dimensions7列
api_namestringpk

ソースのフィールド api_name

property_idstring

ソースのフィールド property_id

ui_namestring

ソースのフィールド ui_name

descriptionstring

ソースのフィールド description

categorystring

ソースのフィールド category

custom_definitionboolean

ソースのフィールド custom_definition

deprecated_api_namesjson

ソースのフィールド deprecated_api_names

metrics#

titan.google_analytics.metrics には 10 個のソース列があります。

google_analytics.metrics10列
api_namestringpk

ソースのフィールド api_name

property_idstring

ソースのフィールド property_id

ui_namestring

ソースのフィールド ui_name

descriptionstring

ソースのフィールド description

categorystring

ソースのフィールド category

custom_definitionboolean

ソースのフィールド custom_definition

deprecated_api_namesjson

ソースのフィールド deprecated_api_names

typestring

ソースのフィールド type

expressionstring

ソースのフィールド expression

blocked_reasonsjson

ソースのフィールド blocked_reasons

daily_active_users#

titan.google_analytics.daily_active_users には 2 個のソース列があります。

google_analytics.daily_active_users2列
datedatepk

ソースのフィールド date

active1day_usersinteger

ソースのフィールド active1DayUsers

weekly_active_users#

titan.google_analytics.weekly_active_users には 2 個のソース列があります。

google_analytics.weekly_active_users2列
datedatepk

ソースのフィールド date

active7day_usersinteger

ソースのフィールド active7DayUsers

four_weekly_active_users#

titan.google_analytics.four_weekly_active_users には 2 個のソース列があります。

google_analytics.four_weekly_active_users2列
datedatepk

ソースのフィールド date

active28day_usersinteger

ソースのフィールド active28DayUsers

website_overview#

titan.google_analytics.website_overview には 9 個のソース列があります。

google_analytics.website_overview9列
datedatepk

ソースのフィールド date

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

sessionsinteger

ソースのフィールド sessions

sessions_per_userdecimal(28,6)

ソースのフィールド sessionsPerUser

average_session_durationdecimal(28,6)

ソースのフィールド averageSessionDuration

screen_page_viewsinteger

ソースのフィールド screenPageViews

screen_page_views_per_sessiondecimal(28,6)

ソースのフィールド screenPageViewsPerSession

bounce_ratedecimal(28,6)

ソースのフィールド bounceRate

devices#

titan.google_analytics.devices には 12 個のソース列があります。

google_analytics.devices12列
datedatepk

ソースのフィールド date

device_categorystringpk

ソースのフィールド deviceCategory

operating_systemstringpk

ソースのフィールド operatingSystem

browserstringpk

ソースのフィールド browser

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

sessionsinteger

ソースのフィールド sessions

sessions_per_userdecimal(28,6)

ソースのフィールド sessionsPerUser

average_session_durationdecimal(28,6)

ソースのフィールド averageSessionDuration

screen_page_viewsinteger

ソースのフィールド screenPageViews

screen_page_views_per_sessiondecimal(28,6)

ソースのフィールド screenPageViewsPerSession

bounce_ratedecimal(28,6)

ソースのフィールド bounceRate

locations#

titan.google_analytics.locations には 12 個のソース列があります。

google_analytics.locations12列
datedatepk

ソースのフィールド date

countrystringpk

ソースのフィールド country

regionstringpk

ソースのフィールド region

citystringpk

ソースのフィールド city

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

sessionsinteger

ソースのフィールド sessions

sessions_per_userdecimal(28,6)

ソースのフィールド sessionsPerUser

average_session_durationdecimal(28,6)

ソースのフィールド averageSessionDuration

screen_page_viewsinteger

ソースのフィールド screenPageViews

screen_page_views_per_sessiondecimal(28,6)

ソースのフィールド screenPageViewsPerSession

bounce_ratedecimal(28,6)

ソースのフィールド bounceRate

pages#

titan.google_analytics.pages には 5 個のソース列があります。

google_analytics.pages5列
datedatepk

ソースのフィールド date

host_namestringpk

ソースのフィールド hostName

page_path_plus_query_stringstringpk

ソースのフィールド pagePathPlusQueryString

screen_page_viewsinteger

ソースのフィールド screenPageViews

bounce_ratedecimal(28,6)

ソースのフィールド bounceRate

traffic_sources#

titan.google_analytics.traffic_sources には 11 個のソース列があります。

google_analytics.traffic_sources11列
datedatepk

ソースのフィールド date

session_sourcestringpk

ソースのフィールド sessionSource

session_mediumstringpk

ソースのフィールド sessionMedium

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

sessionsinteger

ソースのフィールド sessions

sessions_per_userdecimal(28,6)

ソースのフィールド sessionsPerUser

average_session_durationdecimal(28,6)

ソースのフィールド averageSessionDuration

screen_page_viewsinteger

ソースのフィールド screenPageViews

screen_page_views_per_sessiondecimal(28,6)

ソースのフィールド screenPageViewsPerSession

bounce_ratedecimal(28,6)

ソースのフィールド bounceRate

user_acquisition_first_user_medium#

titan.google_analytics.user_acquisition_first_user_medium には 10 個のソース列があります。

google_analytics.user_acquisition_first_user_medium10列
datedatepk

ソースのフィールド date

first_user_mediumstringpk

ソースのフィールド firstUserMedium

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

total_usersinteger

ソースのフィールド totalUsers

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

user_acquisition_first_user_source#

titan.google_analytics.user_acquisition_first_user_source には 10 個のソース列があります。

google_analytics.user_acquisition_first_user_source10列
datedatepk

ソースのフィールド date

first_user_sourcestringpk

ソースのフィールド firstUserSource

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

total_usersinteger

ソースのフィールド totalUsers

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

user_acquisition_first_user_source_medium#

titan.google_analytics.user_acquisition_first_user_source_medium には 10 個のソース列があります。

google_analytics.user_acquisition_first_user_source_medium10列
datedatepk

ソースのフィールド date

first_user_source_mediumstringpk

ソースのフィールド firstUserSourceMedium

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

total_usersinteger

ソースのフィールド totalUsers

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

user_acquisition_first_user_source_platform#

titan.google_analytics.user_acquisition_first_user_source_platform には 10 個のソース列があります。

google_analytics.user_acquisition_first_user_source_platform10列
datedatepk

ソースのフィールド date

first_user_source_platformstringpk

ソースのフィールド firstUserSourcePlatform

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

total_usersinteger

ソースのフィールド totalUsers

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

user_acquisition_first_user_campaign#

titan.google_analytics.user_acquisition_first_user_campaign には 10 個のソース列があります。

google_analytics.user_acquisition_first_user_campaign10列
datedatepk

ソースのフィールド date

first_user_campaign_namestringpk

ソースのフィールド firstUserCampaignName

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

total_usersinteger

ソースのフィールド totalUsers

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

user_acquisition_first_user_google_ads_ad_network_type#

titan.google_analytics.user_acquisition_first_user_google_ads_ad_network_type には 10 個のソース列があります。

google_analytics.user_acquisition_first_user_google_ads_ad_network_type10列
datedatepk

ソースのフィールド date

first_user_google_ads_ad_network_typestringpk

ソースのフィールド firstUserGoogleAdsAdNetworkType

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

total_usersinteger

ソースのフィールド totalUsers

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

user_acquisition_first_user_google_ads_ad_group_name#

titan.google_analytics.user_acquisition_first_user_google_ads_ad_group_name には 10 個のソース列があります。

google_analytics.user_acquisition_first_user_google_ads_ad_group_name10列
datedatepk

ソースのフィールド date

first_user_google_ads_ad_group_namestringpk

ソースのフィールド firstUserGoogleAdsAdGroupName

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

total_usersinteger

ソースのフィールド totalUsers

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

traffic_acquisition_session_source_medium#

titan.google_analytics.traffic_acquisition_session_source_medium には 11 個のソース列があります。

google_analytics.traffic_acquisition_session_source_medium11列
datedatepk

ソースのフィールド date

session_source_mediumstringpk

ソースのフィールド sessionSourceMedium

total_usersinteger

ソースのフィールド totalUsers

sessionsinteger

ソースのフィールド sessions

engaged_sessionsinteger

ソースのフィールド engagedSessions

events_per_sessiondecimal(28,6)

ソースのフィールド eventsPerSession

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

traffic_acquisition_session_medium#

titan.google_analytics.traffic_acquisition_session_medium には 11 個のソース列があります。

google_analytics.traffic_acquisition_session_medium11列
datedatepk

ソースのフィールド date

session_mediumstringpk

ソースのフィールド sessionMedium

total_usersinteger

ソースのフィールド totalUsers

sessionsinteger

ソースのフィールド sessions

engaged_sessionsinteger

ソースのフィールド engagedSessions

events_per_sessiondecimal(28,6)

ソースのフィールド eventsPerSession

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

traffic_acquisition_session_source#

titan.google_analytics.traffic_acquisition_session_source には 11 個のソース列があります。

google_analytics.traffic_acquisition_session_source11列
datedatepk

ソースのフィールド date

session_sourcestringpk

ソースのフィールド sessionSource

total_usersinteger

ソースのフィールド totalUsers

sessionsinteger

ソースのフィールド sessions

engaged_sessionsinteger

ソースのフィールド engagedSessions

events_per_sessiondecimal(28,6)

ソースのフィールド eventsPerSession

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

traffic_acquisition_session_campaign#

titan.google_analytics.traffic_acquisition_session_campaign には 11 個のソース列があります。

google_analytics.traffic_acquisition_session_campaign11列
datedatepk

ソースのフィールド date

session_campaign_namestringpk

ソースのフィールド sessionCampaignName

total_usersinteger

ソースのフィールド totalUsers

sessionsinteger

ソースのフィールド sessions

engaged_sessionsinteger

ソースのフィールド engagedSessions

events_per_sessiondecimal(28,6)

ソースのフィールド eventsPerSession

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

traffic_acquisition_session_default_channel_group#

titan.google_analytics.traffic_acquisition_session_default_channel_group には 11 個のソース列があります。

google_analytics.traffic_acquisition_session_default_channel_group11列
datedatepk

ソースのフィールド date

session_default_channel_groupstringpk

ソースのフィールド sessionDefaultChannelGroup

total_usersinteger

ソースのフィールド totalUsers

sessionsinteger

ソースのフィールド sessions

engaged_sessionsinteger

ソースのフィールド engagedSessions

events_per_sessiondecimal(28,6)

ソースのフィールド eventsPerSession

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

traffic_acquisition_session_source_platform#

titan.google_analytics.traffic_acquisition_session_source_platform には 11 個のソース列があります。

google_analytics.traffic_acquisition_session_source_platform11列
datedatepk

ソースのフィールド date

session_source_platformstringpk

ソースのフィールド sessionSourcePlatform

total_usersinteger

ソースのフィールド totalUsers

sessionsinteger

ソースのフィールド sessions

engaged_sessionsinteger

ソースのフィールド engagedSessions

events_per_sessiondecimal(28,6)

ソースのフィールド eventsPerSession

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

events#

titan.google_analytics.events には 6 個のソース列があります。

google_analytics.events6列
datedatepk

ソースのフィールド date

event_namestringpk

ソースのフィールド eventName

event_countinteger

ソースのフィールド eventCount

total_usersinteger

ソースのフィールド totalUsers

event_count_per_userdecimal(28,6)

ソースのフィールド eventCountPerUser

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

weekly_events#

titan.google_analytics.weekly_events には 6 個のソース列があります。

google_analytics.weekly_events6列
year_weekstringpk

ソースのフィールド yearWeek

event_namestringpk

ソースのフィールド eventName

event_countinteger

ソースのフィールド eventCount

total_usersinteger

ソースのフィールド totalUsers

event_count_per_userdecimal(28,6)

ソースのフィールド eventCountPerUser

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

key_events#

titan.google_analytics.key_events には 5 個のソース列があります。

google_analytics.key_events5列
datedatepk

ソースのフィールド date

event_namestringpk

ソースのフィールド eventName

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_usersinteger

ソースのフィールド totalUsers

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

pages_path#

titan.google_analytics.pages_path には 9 個のソース列があります。

google_analytics.pages_path9列
datedatepk

ソースのフィールド date

page_pathstringpk

ソースのフィールド pagePath

screen_page_viewsinteger

ソースのフィールド screenPageViews

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

pages_title_screen_class#

titan.google_analytics.pages_title_screen_class には 9 個のソース列があります。

google_analytics.pages_title_screen_class9列
datedatepk

ソースのフィールド date

unified_screen_classstringpk

ソースのフィールド unifiedScreenClass

screen_page_viewsinteger

ソースのフィールド screenPageViews

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

pages_title_screen_name#

titan.google_analytics.pages_title_screen_name には 9 個のソース列があります。

google_analytics.pages_title_screen_name9列
datedatepk

ソースのフィールド date

unified_screen_namestringpk

ソースのフィールド unifiedScreenName

screen_page_viewsinteger

ソースのフィールド screenPageViews

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

content_group#

titan.google_analytics.content_group には 9 個のソース列があります。

google_analytics.content_group9列
datedatepk

ソースのフィールド date

content_groupstringpk

ソースのフィールド contentGroup

screen_page_viewsinteger

ソースのフィールド screenPageViews

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

user_engagement_durationdecimal(28,6)

ソースのフィールド userEngagementDuration

ecommerce_purchases_item_name#

titan.google_analytics.ecommerce_purchases_item_name には 8 個のソース列があります。

google_analytics.ecommerce_purchases_item_name8列
datedatepk

ソースのフィールド date

item_namestringpk

ソースのフィールド itemName

cart_to_view_ratedecimal(28,6)

ソースのフィールド cartToViewRate

purchase_to_view_ratedecimal(28,6)

ソースのフィールド purchaseToViewRate

items_purchasedinteger

ソースのフィールド itemsPurchased

item_revenuedecimal(28,2)

ソースのフィールド itemRevenue

items_added_to_cartinteger

ソースのフィールド itemsAddedToCart

items_viewedinteger

ソースのフィールド itemsViewed

ecommerce_purchases_item_id#

titan.google_analytics.ecommerce_purchases_item_id には 8 個のソース列があります。

google_analytics.ecommerce_purchases_item_id8列
datedatepk

ソースのフィールド date

item_idstringpk

ソースのフィールド itemId

cart_to_view_ratedecimal(28,6)

ソースのフィールド cartToViewRate

purchase_to_view_ratedecimal(28,6)

ソースのフィールド purchaseToViewRate

items_purchasedinteger

ソースのフィールド itemsPurchased

item_revenuedecimal(28,2)

ソースのフィールド itemRevenue

items_added_to_cartinteger

ソースのフィールド itemsAddedToCart

items_viewedinteger

ソースのフィールド itemsViewed

ecommerce_purchases_item_brand#

titan.google_analytics.ecommerce_purchases_item_brand には 8 個のソース列があります。

google_analytics.ecommerce_purchases_item_brand8列
datedatepk

ソースのフィールド date

item_brandstringpk

ソースのフィールド itemBrand

cart_to_view_ratedecimal(28,6)

ソースのフィールド cartToViewRate

purchase_to_view_ratedecimal(28,6)

ソースのフィールド purchaseToViewRate

items_purchasedinteger

ソースのフィールド itemsPurchased

item_revenuedecimal(28,2)

ソースのフィールド itemRevenue

items_added_to_cartinteger

ソースのフィールド itemsAddedToCart

items_viewedinteger

ソースのフィールド itemsViewed

ecommerce_purchases_item_category#

titan.google_analytics.ecommerce_purchases_item_category には 8 個のソース列があります。

google_analytics.ecommerce_purchases_item_category8列
datedatepk

ソースのフィールド date

item_categorystringpk

ソースのフィールド itemCategory

cart_to_view_ratedecimal(28,6)

ソースのフィールド cartToViewRate

purchase_to_view_ratedecimal(28,6)

ソースのフィールド purchaseToViewRate

items_purchasedinteger

ソースのフィールド itemsPurchased

item_revenuedecimal(28,2)

ソースのフィールド itemRevenue

items_added_to_cartinteger

ソースのフィールド itemsAddedToCart

items_viewedinteger

ソースのフィールド itemsViewed

ecommerce_purchases_item_category_2#

titan.google_analytics.ecommerce_purchases_item_category_2 には 8 個のソース列があります。

google_analytics.ecommerce_purchases_item_category_28列
datedatepk

ソースのフィールド date

item_category2stringpk

ソースのフィールド itemCategory2

cart_to_view_ratedecimal(28,6)

ソースのフィールド cartToViewRate

purchase_to_view_ratedecimal(28,6)

ソースのフィールド purchaseToViewRate

items_purchasedinteger

ソースのフィールド itemsPurchased

item_revenuedecimal(28,2)

ソースのフィールド itemRevenue

items_added_to_cartinteger

ソースのフィールド itemsAddedToCart

items_viewedinteger

ソースのフィールド itemsViewed

ecommerce_purchases_item_category_3#

titan.google_analytics.ecommerce_purchases_item_category_3 には 8 個のソース列があります。

google_analytics.ecommerce_purchases_item_category_38列
datedatepk

ソースのフィールド date

item_category3stringpk

ソースのフィールド itemCategory3

cart_to_view_ratedecimal(28,6)

ソースのフィールド cartToViewRate

purchase_to_view_ratedecimal(28,6)

ソースのフィールド purchaseToViewRate

items_purchasedinteger

ソースのフィールド itemsPurchased

item_revenuedecimal(28,2)

ソースのフィールド itemRevenue

items_added_to_cartinteger

ソースのフィールド itemsAddedToCart

items_viewedinteger

ソースのフィールド itemsViewed

ecommerce_purchases_item_category_4#

titan.google_analytics.ecommerce_purchases_item_category_4 には 8 個のソース列があります。

google_analytics.ecommerce_purchases_item_category_48列
datedatepk

ソースのフィールド date

item_category4stringpk

ソースのフィールド itemCategory4

cart_to_view_ratedecimal(28,6)

ソースのフィールド cartToViewRate

purchase_to_view_ratedecimal(28,6)

ソースのフィールド purchaseToViewRate

items_purchasedinteger

ソースのフィールド itemsPurchased

item_revenuedecimal(28,2)

ソースのフィールド itemRevenue

items_added_to_cartinteger

ソースのフィールド itemsAddedToCart

items_viewedinteger

ソースのフィールド itemsViewed

ecommerce_purchases_item_category_5#

titan.google_analytics.ecommerce_purchases_item_category_5 には 8 個のソース列があります。

google_analytics.ecommerce_purchases_item_category_58列
datedatepk

ソースのフィールド date

item_category5stringpk

ソースのフィールド itemCategory5

cart_to_view_ratedecimal(28,6)

ソースのフィールド cartToViewRate

purchase_to_view_ratedecimal(28,6)

ソースのフィールド purchaseToViewRate

items_purchasedinteger

ソースのフィールド itemsPurchased

item_revenuedecimal(28,2)

ソースのフィールド itemRevenue

items_added_to_cartinteger

ソースのフィールド itemsAddedToCart

items_viewedinteger

ソースのフィールド itemsViewed

ecommerce_purchases_item_category_combined#

titan.google_analytics.ecommerce_purchases_item_category_combined には 12 個のソース列があります。

google_analytics.ecommerce_purchases_item_category_combined12列
datedatepk

ソースのフィールド date

item_categorystringpk

ソースのフィールド itemCategory

item_category2stringpk

ソースのフィールド itemCategory2

item_category3stringpk

ソースのフィールド itemCategory3

item_category4stringpk

ソースのフィールド itemCategory4

item_category5stringpk

ソースのフィールド itemCategory5

cart_to_view_ratedecimal(28,6)

ソースのフィールド cartToViewRate

purchase_to_view_ratedecimal(28,6)

ソースのフィールド purchaseToViewRate

items_purchasedinteger

ソースのフィールド itemsPurchased

item_revenuedecimal(28,2)

ソースのフィールド itemRevenue

items_added_to_cartinteger

ソースのフィールド itemsAddedToCart

items_viewedinteger

ソースのフィールド itemsViewed

publisher_ads_ad_unit#

titan.google_analytics.publisher_ads_ad_unit には 6 個のソース列があります。

google_analytics.publisher_ads_ad_unit6列
datedatepk

ソースのフィールド date

ad_unit_namestringpk

ソースのフィールド adUnitName

publisher_ad_impressionsinteger

ソースのフィールド publisherAdImpressions

ad_unit_exposuredecimal(28,6)

ソースのフィールド adUnitExposure

publisher_ad_clicksinteger

ソースのフィールド publisherAdClicks

total_ad_revenuedecimal(28,2)

ソースのフィールド totalAdRevenue

publisher_ads_page_path#

titan.google_analytics.publisher_ads_page_path には 6 個のソース列があります。

google_analytics.publisher_ads_page_path6列
datedatepk

ソースのフィールド date

page_pathstringpk

ソースのフィールド pagePath

publisher_ad_impressionsinteger

ソースのフィールド publisherAdImpressions

ad_unit_exposuredecimal(28,6)

ソースのフィールド adUnitExposure

publisher_ad_clicksinteger

ソースのフィールド publisherAdClicks

total_ad_revenuedecimal(28,2)

ソースのフィールド totalAdRevenue

publisher_ads_ad_format#

titan.google_analytics.publisher_ads_ad_format には 6 個のソース列があります。

google_analytics.publisher_ads_ad_format6列
datedatepk

ソースのフィールド date

ad_formatstringpk

ソースのフィールド adFormat

publisher_ad_impressionsinteger

ソースのフィールド publisherAdImpressions

ad_unit_exposuredecimal(28,6)

ソースのフィールド adUnitExposure

publisher_ad_clicksinteger

ソースのフィールド publisherAdClicks

total_ad_revenuedecimal(28,2)

ソースのフィールド totalAdRevenue

publisher_ads_ad_source#

titan.google_analytics.publisher_ads_ad_source には 6 個のソース列があります。

google_analytics.publisher_ads_ad_source6列
datedatepk

ソースのフィールド date

ad_source_namestringpk

ソースのフィールド adSourceName

publisher_ad_impressionsinteger

ソースのフィールド publisherAdImpressions

ad_unit_exposuredecimal(28,6)

ソースのフィールド adUnitExposure

publisher_ad_clicksinteger

ソースのフィールド publisherAdClicks

total_ad_revenuedecimal(28,2)

ソースのフィールド totalAdRevenue

demographic_country#

titan.google_analytics.demographic_country には 8 個のソース列があります。

google_analytics.demographic_country8列
datedatepk

ソースのフィールド date

countrystringpk

ソースのフィールド country

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

demographic_region#

titan.google_analytics.demographic_region には 8 個のソース列があります。

google_analytics.demographic_region8列
datedatepk

ソースのフィールド date

regionstringpk

ソースのフィールド region

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

demographic_city#

titan.google_analytics.demographic_city には 8 個のソース列があります。

google_analytics.demographic_city8列
datedatepk

ソースのフィールド date

citystringpk

ソースのフィールド city

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

demographic_language#

titan.google_analytics.demographic_language には 8 個のソース列があります。

google_analytics.demographic_language8列
datedatepk

ソースのフィールド date

languagestringpk

ソースのフィールド language

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

demographic_age#

titan.google_analytics.demographic_age には 8 個のソース列があります。

google_analytics.demographic_age8列
datedatepk

ソースのフィールド date

user_age_bracketstringpk

ソースのフィールド userAgeBracket

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

demographic_gender#

titan.google_analytics.demographic_gender には 8 個のソース列があります。

google_analytics.demographic_gender8列
datedatepk

ソースのフィールド date

user_genderstringpk

ソースのフィールド userGender

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

demographic_interest#

titan.google_analytics.demographic_interest には 8 個のソース列があります。

google_analytics.demographic_interest8列
datedatepk

ソースのフィールド date

branding_intereststringpk

ソースのフィールド brandingInterest

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

tech_browser#

titan.google_analytics.tech_browser には 9 個のソース列があります。

google_analytics.tech_browser9列
datedatepk

ソースのフィールド date

browserstringpk

ソースのフィールド browser

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

tech_device_category#

titan.google_analytics.tech_device_category には 9 個のソース列があります。

google_analytics.tech_device_category9列
datedatepk

ソースのフィールド date

device_categorystringpk

ソースのフィールド deviceCategory

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

tech_device_model#

titan.google_analytics.tech_device_model には 9 個のソース列があります。

google_analytics.tech_device_model9列
datedatepk

ソースのフィールド date

device_modelstringpk

ソースのフィールド deviceModel

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

tech_screen_resolution#

titan.google_analytics.tech_screen_resolution には 9 個のソース列があります。

google_analytics.tech_screen_resolution9列
datedatepk

ソースのフィールド date

screen_resolutionstringpk

ソースのフィールド screenResolution

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

tech_app_version#

titan.google_analytics.tech_app_version には 9 個のソース列があります。

google_analytics.tech_app_version9列
datedatepk

ソースのフィールド date

app_versionstringpk

ソースのフィールド appVersion

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

tech_platform#

titan.google_analytics.tech_platform には 9 個のソース列があります。

google_analytics.tech_platform9列
datedatepk

ソースのフィールド date

platformstringpk

ソースのフィールド platform

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

tech_platform_device_category#

titan.google_analytics.tech_platform_device_category には 9 個のソース列があります。

google_analytics.tech_platform_device_category9列
datedatepk

ソースのフィールド date

platform_device_categorystringpk

ソースのフィールド platformDeviceCategory

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

tech_operating_system#

titan.google_analytics.tech_operating_system には 9 個のソース列があります。

google_analytics.tech_operating_system9列
datedatepk

ソースのフィールド date

operating_systemstringpk

ソースのフィールド operatingSystem

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

tech_os_with_version#

titan.google_analytics.tech_os_with_version には 9 個のソース列があります。

google_analytics.tech_os_with_version9列
datedatepk

ソースのフィールド date

operating_system_with_versionstringpk

ソースのフィールド operatingSystemWithVersion

total_usersinteger

ソースのフィールド totalUsers

new_usersinteger

ソースのフィールド newUsers

engaged_sessionsinteger

ソースのフィールド engagedSessions

engagement_ratedecimal(28,6)

ソースのフィールド engagementRate

event_countinteger

ソースのフィールド eventCount

key_eventsdecimal(28,6)

ソースのフィールド keyEvents

total_revenuedecimal(28,2)

ソースのフィールド totalRevenue

削除と履歴#

行はソースのキーでマージされます。ソース側で行の削除を確認できた場合、Supernova は行を残して _deleted を設定します。クエリで履歴を含めるかどうかを選べます。現在の状態だけを取得するには where not _deleted で絞り込んでください。