---
title: Google Analytics
description: Google Analytics에 연결하고 동기화 동작을 파악하며 기록되는 모든 테이블과 열을 쿼리합니다.
species: reference
---
# 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시간입니다. 실행이 중단되어도 완료한 진행 상황을 유지하며 안전하게 재시도합니다.

모든 레이크 테이블에는 [시스템 열](/docs/concepts/your-lake#시스템-열)인 `_synced_at`과 `_deleted`도 있습니다. 아래 열 참조에는 소스 열만 나열합니다.

## 테이블 참조

### `admin_properties`

`titan.google_analytics.admin_properties`의 소스 열 수는 14개입니다.

```columns table=google_analytics.admin_properties
property_id                             string pk           `property_id` 소스 필드.
resource_name                           string              `resource_name` 소스 필드.
display_name                            string              `display_name` 소스 필드.
property_type                           string              `property_type` 소스 필드.
account                                 string              `account` 소스 필드.
parent                                  string              `parent` 소스 필드.
industry_category                       string              `industry_category` 소스 필드.
time_zone                               string              `time_zone` 소스 필드.
currency_code                           string              `currency_code` 소스 필드.
service_level                           string              `service_level` 소스 필드.
create_time                             datetime            `create_time` 소스 필드.
update_time                             datetime            `update_time` 소스 필드.
delete_time                             datetime            `delete_time` 소스 필드.
expire_time                             datetime            `expire_time` 소스 필드.
```

### `admin_data_streams`

`titan.google_analytics.admin_data_streams`의 소스 열 수는 14개입니다.

```columns table=google_analytics.admin_data_streams
data_stream_id                          string pk           `data_stream_id` 소스 필드.
resource_name                           string              `resource_name` 소스 필드.
property_id                             string              `property_id` 소스 필드.
type                                    string              `type` 소스 필드.
display_name                            string              `display_name` 소스 필드.
create_time                             datetime            `create_time` 소스 필드.
update_time                             datetime            `update_time` 소스 필드.
web_measurement_id                      string              `web_measurement_id` 소스 필드.
web_firebase_app_id                     string              `web_firebase_app_id` 소스 필드.
web_default_uri                         string              `web_default_uri` 소스 필드.
android_firebase_app_id                 string              `android_firebase_app_id` 소스 필드.
android_package_name                    string              `android_package_name` 소스 필드.
ios_firebase_app_id                     string              `ios_firebase_app_id` 소스 필드.
ios_bundle_id                           string              `ios_bundle_id` 소스 필드.
```

### `admin_custom_dimensions`

`titan.google_analytics.admin_custom_dimensions`의 소스 열 수는 8개입니다.

```columns table=google_analytics.admin_custom_dimensions
custom_dimension_id                     string pk           `custom_dimension_id` 소스 필드.
resource_name                           string              `resource_name` 소스 필드.
property_id                             string              `property_id` 소스 필드.
parameter_name                          string              `parameter_name` 소스 필드.
display_name                            string              `display_name` 소스 필드.
description                             string              `description` 소스 필드.
scope                                   string              `scope` 소스 필드.
disallow_ads_personalization            boolean             `disallow_ads_personalization` 소스 필드.
```

### `admin_custom_metrics`

`titan.google_analytics.admin_custom_metrics`의 소스 열 수는 9개입니다.

```columns table=google_analytics.admin_custom_metrics
custom_metric_id                        string pk           `custom_metric_id` 소스 필드.
resource_name                           string              `resource_name` 소스 필드.
property_id                             string              `property_id` 소스 필드.
parameter_name                          string              `parameter_name` 소스 필드.
display_name                            string              `display_name` 소스 필드.
description                             string              `description` 소스 필드.
measurement_unit                        string              `measurement_unit` 소스 필드.
scope                                   string              `scope` 소스 필드.
restricted_metric_type                  json                `restricted_metric_type` 소스 필드.
```

### `admin_key_events`

`titan.google_analytics.admin_key_events`의 소스 열 수는 10개입니다.

```columns table=google_analytics.admin_key_events
key_event_id                            string pk           `key_event_id` 소스 필드.
resource_name                           string              `resource_name` 소스 필드.
property_id                             string              `property_id` 소스 필드.
event_name                              string              `event_name` 소스 필드.
create_time                             datetime            `create_time` 소스 필드.
deletable                               boolean             `deletable` 소스 필드.
custom                                  boolean             `custom` 소스 필드.
counting_method                         string              `counting_method` 소스 필드.
default_value_numeric_value             decimal(28,2)       `default_value_numeric_value` 소스 필드.
default_value_currency_code             string              `default_value_currency_code` 소스 필드.
```

### `admin_google_ads_links`

`titan.google_analytics.admin_google_ads_links`의 소스 열 수는 9개입니다.

```columns table=google_analytics.admin_google_ads_links
google_ads_link_id                      string pk           `google_ads_link_id` 소스 필드.
resource_name                           string              `resource_name` 소스 필드.
property_id                             string              `property_id` 소스 필드.
customer_id                             string              `customer_id` 소스 필드.
can_manage_clients                      boolean             `can_manage_clients` 소스 필드.
ads_personalization_enabled             boolean             `ads_personalization_enabled` 소스 필드.
create_time                             datetime            `create_time` 소스 필드.
update_time                             datetime            `update_time` 소스 필드.
creator_email_address                   string              `creator_email_address` 소스 필드.
```

### `admin_audiences`

`titan.google_analytics.admin_audiences`의 소스 열 수는 12개입니다.

```columns table=google_analytics.admin_audiences
audience_id                             string pk           `audience_id` 소스 필드.
resource_name                           string              `resource_name` 소스 필드.
property_id                             string              `property_id` 소스 필드.
display_name                            string              `display_name` 소스 필드.
description                             string              `description` 소스 필드.
membership_duration_days                integer             `membership_duration_days` 소스 필드.
ads_personalization_enabled             boolean             `ads_personalization_enabled` 소스 필드.
exclusion_duration_mode                 string              `exclusion_duration_mode` 소스 필드.
event_trigger_event_name                string              `event_trigger_event_name` 소스 필드.
event_trigger_log_condition             string              `event_trigger_log_condition` 소스 필드.
filter_clauses                          json                `filter_clauses` 소스 필드.
create_time                             datetime            `create_time` 소스 필드.
```

### `admin_calculated_metrics`

`titan.google_analytics.admin_calculated_metrics`의 소스 열 수는 9개입니다.

```columns table=google_analytics.admin_calculated_metrics
calculated_metric_id                    string pk           `calculated_metric_id` 소스 필드.
resource_name                           string              `resource_name` 소스 필드.
property_id                             string              `property_id` 소스 필드.
display_name                            string              `display_name` 소스 필드.
description                             string              `description` 소스 필드.
metric_unit                             string              `metric_unit` 소스 필드.
restricted_metric_type                  json                `restricted_metric_type` 소스 필드.
formula                                 string              `formula` 소스 필드.
invalid_metric_reference                boolean             `invalid_metric_reference` 소스 필드.
```

### `dimensions`

`titan.google_analytics.dimensions`의 소스 열 수는 7개입니다.

```columns table=google_analytics.dimensions
api_name                                string pk           `api_name` 소스 필드.
property_id                             string              `property_id` 소스 필드.
ui_name                                 string              `ui_name` 소스 필드.
description                             string              `description` 소스 필드.
category                                string              `category` 소스 필드.
custom_definition                       boolean             `custom_definition` 소스 필드.
deprecated_api_names                    json                `deprecated_api_names` 소스 필드.
```

### `metrics`

`titan.google_analytics.metrics`의 소스 열 수는 10개입니다.

```columns table=google_analytics.metrics
api_name                                string pk           `api_name` 소스 필드.
property_id                             string              `property_id` 소스 필드.
ui_name                                 string              `ui_name` 소스 필드.
description                             string              `description` 소스 필드.
category                                string              `category` 소스 필드.
custom_definition                       boolean             `custom_definition` 소스 필드.
deprecated_api_names                    json                `deprecated_api_names` 소스 필드.
type                                    string              `type` 소스 필드.
expression                              string              `expression` 소스 필드.
blocked_reasons                         json                `blocked_reasons` 소스 필드.
```

### `daily_active_users`

`titan.google_analytics.daily_active_users`의 소스 열 수는 2개입니다.

```columns table=google_analytics.daily_active_users
date                                    date pk             `date` 소스 필드.
active1day_users                        integer             `active1DayUsers` 소스 필드.
```

### `weekly_active_users`

`titan.google_analytics.weekly_active_users`의 소스 열 수는 2개입니다.

```columns table=google_analytics.weekly_active_users
date                                    date pk             `date` 소스 필드.
active7day_users                        integer             `active7DayUsers` 소스 필드.
```

### `four_weekly_active_users`

`titan.google_analytics.four_weekly_active_users`의 소스 열 수는 2개입니다.

```columns table=google_analytics.four_weekly_active_users
date                                    date pk             `date` 소스 필드.
active28day_users                       integer             `active28DayUsers` 소스 필드.
```

### `website_overview`

`titan.google_analytics.website_overview`의 소스 열 수는 9개입니다.

```columns table=google_analytics.website_overview
date                                    date pk             `date` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
sessions                                integer             `sessions` 소스 필드.
sessions_per_user                       decimal(28,6)       `sessionsPerUser` 소스 필드.
average_session_duration                decimal(28,6)       `averageSessionDuration` 소스 필드.
screen_page_views                       integer             `screenPageViews` 소스 필드.
screen_page_views_per_session           decimal(28,6)       `screenPageViewsPerSession` 소스 필드.
bounce_rate                             decimal(28,6)       `bounceRate` 소스 필드.
```

### `devices`

`titan.google_analytics.devices`의 소스 열 수는 12개입니다.

```columns table=google_analytics.devices
date                                    date pk             `date` 소스 필드.
device_category                         string pk           `deviceCategory` 소스 필드.
operating_system                        string pk           `operatingSystem` 소스 필드.
browser                                 string pk           `browser` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
sessions                                integer             `sessions` 소스 필드.
sessions_per_user                       decimal(28,6)       `sessionsPerUser` 소스 필드.
average_session_duration                decimal(28,6)       `averageSessionDuration` 소스 필드.
screen_page_views                       integer             `screenPageViews` 소스 필드.
screen_page_views_per_session           decimal(28,6)       `screenPageViewsPerSession` 소스 필드.
bounce_rate                             decimal(28,6)       `bounceRate` 소스 필드.
```

### `locations`

`titan.google_analytics.locations`의 소스 열 수는 12개입니다.

```columns table=google_analytics.locations
date                                    date pk             `date` 소스 필드.
country                                 string pk           `country` 소스 필드.
region                                  string pk           `region` 소스 필드.
city                                    string pk           `city` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
sessions                                integer             `sessions` 소스 필드.
sessions_per_user                       decimal(28,6)       `sessionsPerUser` 소스 필드.
average_session_duration                decimal(28,6)       `averageSessionDuration` 소스 필드.
screen_page_views                       integer             `screenPageViews` 소스 필드.
screen_page_views_per_session           decimal(28,6)       `screenPageViewsPerSession` 소스 필드.
bounce_rate                             decimal(28,6)       `bounceRate` 소스 필드.
```

### `pages`

`titan.google_analytics.pages`의 소스 열 수는 5개입니다.

```columns table=google_analytics.pages
date                                    date pk             `date` 소스 필드.
host_name                               string pk           `hostName` 소스 필드.
page_path_plus_query_string             string pk           `pagePathPlusQueryString` 소스 필드.
screen_page_views                       integer             `screenPageViews` 소스 필드.
bounce_rate                             decimal(28,6)       `bounceRate` 소스 필드.
```

### `traffic_sources`

`titan.google_analytics.traffic_sources`의 소스 열 수는 11개입니다.

```columns table=google_analytics.traffic_sources
date                                    date pk             `date` 소스 필드.
session_source                          string pk           `sessionSource` 소스 필드.
session_medium                          string pk           `sessionMedium` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
sessions                                integer             `sessions` 소스 필드.
sessions_per_user                       decimal(28,6)       `sessionsPerUser` 소스 필드.
average_session_duration                decimal(28,6)       `averageSessionDuration` 소스 필드.
screen_page_views                       integer             `screenPageViews` 소스 필드.
screen_page_views_per_session           decimal(28,6)       `screenPageViewsPerSession` 소스 필드.
bounce_rate                             decimal(28,6)       `bounceRate` 소스 필드.
```

### `user_acquisition_first_user_medium`

`titan.google_analytics.user_acquisition_first_user_medium`의 소스 열 수는 10개입니다.

```columns table=google_analytics.user_acquisition_first_user_medium
date                                    date pk             `date` 소스 필드.
first_user_medium                       string pk           `firstUserMedium` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `user_acquisition_first_user_source`

`titan.google_analytics.user_acquisition_first_user_source`의 소스 열 수는 10개입니다.

```columns table=google_analytics.user_acquisition_first_user_source
date                                    date pk             `date` 소스 필드.
first_user_source                       string pk           `firstUserSource` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `user_acquisition_first_user_source_medium`

`titan.google_analytics.user_acquisition_first_user_source_medium`의 소스 열 수는 10개입니다.

```columns table=google_analytics.user_acquisition_first_user_source_medium
date                                    date pk             `date` 소스 필드.
first_user_source_medium                string pk           `firstUserSourceMedium` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `user_acquisition_first_user_source_platform`

`titan.google_analytics.user_acquisition_first_user_source_platform`의 소스 열 수는 10개입니다.

```columns table=google_analytics.user_acquisition_first_user_source_platform
date                                    date pk             `date` 소스 필드.
first_user_source_platform              string pk           `firstUserSourcePlatform` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `user_acquisition_first_user_campaign`

`titan.google_analytics.user_acquisition_first_user_campaign`의 소스 열 수는 10개입니다.

```columns table=google_analytics.user_acquisition_first_user_campaign
date                                    date pk             `date` 소스 필드.
first_user_campaign_name                string pk           `firstUserCampaignName` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
user_engagement_duration                decimal(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개입니다.

```columns table=google_analytics.user_acquisition_first_user_google_ads_ad_network_type
date                                    date pk             `date` 소스 필드.
first_user_google_ads_ad_network_type   string pk           `firstUserGoogleAdsAdNetworkType` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
user_engagement_duration                decimal(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개입니다.

```columns table=google_analytics.user_acquisition_first_user_google_ads_ad_group_name
date                                    date pk             `date` 소스 필드.
first_user_google_ads_ad_group_name     string pk           `firstUserGoogleAdsAdGroupName` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `traffic_acquisition_session_source_medium`

`titan.google_analytics.traffic_acquisition_session_source_medium`의 소스 열 수는 11개입니다.

```columns table=google_analytics.traffic_acquisition_session_source_medium
date                                    date pk             `date` 소스 필드.
session_source_medium                   string pk           `sessionSourceMedium` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
sessions                                integer             `sessions` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
events_per_session                      decimal(28,6)       `eventsPerSession` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `traffic_acquisition_session_medium`

`titan.google_analytics.traffic_acquisition_session_medium`의 소스 열 수는 11개입니다.

```columns table=google_analytics.traffic_acquisition_session_medium
date                                    date pk             `date` 소스 필드.
session_medium                          string pk           `sessionMedium` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
sessions                                integer             `sessions` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
events_per_session                      decimal(28,6)       `eventsPerSession` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `traffic_acquisition_session_source`

`titan.google_analytics.traffic_acquisition_session_source`의 소스 열 수는 11개입니다.

```columns table=google_analytics.traffic_acquisition_session_source
date                                    date pk             `date` 소스 필드.
session_source                          string pk           `sessionSource` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
sessions                                integer             `sessions` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
events_per_session                      decimal(28,6)       `eventsPerSession` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `traffic_acquisition_session_campaign`

`titan.google_analytics.traffic_acquisition_session_campaign`의 소스 열 수는 11개입니다.

```columns table=google_analytics.traffic_acquisition_session_campaign
date                                    date pk             `date` 소스 필드.
session_campaign_name                   string pk           `sessionCampaignName` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
sessions                                integer             `sessions` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
events_per_session                      decimal(28,6)       `eventsPerSession` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `traffic_acquisition_session_default_channel_group`

`titan.google_analytics.traffic_acquisition_session_default_channel_group`의 소스 열 수는 11개입니다.

```columns table=google_analytics.traffic_acquisition_session_default_channel_group
date                                    date pk             `date` 소스 필드.
session_default_channel_group           string pk           `sessionDefaultChannelGroup` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
sessions                                integer             `sessions` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
events_per_session                      decimal(28,6)       `eventsPerSession` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `traffic_acquisition_session_source_platform`

`titan.google_analytics.traffic_acquisition_session_source_platform`의 소스 열 수는 11개입니다.

```columns table=google_analytics.traffic_acquisition_session_source_platform
date                                    date pk             `date` 소스 필드.
session_source_platform                 string pk           `sessionSourcePlatform` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
sessions                                integer             `sessions` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
events_per_session                      decimal(28,6)       `eventsPerSession` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `events`

`titan.google_analytics.events`의 소스 열 수는 6개입니다.

```columns table=google_analytics.events
date                                    date pk             `date` 소스 필드.
event_name                              string pk           `eventName` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
event_count_per_user                    decimal(28,6)       `eventCountPerUser` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `weekly_events`

`titan.google_analytics.weekly_events`의 소스 열 수는 6개입니다.

```columns table=google_analytics.weekly_events
year_week                               string pk           `yearWeek` 소스 필드.
event_name                              string pk           `eventName` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
event_count_per_user                    decimal(28,6)       `eventCountPerUser` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `key_events`

`titan.google_analytics.key_events`의 소스 열 수는 5개입니다.

```columns table=google_analytics.key_events
date                                    date pk             `date` 소스 필드.
event_name                              string pk           `eventName` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `pages_path`

`titan.google_analytics.pages_path`의 소스 열 수는 9개입니다.

```columns table=google_analytics.pages_path
date                                    date pk             `date` 소스 필드.
page_path                               string pk           `pagePath` 소스 필드.
screen_page_views                       integer             `screenPageViews` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `pages_title_screen_class`

`titan.google_analytics.pages_title_screen_class`의 소스 열 수는 9개입니다.

```columns table=google_analytics.pages_title_screen_class
date                                    date pk             `date` 소스 필드.
unified_screen_class                    string pk           `unifiedScreenClass` 소스 필드.
screen_page_views                       integer             `screenPageViews` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `pages_title_screen_name`

`titan.google_analytics.pages_title_screen_name`의 소스 열 수는 9개입니다.

```columns table=google_analytics.pages_title_screen_name
date                                    date pk             `date` 소스 필드.
unified_screen_name                     string pk           `unifiedScreenName` 소스 필드.
screen_page_views                       integer             `screenPageViews` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `content_group`

`titan.google_analytics.content_group`의 소스 열 수는 9개입니다.

```columns table=google_analytics.content_group
date                                    date pk             `date` 소스 필드.
content_group                           string pk           `contentGroup` 소스 필드.
screen_page_views                       integer             `screenPageViews` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
user_engagement_duration                decimal(28,6)       `userEngagementDuration` 소스 필드.
```

### `ecommerce_purchases_item_name`

`titan.google_analytics.ecommerce_purchases_item_name`의 소스 열 수는 8개입니다.

```columns table=google_analytics.ecommerce_purchases_item_name
date                                    date pk             `date` 소스 필드.
item_name                               string pk           `itemName` 소스 필드.
cart_to_view_rate                       decimal(28,6)       `cartToViewRate` 소스 필드.
purchase_to_view_rate                   decimal(28,6)       `purchaseToViewRate` 소스 필드.
items_purchased                         integer             `itemsPurchased` 소스 필드.
item_revenue                            decimal(28,2)       `itemRevenue` 소스 필드.
items_added_to_cart                     integer             `itemsAddedToCart` 소스 필드.
items_viewed                            integer             `itemsViewed` 소스 필드.
```

### `ecommerce_purchases_item_id`

`titan.google_analytics.ecommerce_purchases_item_id`의 소스 열 수는 8개입니다.

```columns table=google_analytics.ecommerce_purchases_item_id
date                                    date pk             `date` 소스 필드.
item_id                                 string pk           `itemId` 소스 필드.
cart_to_view_rate                       decimal(28,6)       `cartToViewRate` 소스 필드.
purchase_to_view_rate                   decimal(28,6)       `purchaseToViewRate` 소스 필드.
items_purchased                         integer             `itemsPurchased` 소스 필드.
item_revenue                            decimal(28,2)       `itemRevenue` 소스 필드.
items_added_to_cart                     integer             `itemsAddedToCart` 소스 필드.
items_viewed                            integer             `itemsViewed` 소스 필드.
```

### `ecommerce_purchases_item_brand`

`titan.google_analytics.ecommerce_purchases_item_brand`의 소스 열 수는 8개입니다.

```columns table=google_analytics.ecommerce_purchases_item_brand
date                                    date pk             `date` 소스 필드.
item_brand                              string pk           `itemBrand` 소스 필드.
cart_to_view_rate                       decimal(28,6)       `cartToViewRate` 소스 필드.
purchase_to_view_rate                   decimal(28,6)       `purchaseToViewRate` 소스 필드.
items_purchased                         integer             `itemsPurchased` 소스 필드.
item_revenue                            decimal(28,2)       `itemRevenue` 소스 필드.
items_added_to_cart                     integer             `itemsAddedToCart` 소스 필드.
items_viewed                            integer             `itemsViewed` 소스 필드.
```

### `ecommerce_purchases_item_category`

`titan.google_analytics.ecommerce_purchases_item_category`의 소스 열 수는 8개입니다.

```columns table=google_analytics.ecommerce_purchases_item_category
date                                    date pk             `date` 소스 필드.
item_category                           string pk           `itemCategory` 소스 필드.
cart_to_view_rate                       decimal(28,6)       `cartToViewRate` 소스 필드.
purchase_to_view_rate                   decimal(28,6)       `purchaseToViewRate` 소스 필드.
items_purchased                         integer             `itemsPurchased` 소스 필드.
item_revenue                            decimal(28,2)       `itemRevenue` 소스 필드.
items_added_to_cart                     integer             `itemsAddedToCart` 소스 필드.
items_viewed                            integer             `itemsViewed` 소스 필드.
```

### `ecommerce_purchases_item_category_2`

`titan.google_analytics.ecommerce_purchases_item_category_2`의 소스 열 수는 8개입니다.

```columns table=google_analytics.ecommerce_purchases_item_category_2
date                                    date pk             `date` 소스 필드.
item_category2                          string pk           `itemCategory2` 소스 필드.
cart_to_view_rate                       decimal(28,6)       `cartToViewRate` 소스 필드.
purchase_to_view_rate                   decimal(28,6)       `purchaseToViewRate` 소스 필드.
items_purchased                         integer             `itemsPurchased` 소스 필드.
item_revenue                            decimal(28,2)       `itemRevenue` 소스 필드.
items_added_to_cart                     integer             `itemsAddedToCart` 소스 필드.
items_viewed                            integer             `itemsViewed` 소스 필드.
```

### `ecommerce_purchases_item_category_3`

`titan.google_analytics.ecommerce_purchases_item_category_3`의 소스 열 수는 8개입니다.

```columns table=google_analytics.ecommerce_purchases_item_category_3
date                                    date pk             `date` 소스 필드.
item_category3                          string pk           `itemCategory3` 소스 필드.
cart_to_view_rate                       decimal(28,6)       `cartToViewRate` 소스 필드.
purchase_to_view_rate                   decimal(28,6)       `purchaseToViewRate` 소스 필드.
items_purchased                         integer             `itemsPurchased` 소스 필드.
item_revenue                            decimal(28,2)       `itemRevenue` 소스 필드.
items_added_to_cart                     integer             `itemsAddedToCart` 소스 필드.
items_viewed                            integer             `itemsViewed` 소스 필드.
```

### `ecommerce_purchases_item_category_4`

`titan.google_analytics.ecommerce_purchases_item_category_4`의 소스 열 수는 8개입니다.

```columns table=google_analytics.ecommerce_purchases_item_category_4
date                                    date pk             `date` 소스 필드.
item_category4                          string pk           `itemCategory4` 소스 필드.
cart_to_view_rate                       decimal(28,6)       `cartToViewRate` 소스 필드.
purchase_to_view_rate                   decimal(28,6)       `purchaseToViewRate` 소스 필드.
items_purchased                         integer             `itemsPurchased` 소스 필드.
item_revenue                            decimal(28,2)       `itemRevenue` 소스 필드.
items_added_to_cart                     integer             `itemsAddedToCart` 소스 필드.
items_viewed                            integer             `itemsViewed` 소스 필드.
```

### `ecommerce_purchases_item_category_5`

`titan.google_analytics.ecommerce_purchases_item_category_5`의 소스 열 수는 8개입니다.

```columns table=google_analytics.ecommerce_purchases_item_category_5
date                                    date pk             `date` 소스 필드.
item_category5                          string pk           `itemCategory5` 소스 필드.
cart_to_view_rate                       decimal(28,6)       `cartToViewRate` 소스 필드.
purchase_to_view_rate                   decimal(28,6)       `purchaseToViewRate` 소스 필드.
items_purchased                         integer             `itemsPurchased` 소스 필드.
item_revenue                            decimal(28,2)       `itemRevenue` 소스 필드.
items_added_to_cart                     integer             `itemsAddedToCart` 소스 필드.
items_viewed                            integer             `itemsViewed` 소스 필드.
```

### `ecommerce_purchases_item_category_combined`

`titan.google_analytics.ecommerce_purchases_item_category_combined`의 소스 열 수는 12개입니다.

```columns table=google_analytics.ecommerce_purchases_item_category_combined
date                                    date pk             `date` 소스 필드.
item_category                           string pk           `itemCategory` 소스 필드.
item_category2                          string pk           `itemCategory2` 소스 필드.
item_category3                          string pk           `itemCategory3` 소스 필드.
item_category4                          string pk           `itemCategory4` 소스 필드.
item_category5                          string pk           `itemCategory5` 소스 필드.
cart_to_view_rate                       decimal(28,6)       `cartToViewRate` 소스 필드.
purchase_to_view_rate                   decimal(28,6)       `purchaseToViewRate` 소스 필드.
items_purchased                         integer             `itemsPurchased` 소스 필드.
item_revenue                            decimal(28,2)       `itemRevenue` 소스 필드.
items_added_to_cart                     integer             `itemsAddedToCart` 소스 필드.
items_viewed                            integer             `itemsViewed` 소스 필드.
```

### `publisher_ads_ad_unit`

`titan.google_analytics.publisher_ads_ad_unit`의 소스 열 수는 6개입니다.

```columns table=google_analytics.publisher_ads_ad_unit
date                                    date pk             `date` 소스 필드.
ad_unit_name                            string pk           `adUnitName` 소스 필드.
publisher_ad_impressions                integer             `publisherAdImpressions` 소스 필드.
ad_unit_exposure                        decimal(28,6)       `adUnitExposure` 소스 필드.
publisher_ad_clicks                     integer             `publisherAdClicks` 소스 필드.
total_ad_revenue                        decimal(28,2)       `totalAdRevenue` 소스 필드.
```

### `publisher_ads_page_path`

`titan.google_analytics.publisher_ads_page_path`의 소스 열 수는 6개입니다.

```columns table=google_analytics.publisher_ads_page_path
date                                    date pk             `date` 소스 필드.
page_path                               string pk           `pagePath` 소스 필드.
publisher_ad_impressions                integer             `publisherAdImpressions` 소스 필드.
ad_unit_exposure                        decimal(28,6)       `adUnitExposure` 소스 필드.
publisher_ad_clicks                     integer             `publisherAdClicks` 소스 필드.
total_ad_revenue                        decimal(28,2)       `totalAdRevenue` 소스 필드.
```

### `publisher_ads_ad_format`

`titan.google_analytics.publisher_ads_ad_format`의 소스 열 수는 6개입니다.

```columns table=google_analytics.publisher_ads_ad_format
date                                    date pk             `date` 소스 필드.
ad_format                               string pk           `adFormat` 소스 필드.
publisher_ad_impressions                integer             `publisherAdImpressions` 소스 필드.
ad_unit_exposure                        decimal(28,6)       `adUnitExposure` 소스 필드.
publisher_ad_clicks                     integer             `publisherAdClicks` 소스 필드.
total_ad_revenue                        decimal(28,2)       `totalAdRevenue` 소스 필드.
```

### `publisher_ads_ad_source`

`titan.google_analytics.publisher_ads_ad_source`의 소스 열 수는 6개입니다.

```columns table=google_analytics.publisher_ads_ad_source
date                                    date pk             `date` 소스 필드.
ad_source_name                          string pk           `adSourceName` 소스 필드.
publisher_ad_impressions                integer             `publisherAdImpressions` 소스 필드.
ad_unit_exposure                        decimal(28,6)       `adUnitExposure` 소스 필드.
publisher_ad_clicks                     integer             `publisherAdClicks` 소스 필드.
total_ad_revenue                        decimal(28,2)       `totalAdRevenue` 소스 필드.
```

### `demographic_country`

`titan.google_analytics.demographic_country`의 소스 열 수는 8개입니다.

```columns table=google_analytics.demographic_country
date                                    date pk             `date` 소스 필드.
country                                 string pk           `country` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `demographic_region`

`titan.google_analytics.demographic_region`의 소스 열 수는 8개입니다.

```columns table=google_analytics.demographic_region
date                                    date pk             `date` 소스 필드.
region                                  string pk           `region` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `demographic_city`

`titan.google_analytics.demographic_city`의 소스 열 수는 8개입니다.

```columns table=google_analytics.demographic_city
date                                    date pk             `date` 소스 필드.
city                                    string pk           `city` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `demographic_language`

`titan.google_analytics.demographic_language`의 소스 열 수는 8개입니다.

```columns table=google_analytics.demographic_language
date                                    date pk             `date` 소스 필드.
language                                string pk           `language` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `demographic_age`

`titan.google_analytics.demographic_age`의 소스 열 수는 8개입니다.

```columns table=google_analytics.demographic_age
date                                    date pk             `date` 소스 필드.
user_age_bracket                        string pk           `userAgeBracket` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `demographic_gender`

`titan.google_analytics.demographic_gender`의 소스 열 수는 8개입니다.

```columns table=google_analytics.demographic_gender
date                                    date pk             `date` 소스 필드.
user_gender                             string pk           `userGender` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `demographic_interest`

`titan.google_analytics.demographic_interest`의 소스 열 수는 8개입니다.

```columns table=google_analytics.demographic_interest
date                                    date pk             `date` 소스 필드.
branding_interest                       string pk           `brandingInterest` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `tech_browser`

`titan.google_analytics.tech_browser`의 소스 열 수는 9개입니다.

```columns table=google_analytics.tech_browser
date                                    date pk             `date` 소스 필드.
browser                                 string pk           `browser` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `tech_device_category`

`titan.google_analytics.tech_device_category`의 소스 열 수는 9개입니다.

```columns table=google_analytics.tech_device_category
date                                    date pk             `date` 소스 필드.
device_category                         string pk           `deviceCategory` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `tech_device_model`

`titan.google_analytics.tech_device_model`의 소스 열 수는 9개입니다.

```columns table=google_analytics.tech_device_model
date                                    date pk             `date` 소스 필드.
device_model                            string pk           `deviceModel` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `tech_screen_resolution`

`titan.google_analytics.tech_screen_resolution`의 소스 열 수는 9개입니다.

```columns table=google_analytics.tech_screen_resolution
date                                    date pk             `date` 소스 필드.
screen_resolution                       string pk           `screenResolution` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `tech_app_version`

`titan.google_analytics.tech_app_version`의 소스 열 수는 9개입니다.

```columns table=google_analytics.tech_app_version
date                                    date pk             `date` 소스 필드.
app_version                             string pk           `appVersion` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `tech_platform`

`titan.google_analytics.tech_platform`의 소스 열 수는 9개입니다.

```columns table=google_analytics.tech_platform
date                                    date pk             `date` 소스 필드.
platform                                string pk           `platform` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `tech_platform_device_category`

`titan.google_analytics.tech_platform_device_category`의 소스 열 수는 9개입니다.

```columns table=google_analytics.tech_platform_device_category
date                                    date pk             `date` 소스 필드.
platform_device_category                string pk           `platformDeviceCategory` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `tech_operating_system`

`titan.google_analytics.tech_operating_system`의 소스 열 수는 9개입니다.

```columns table=google_analytics.tech_operating_system
date                                    date pk             `date` 소스 필드.
operating_system                        string pk           `operatingSystem` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

### `tech_os_with_version`

`titan.google_analytics.tech_os_with_version`의 소스 열 수는 9개입니다.

```columns table=google_analytics.tech_os_with_version
date                                    date pk             `date` 소스 필드.
operating_system_with_version           string pk           `operatingSystemWithVersion` 소스 필드.
total_users                             integer             `totalUsers` 소스 필드.
new_users                               integer             `newUsers` 소스 필드.
engaged_sessions                        integer             `engagedSessions` 소스 필드.
engagement_rate                         decimal(28,6)       `engagementRate` 소스 필드.
event_count                             integer             `eventCount` 소스 필드.
key_events                              decimal(28,6)       `keyEvents` 소스 필드.
total_revenue                           decimal(28,2)       `totalRevenue` 소스 필드.
```

## 삭제와 이력

행은 소스 키로 병합됩니다. 소스에서 행 삭제를 입증할 수 있으면 Supernova는 행을 유지하고 `_deleted`를 설정합니다. 따라서 쿼리에서 이력을 포함할지 선택할 수 있습니다. 현재 상태를 조회하는 쿼리에는 `where not _deleted` 필터를 사용하세요.
