---
title: Google Ads
description: Google Ads에 연결하고 동기화 동작을 파악하며 기록되는 모든 테이블과 열을 쿼리합니다.
species: reference
---
# Google Ads

Google OAuth, 고객 ID, 선택 사항인 관리자 ID를 사용해 Google Ads에 연결합니다. 이 소스는 `titan.google_ads` 아래에 고정 테이블 42개를 기록합니다.
```sql
select
  id,
  descriptive_name,
  currency_code
from titan.google_ads.customer
limit 10
```

## Google Ads 연결

1. **앱**을 열고 **앱 연결**을 선택한 뒤 **Google Ads** 항목을 선택합니다.
2. Google OAuth, 고객 ID, 선택 사항인 관리자 ID를 입력합니다.
3. 테이블을 확인한 뒤 소스를 저장합니다.
4. 첫 실행이 완료될 때까지 **동기화 기록**을 확인합니다.

자격 증명은 비밀 정보로 저장됩니다. 레이크 열이 되거나 쿼리 결과에 나타나지 않습니다.

## 동기화 동작

엔터티 테이블과 성과 테이블은 연결된 계정 범위를 공유합니다. 계정은 설정 중에 선택합니다.

새 소스는 연결할 때 동기화한 다음 설정된 일정을 따릅니다. 기본 반복 간격은 4시간입니다. 실행이 중단되어도 완료한 진행 상황을 유지하며 안전하게 재시도합니다.

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

## 테이블 참조

### `customer`

`titan.google_ads.customer`의 소스 열 수는 10개입니다.

```columns table=google_ads.customer
id                                      string pk           `id` 소스 필드.
descriptive_name                        string              `descriptiveName` 소스 필드.
currency_code                           string              `currencyCode` 소스 필드.
time_zone                               string              `timeZone` 소스 필드.
status                                  string              `status` 소스 필드.
auto_tagging_enabled                    boolean             `autoTaggingEnabled` 소스 필드.
manager                                 boolean             `manager` 소스 필드.
test_account                            boolean             `testAccount` 소스 필드.
optimization_score                      float               `optimizationScore` 소스 필드.
has_partners_badge                      boolean             `hasPartnersBadge` 소스 필드.
```

### `campaign`

`titan.google_ads.campaign`의 소스 열 수는 27개입니다.

```columns table=google_ads.campaign
id                                      string pk           `id` 소스 필드.
name                                    string              `name` 소스 필드.
status                                  string              `status` 소스 필드.
advertising_channel_type                string              `advertisingChannelType` 소스 필드.
advertising_channel_sub_type            string              `advertisingChannelSubType` 소스 필드.
bidding_strategy_type                   string              `biddingStrategyType` 소스 필드.
budget_id                               string              `budgetId` 소스 필드.
bidding_strategy_id                     string              `biddingStrategyId` 소스 필드.
start_date_time                         datetime            `startDateTime` 소스 필드.
end_date_time                           datetime            `endDateTime` 소스 필드.
serving_status                          string              `servingStatus` 소스 필드.
payment_mode                            string              `paymentMode` 소스 필드.
optimization_score                      float               `optimizationScore` 소스 필드.
target_google_search                    boolean             `targetGoogleSearch` 소스 필드.
target_search_network                   boolean             `targetSearchNetwork` 소스 필드.
target_content_network                  boolean             `targetContentNetwork` 소스 필드.
target_partner_search_network           boolean             `targetPartnerSearchNetwork` 소스 필드.
shopping_merchant_id                    string              `shoppingMerchantId` 소스 필드.
shopping_feed_label                     string              `shoppingFeedLabel` 소스 필드.
shopping_campaign_priority              integer             `shoppingCampaignPriority` 소스 필드.
shopping_enable_local                   boolean             `shoppingEnableLocal` 소스 필드.
base_campaign_id                        string              `baseCampaignId` 소스 필드.
labels                                  json                `labels` 소스 필드.
dsa_domain_name                         string              `dsaDomainName` 소스 필드.
dsa_language_code                       string              `dsaLanguageCode` 소스 필드.
app_id                                  string              `appId` 소스 필드.
app_store                               string              `appStore` 소스 필드.
```

### `campaign_budget`

`titan.google_ads.campaign_budget`의 소스 열 수는 12개입니다.

```columns table=google_ads.campaign_budget
id                                      string pk           `id` 소스 필드.
name                                    string              `name` 소스 필드.
amount_micros                           integer             `amountMicros` 소스 필드.
total_amount_micros                     integer             `totalAmountMicros` 소스 필드.
status                                  string              `status` 소스 필드.
period                                  string              `period` 소스 필드.
type                                    string              `type` 소스 필드.
explicitly_shared                       boolean             `explicitlyShared` 소스 필드.
reference_count                         integer             `referenceCount` 소스 필드.
has_recommended_budget                  boolean             `hasRecommendedBudget` 소스 필드.
recommended_budget_amount_micros        integer             `recommendedBudgetAmountMicros` 소스 필드.
aligned_bidding_strategy_id             string              `alignedBiddingStrategyId` 소스 필드.
```

### `ad_group`

`titan.google_ads.ad_group`의 소스 열 수는 22개입니다.

```columns table=google_ads.ad_group
id                                      string pk           `id` 소스 필드.
name                                    string              `name` 소스 필드.
status                                  string              `status` 소스 필드.
type                                    string              `type` 소스 필드.
campaign_id                             string              `campaignId` 소스 필드.
cpc_bid_micros                          integer             `cpcBidMicros` 소스 필드.
effective_cpc_bid_micros                integer             `effectiveCpcBidMicros` 소스 필드.
cpm_bid_micros                          integer             `cpmBidMicros` 소스 필드.
target_cpa_micros                       integer             `targetCpaMicros` 소스 필드.
target_roas                             decimal(28,6)       `targetRoas` 소스 필드.
cpv_bid_micros                          integer             `cpvBidMicros` 소스 필드.
target_cpm_micros                       integer             `targetCpmMicros` 소스 필드.
target_cpv_micros                       integer             `targetCpvMicros` 소스 필드.
target_cpc_micros                       integer             `targetCpcMicros` 소스 필드.
percent_cpc_bid_micros                  integer             `percentCpcBidMicros` 소스 필드.
fixed_cpm_micros                        integer             `fixedCpmMicros` 소스 필드.
effective_target_cpa_micros             integer             `effectiveTargetCpaMicros` 소스 필드.
effective_target_roas                   decimal(28,6)       `effectiveTargetRoas` 소스 필드.
effective_target_cpc                    integer             `effectiveTargetCpc` 소스 필드.
optimized_targeting_enabled             boolean             `optimizedTargetingEnabled` 소스 필드.
labels                                  json                `labels` 소스 필드.
base_ad_group_id                        string              `baseAdGroupId` 소스 필드.
```

### `ad_group_ad`

`titan.google_ads.ad_group_ad`의 소스 열 수는 14개입니다.

```columns table=google_ads.ad_group_ad
ad_id                                   string pk           `adId` 소스 필드.
ad_group_id                             string pk           `adGroupId` 소스 필드.
campaign_id                             string              `campaignId` 소스 필드.
status                                  string              `status` 소스 필드.
ad_type                                 string              `adType` 소스 필드.
ad_strength                             string              `adStrength` 소스 필드.
name                                    string              `name` 소스 필드.
final_urls                              json                `finalUrls` 소스 필드.
final_mobile_urls                       json                `finalMobileUrls` 소스 필드.
display_url                             string              `displayUrl` 소스 필드.
added_by_google_ads                     boolean             `addedByGoogleAds` 소스 필드.
path1                                   string              `path1` 소스 필드.
path2                                   string              `path2` 소스 필드.
labels                                  json                `labels` 소스 필드.
```

### `ad_group_criterion`

`titan.google_ads.ad_group_criterion`의 소스 열 수는 19개입니다.

```columns table=google_ads.ad_group_criterion
criterion_id                            string pk           `criterionId` 소스 필드.
ad_group_id                             string pk           `adGroupId` 소스 필드.
campaign_id                             string              `campaignId` 소스 필드.
type                                    string              `type` 소스 필드.
status                                  string              `status` 소스 필드.
display_name                            string              `displayName` 소스 필드.
negative                                boolean             `negative` 소스 필드.
keyword_text                            string              `keywordText` 소스 필드.
keyword_match_type                      string              `keywordMatchType` 소스 필드.
quality_score                           integer             `qualityScore` 소스 필드.
creative_quality_score                  string              `creativeQualityScore` 소스 필드.
post_click_quality_score                string              `postClickQualityScore` 소스 필드.
search_predicted_ctr                    string              `searchPredictedCtr` 소스 필드.
bid_modifier                            decimal(28,6)       `bidModifier` 소스 필드.
cpc_bid_micros                          integer             `cpcBidMicros` 소스 필드.
effective_cpc_bid_micros                integer             `effectiveCpcBidMicros` 소스 필드.
final_urls                              json                `finalUrls` 소스 필드.
labels                                  json                `labels` 소스 필드.
base_campaign_id                        string              `baseCampaignId` 소스 필드.
```

### `campaign_criterion`

`titan.google_ads.campaign_criterion`의 소스 열 수는 34개입니다.

```columns table=google_ads.campaign_criterion
criterion_id                            string pk           `criterionId` 소스 필드.
campaign_id                             string pk           `campaignId` 소스 필드.
type                                    string              `type` 소스 필드.
status                                  string              `status` 소스 필드.
display_name                            string              `displayName` 소스 필드.
negative                                boolean             `negative` 소스 필드.
bid_modifier                            decimal(28,6)       `bidModifier` 소스 필드.
geo_target_constant_id                  string              `geoTargetConstantId` 소스 필드.
language_constant_id                    string              `languageConstantId` 소스 필드.
language_code                           string              `languageCode` 소스 필드.
language_name                           string              `languageName` 소스 필드.
keyword_text                            string              `keywordText` 소스 필드.
keyword_match_type                      string              `keywordMatchType` 소스 필드.
device_type                             string              `deviceType` 소스 필드.
age_range_type                          string              `ageRangeType` 소스 필드.
gender_type                             string              `genderType` 소스 필드.
income_range_type                       string              `incomeRangeType` 소스 필드.
parental_status_type                    string              `parentalStatusType` 소스 필드.
user_interest_id                        string              `userInterestId` 소스 필드.
user_list_id                            string              `userListId` 소스 필드.
placement_url                           string              `placementUrl` 소스 필드.
topic_constant_id                       string              `topicConstantId` 소스 필드.
youtube_channel_id                      string              `youtubeChannelId` 소스 필드.
youtube_video_id                        string              `youtubeVideoId` 소스 필드.
carrier_country_code                    string              `carrierCountryCode` 소스 필드.
carrier_name                            string              `carrierName` 소스 필드.
mobile_device_id                        string              `mobileDeviceId` 소스 필드.
operating_system_version_id             string              `operatingSystemVersionId` 소스 필드.
content_label_type                      string              `contentLabelType` 소스 필드.
ip_block_ip_address                     string              `ipBlockIpAddress` 소스 필드.
mobile_app_category_id                  string              `mobileAppCategoryId` 소스 필드.
mobile_application_app_id               string              `mobileApplicationAppId` 소스 필드.
mobile_application_name                 string              `mobileApplicationName` 소스 필드.
mobile_app_category_name                string              `mobileAppCategoryName` 소스 필드.
```

### `conversion_action`

`titan.google_ads.conversion_action`의 소스 열 수는 19개입니다.

```columns table=google_ads.conversion_action
id                                      string pk           `id` 소스 필드.
name                                    string              `name` 소스 필드.
status                                  string              `status` 소스 필드.
type                                    string              `type` 소스 필드.
category                                string              `category` 소스 필드.
origin                                  string              `origin` 소스 필드.
primary_for_goal                        boolean             `primaryForGoal` 소스 필드.
owner_customer_id                       string              `ownerCustomerId` 소스 필드.
include_in_conversions_metric           boolean             `includeInConversionsMetric` 소스 필드.
counting_type                           string              `countingType` 소스 필드.
click_through_lookback_window_days      integer             `clickThroughLookbackWindowDays` 소스 필드.
view_through_lookback_window_days       integer             `viewThroughLookbackWindowDays` 소스 필드.
phone_call_duration_seconds             integer             `phoneCallDurationSeconds` 소스 필드.
app_id                                  string              `appId` 소스 필드.
default_value                           decimal(28,6)       `defaultValue` 소스 필드.
default_currency_code                   string              `defaultCurrencyCode` 소스 필드.
always_use_default_value                boolean             `alwaysUseDefaultValue` 소스 필드.
attribution_model                       string              `attributionModel` 소스 필드.
data_driven_model_status                string              `dataDrivenModelStatus` 소스 필드.
```

### `bidding_strategy`

`titan.google_ads.bidding_strategy`의 소스 열 수는 15개입니다.

```columns table=google_ads.bidding_strategy
id                                      string pk           `id` 소스 필드.
name                                    string              `name` 소스 필드.
status                                  string              `status` 소스 필드.
type                                    string              `type` 소스 필드.
currency_code                           string              `currencyCode` 소스 필드.
effective_currency_code                 string              `effectiveCurrencyCode` 소스 필드.
aligned_campaign_budget_id              string              `alignedCampaignBudgetId` 소스 필드.
campaign_count                          integer             `campaignCount` 소스 필드.
non_removed_campaign_count              integer             `nonRemovedCampaignCount` 소스 필드.
target_cpa_micros                       integer             `targetCpaMicros` 소스 필드.
target_roas                             decimal(28,6)       `targetRoas` 소스 필드.
cpc_bid_ceiling_micros                  integer             `cpcBidCeilingMicros` 소스 필드.
cpc_bid_floor_micros                    integer             `cpcBidFloorMicros` 소스 필드.
target_impression_share_micros          integer             `targetImpressionShareMicros` 소스 필드.
target_impression_share_location        string              `targetImpressionShareLocation` 소스 필드.
```

### `label`

`titan.google_ads.label`의 소스 열 수는 5개입니다.

```columns table=google_ads.label
id                                      string pk           `id` 소스 필드.
name                                    string              `name` 소스 필드.
status                                  string              `status` 소스 필드.
background_color                        string              `backgroundColor` 소스 필드.
description                             string              `description` 소스 필드.
```

### `audience`

`titan.google_ads.audience`의 소스 열 수는 6개입니다.

```columns table=google_ads.audience
id                                      string pk           `id` 소스 필드.
name                                    string              `name` 소스 필드.
status                                  string              `status` 소스 필드.
description                             string              `description` 소스 필드.
scope                                   string              `scope` 소스 필드.
dimensions                              json                `dimensions` 소스 필드.
```

### `user_interest`

`titan.google_ads.user_interest`의 소스 열 수는 5개입니다.

```columns table=google_ads.user_interest
id                                      string pk           `id` 소스 필드.
name                                    string              `name` 소스 필드.
taxonomy_type                           string              `taxonomyType` 소스 필드.
parent_id                               string              `parentId` 소스 필드.
launched_to_all                         boolean             `launchedToAll` 소스 필드.
```

### `asset_group`

`titan.google_ads.asset_group`의 소스 열 수는 11개입니다.

```columns table=google_ads.asset_group
id                                      string pk           `id` 소스 필드.
campaign_id                             string              `campaignId` 소스 필드.
name                                    string              `name` 소스 필드.
status                                  string              `status` 소스 필드.
primary_status                          string              `primaryStatus` 소스 필드.
ad_strength                             string              `adStrength` 소스 필드.
path1                                   string              `path1` 소스 필드.
path2                                   string              `path2` 소스 필드.
final_urls                              json                `finalUrls` 소스 필드.
final_mobile_urls                       json                `finalMobileUrls` 소스 필드.
primary_status_reasons                  json                `primaryStatusReasons` 소스 필드.
```

### `asset_group_asset`

`titan.google_ads.asset_group_asset`의 소스 열 수는 5개입니다.

```columns table=google_ads.asset_group_asset
asset_group_id                          string pk           `assetGroupId` 소스 필드.
asset_id                                string pk           `assetId` 소스 필드.
field_type                              string pk           `fieldType` 소스 필드.
status                                  string              `status` 소스 필드.
source                                  string              `source` 소스 필드.
```

### `asset`

`titan.google_ads.asset`의 소스 열 수는 38개입니다.

```columns table=google_ads.asset
id                                      string pk           `id` 소스 필드.
name                                    string              `name` 소스 필드.
type                                    string              `type` 소스 필드.
source                                  string              `source` 소스 필드.
final_urls                              json                `finalUrls` 소스 필드.
final_mobile_urls                       json                `finalMobileUrls` 소스 필드.
tracking_url_template                   string              `trackingUrlTemplate` 소스 필드.
final_url_suffix                        string              `finalUrlSuffix` 소스 필드.
text_asset_text                         string              `textAssetText` 소스 필드.
image_url                               string              `imageUrl` 소스 필드.
image_file_size                         integer             `imageFileSize` 소스 필드.
image_mime_type                         string              `imageMimeType` 소스 필드.
youtube_video_id                        string              `youtubeVideoId` 소스 필드.
youtube_video_title                     string              `youtubeVideoTitle` 소스 필드.
sitelink_link_text                      string              `sitelinkLinkText` 소스 필드.
sitelink_description1                   string              `sitelinkDescription1` 소스 필드.
sitelink_description2                   string              `sitelinkDescription2` 소스 필드.
callout_text                            string              `calloutText` 소스 필드.
structured_snippet_header               string              `structuredSnippetHeader` 소스 필드.
structured_snippet_values               json                `structuredSnippetValues` 소스 필드.
call_country_code                       string              `callCountryCode` 소스 필드.
call_phone_number                       string              `callPhoneNumber` 소스 필드.
call_conversion_action                  string              `callConversionAction` 소스 필드.
promotion_target                        string              `promotionTarget` 소스 필드.
promotion_discount_modifier             string              `promotionDiscountModifier` 소스 필드.
promotion_redemption_start_date         string              `promotionRedemptionStartDate` 소스 필드.
promotion_redemption_end_date           string              `promotionRedemptionEndDate` 소스 필드.
promotion_occasion                      string              `promotionOccasion` 소스 필드.
promotion_language_code                 string              `promotionLanguageCode` 소스 필드.
promotion_percent_off                   integer             `promotionPercentOff` 소스 필드.
promotion_money_amount_off_micros       integer             `promotionMoneyAmountOffMicros` 소스 필드.
lead_form_business_name                 string              `leadFormBusinessName` 소스 필드.
lead_form_call_to_action                string              `leadFormCallToAction` 소스 필드.
lead_form_description                   string              `leadFormDescription` 소스 필드.
lead_form_headline                      string              `leadFormHeadline` 소스 필드.
price_type                              string              `priceType` 소스 필드.
price_price_qualifier                   string              `pricePriceQualifier` 소스 필드.
page_feed_page_url                      string              `pageFeedPageUrl` 소스 필드.
```

### `asset_group_listing_group_filter`

`titan.google_ads.asset_group_listing_group_filter`의 소스 열 수는 13개입니다.

```columns table=google_ads.asset_group_listing_group_filter
id                                      string pk           `id` 소스 필드.
asset_group_id                          string              `assetGroupId` 소스 필드.
parent_id                               string              `parentId` 소스 필드.
type                                    string              `type` 소스 필드.
path                                    json                `path` 소스 필드.
product_brand_value                     string              `productBrandValue` 소스 필드.
product_item_id_value                   string              `productItemIdValue` 소스 필드.
product_category_level                  string              `productCategoryLevel` 소스 필드.
product_category_id                     string              `productCategoryId` 소스 필드.
product_channel_channel                 string              `productChannelChannel` 소스 필드.
product_condition_condition             string              `productConditionCondition` 소스 필드.
product_custom_attribute_index          string              `productCustomAttributeIndex` 소스 필드.
product_custom_attribute_value          string              `productCustomAttributeValue` 소스 필드.
```

### `asset_group_signal`

`titan.google_ads.asset_group_signal`의 소스 열 수는 5개입니다.

```columns table=google_ads.asset_group_signal
resource_name                           string pk           `resourceName` 소스 필드.
asset_group_id                          string              `assetGroupId` 소스 필드.
search_theme_text                       string              `searchThemeText` 소스 필드.
audience_signal                         json                `audienceSignal` 소스 필드.
disapproval_reasons                     json                `disapprovalReasons` 소스 필드.
```

### `campaign_label`

`titan.google_ads.campaign_label`의 소스 열 수는 2개입니다.

```columns table=google_ads.campaign_label
campaign_id                             string pk           `campaignId` 소스 필드.
label_id                                string pk           `labelId` 소스 필드.
```

### `ad_group_label`

`titan.google_ads.ad_group_label`의 소스 열 수는 2개입니다.

```columns table=google_ads.ad_group_label
ad_group_id                             string pk           `adGroupId` 소스 필드.
label_id                                string pk           `labelId` 소스 필드.
```

### `ad_group_ad_label`

`titan.google_ads.ad_group_ad_label`의 소스 열 수는 3개입니다.

```columns table=google_ads.ad_group_ad_label
ad_group_id                             string pk           `adGroupId` 소스 필드.
ad_id                                   string pk           `adId` 소스 필드.
label_id                                string pk           `labelId` 소스 필드.
```

### `ad_group_criterion_label`

`titan.google_ads.ad_group_criterion_label`의 소스 열 수는 3개입니다.

```columns table=google_ads.ad_group_criterion_label
ad_group_id                             string pk           `adGroupId` 소스 필드.
criterion_id                            string pk           `criterionId` 소스 필드.
label_id                                string pk           `labelId` 소스 필드.
```

### `account_metrics`

`titan.google_ads.account_metrics`의 소스 열 수는 24개입니다.

```columns table=google_ads.account_metrics
date                                    date pk             `date` 소스 필드.
device                                  string pk           `device` 소스 필드.
ad_network_type                         string pk           `adNetworkType` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `campaign_metrics`

`titan.google_ads.campaign_metrics`의 소스 열 수는 25개입니다.

```columns table=google_ads.campaign_metrics
campaign_id                             string pk           `campaignId` 소스 필드.
date                                    date pk             `date` 소스 필드.
device                                  string pk           `device` 소스 필드.
ad_network_type                         string pk           `adNetworkType` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `ad_group_metrics`

`titan.google_ads.ad_group_metrics`의 소스 열 수는 26개입니다.

```columns table=google_ads.ad_group_metrics
ad_group_id                             string pk           `adGroupId` 소스 필드.
campaign_id                             string pk           `campaignId` 소스 필드.
date                                    date pk             `date` 소스 필드.
device                                  string pk           `device` 소스 필드.
ad_network_type                         string pk           `adNetworkType` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `ad_metrics`

`titan.google_ads.ad_metrics`의 소스 열 수는 28개입니다.

```columns table=google_ads.ad_metrics
ad_group_id                             string pk           `adGroupId` 소스 필드.
ad_id                                   string pk           `adId` 소스 필드.
campaign_id                             string pk           `campaignId` 소스 필드.
date                                    date pk             `date` 소스 필드.
device                                  string pk           `device` 소스 필드.
ad_network_type                         string pk           `adNetworkType` 소스 필드.
keyword_criterion_id                    string pk           `keywordCriterionId` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `keyword_metrics`

`titan.google_ads.keyword_metrics`의 소스 열 수는 25개입니다.

```columns table=google_ads.keyword_metrics
ad_group_id                             string pk           `adGroupId` 소스 필드.
criterion_id                            string pk           `criterionId` 소스 필드.
campaign_id                             string pk           `campaignId` 소스 필드.
date                                    date pk             `date` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `search_term_metrics`

`titan.google_ads.search_term_metrics`의 소스 열 수는 29개입니다.

```columns table=google_ads.search_term_metrics
campaign_id                             string pk           `campaignId` 소스 필드.
ad_group_id                             string pk           `adGroupId` 소스 필드.
search_term                             string pk           `searchTerm` 소스 필드.
date                                    date pk             `date` 소스 필드.
status                                  string              `status` 소스 필드.
keyword_criterion_id                    string pk           `keywordCriterionId` 소스 필드.
search_term_match_type                  string              `searchTermMatchType` 소스 필드.
keyword_text                            string              `keywordText` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `asset_group_metrics`

`titan.google_ads.asset_group_metrics`의 소스 열 수는 24개입니다.

```columns table=google_ads.asset_group_metrics
asset_group_id                          string pk           `assetGroupId` 소스 필드.
campaign_id                             string pk           `campaignId` 소스 필드.
date                                    date pk             `date` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `geographic_view`

`titan.google_ads.geographic_view`의 소스 열 수는 28개입니다.

```columns table=google_ads.geographic_view
campaign_id                             string pk           `campaignId` 소스 필드.
date                                    date pk             `date` 소스 필드.
geo_target_constant_id                  string pk           `geoTargetConstantId` 소스 필드.
location_type                           string pk           `locationType` 소스 필드.
country_criterion_id                    string              `countryCriterionId` 소스 필드.
country_name                            string              `countryName` 소스 필드.
geo_target_name                         string              `geoTargetName` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `user_location_view`

`titan.google_ads.user_location_view`의 소스 열 수는 28개입니다.

```columns table=google_ads.user_location_view
campaign_id                             string pk           `campaignId` 소스 필드.
date                                    date pk             `date` 소스 필드.
geo_target_constant_id                  string pk           `geoTargetConstantId` 소스 필드.
country_criterion_id                    string              `countryCriterionId` 소스 필드.
country_name                            string              `countryName` 소스 필드.
geo_target_name                         string              `geoTargetName` 소스 필드.
targeting_location                      boolean pk          `targetingLocation` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `age_range_view`

`titan.google_ads.age_range_view`의 소스 열 수는 26개입니다.

```columns table=google_ads.age_range_view
campaign_id                             string pk           `campaignId` 소스 필드.
ad_group_id                             string pk           `adGroupId` 소스 필드.
date                                    date pk             `date` 소스 필드.
age_range_type                          string pk           `ageRangeType` 소스 필드.
criterion_id                            string              `criterionId` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `gender_view`

`titan.google_ads.gender_view`의 소스 열 수는 26개입니다.

```columns table=google_ads.gender_view
campaign_id                             string pk           `campaignId` 소스 필드.
ad_group_id                             string pk           `adGroupId` 소스 필드.
date                                    date pk             `date` 소스 필드.
gender_type                             string pk           `genderType` 소스 필드.
criterion_id                            string              `criterionId` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `income_range_view`

`titan.google_ads.income_range_view`의 소스 열 수는 26개입니다.

```columns table=google_ads.income_range_view
campaign_id                             string pk           `campaignId` 소스 필드.
ad_group_id                             string pk           `adGroupId` 소스 필드.
date                                    date pk             `date` 소스 필드.
income_range_type                       string pk           `incomeRangeType` 소스 필드.
criterion_id                            string              `criterionId` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `parental_status_view`

`titan.google_ads.parental_status_view`의 소스 열 수는 26개입니다.

```columns table=google_ads.parental_status_view
campaign_id                             string pk           `campaignId` 소스 필드.
ad_group_id                             string pk           `adGroupId` 소스 필드.
date                                    date pk             `date` 소스 필드.
parental_status_type                    string pk           `parentalStatusType` 소스 필드.
criterion_id                            string              `criterionId` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `landing_page_view`

`titan.google_ads.landing_page_view`의 소스 열 수는 26개입니다.

```columns table=google_ads.landing_page_view
campaign_id                             string pk           `campaignId` 소스 필드.
ad_group_id                             string pk           `adGroupId` 소스 필드.
date                                    date pk             `date` 소스 필드.
expanded_final_url                      string pk           `expandedFinalUrl` 소스 필드.
unexpanded_final_url                    string              `unexpandedFinalUrl` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `ad_group_audience_view`

`titan.google_ads.ad_group_audience_view`의 소스 열 수는 26개입니다.

```columns table=google_ads.ad_group_audience_view
campaign_id                             string pk           `campaignId` 소스 필드.
ad_group_id                             string pk           `adGroupId` 소스 필드.
criterion_id                            string pk           `criterionId` 소스 필드.
date                                    date pk             `date` 소스 필드.
display_name                            string              `displayName` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `ad_schedule_view`

`titan.google_ads.ad_schedule_view`의 소스 열 수는 30개입니다.

```columns table=google_ads.ad_schedule_view
campaign_id                             string pk           `campaignId` 소스 필드.
criterion_id                            string pk           `criterionId` 소스 필드.
date                                    date pk             `date` 소스 필드.
day_of_week                             string              `dayOfWeek` 소스 필드.
start_hour                              integer             `startHour` 소스 필드.
end_hour                                integer             `endHour` 소스 필드.
start_minute                            string              `startMinute` 소스 필드.
end_minute                              string              `endMinute` 소스 필드.
bid_modifier                            decimal(28,6)       `bidModifier` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `shopping_performance_view`

`titan.google_ads.shopping_performance_view`의 소스 열 수는 48개입니다.

```columns table=google_ads.shopping_performance_view
campaign_id                             string pk           `campaignId` 소스 필드.
ad_group_id                             string pk           `adGroupId` 소스 필드.
date                                    date pk             `date` 소스 필드.
product_item_id                         string pk           `productItemId` 소스 필드.
product_brand                           string pk           `productBrand` 소스 필드.
product_category_l1                     string pk           `productCategoryL1` 소스 필드.
product_category_l2                     string pk           `productCategoryL2` 소스 필드.
product_category_l3                     string pk           `productCategoryL3` 소스 필드.
product_category_l4                     string pk           `productCategoryL4` 소스 필드.
product_category_l5                     string pk           `productCategoryL5` 소스 필드.
product_channel                         string pk           `productChannel` 소스 필드.
product_channel_exclusivity             string pk           `productChannelExclusivity` 소스 필드.
product_condition                       string pk           `productCondition` 소스 필드.
product_custom_attribute0               string pk           `productCustomAttribute0` 소스 필드.
product_custom_attribute1               string pk           `productCustomAttribute1` 소스 필드.
product_custom_attribute2               string pk           `productCustomAttribute2` 소스 필드.
product_custom_attribute3               string pk           `productCustomAttribute3` 소스 필드.
product_custom_attribute4               string pk           `productCustomAttribute4` 소스 필드.
product_language                        string pk           `productLanguage` 소스 필드.
product_merchant_id                     string pk           `productMerchantId` 소스 필드.
product_store_id                        string pk           `productStoreId` 소스 필드.
product_title                           string pk           `productTitle` 소스 필드.
product_type_l1                         string pk           `productTypeL1` 소스 필드.
product_type_l2                         string pk           `productTypeL2` 소스 필드.
product_type_l3                         string pk           `productTypeL3` 소스 필드.
product_type_l4                         string pk           `productTypeL4` 소스 필드.
product_type_l5                         string pk           `productTypeL5` 소스 필드.
impressions                             integer             `impressions` 소스 필드.
clicks                                  integer             `clicks` 소스 필드.
interactions                            integer             `interactions` 소스 필드.
video_views                             integer             `videoViews` 소스 필드.
view_through_conversions                integer             `viewThroughConversions` 소스 필드.
cost_micros                             integer             `costMicros` 소스 필드.
average_cpc                             integer             `averageCpc` 소스 필드.
average_cpm                             integer             `averageCpm` 소스 필드.
average_cost                            integer             `averageCost` 소스 필드.
cost_per_conversion                     integer             `costPerConversion` 소스 필드.
conversions                             float               `conversions` 소스 필드.
all_conversions                         float               `allConversions` 소스 필드.
conversions_value                       decimal(28,2)       `conversionsValue` 소스 필드.
all_conversions_value                   decimal(28,2)       `allConversionsValue` 소스 필드.
ctr                                     float               `ctr` 소스 필드.
interaction_rate                        float               `interactionRate` 소스 필드.
conversions_from_interactions_rate      float               `conversionsFromInteractionsRate` 소스 필드.
video_view_rate                         float               `videoViewRate` 소스 필드.
search_impression_share                 float               `searchImpressionShare` 소스 필드.
absolute_top_impression_percentage      float               `absoluteTopImpressionPercentage` 소스 필드.
conversions_from_interactions_value_per_interaction  float               `conversionsFromInteractionsValuePerInteraction` 소스 필드.
```

### `click_view`

`titan.google_ads.click_view`의 소스 열 수는 12개입니다.

```columns table=google_ads.click_view
gclid                                   string pk           `gclid` 소스 필드.
date                                    date pk             `date` 소스 필드.
campaign_id                             string              `campaignId` 소스 필드.
ad_group_id                             string              `adGroupId` 소스 필드.
ad_id                                   string              `adId` 소스 필드.
keyword_criterion_id                    string              `keywordCriterionId` 소스 필드.
keyword_text                            string              `keywordText` 소스 필드.
keyword_match_type                      string              `keywordMatchType` 소스 필드.
page_number                             integer             `pageNumber` 소스 필드.
area_of_interest_id                     string              `areaOfInterestId` 소스 필드.
location_of_presence_id                 string              `locationOfPresenceId` 소스 필드.
user_list_id                            string              `userListId` 소스 필드.
```

### `change_event`

`titan.google_ads.change_event`의 소스 열 수는 11개입니다.

```columns table=google_ads.change_event
resource_name                           string pk           `resourceName` 소스 필드.
change_date_time                        datetime            `changeDateTime` 소스 필드.
change_resource_type                    string              `changeResourceType` 소스 필드.
change_resource_name                    string              `changeResourceName` 소스 필드.
client_type                             string              `clientType` 소스 필드.
user_email                              string              `userEmail` 소스 필드.
campaign_id                             string              `campaignId` 소스 필드.
ad_group_id                             string              `adGroupId` 소스 필드.
changed_fields                          string              `changedFields` 소스 필드.
old_resource                            json                `oldResource` 소스 필드.
new_resource                            json                `newResource` 소스 필드.
```

### `geo_target_constant`

`titan.google_ads.geo_target_constant`의 소스 열 수는 7개입니다.

```columns table=google_ads.geo_target_constant
id                                      string pk           `id` 소스 필드.
name                                    string              `name` 소스 필드.
canonical_name                          string              `canonicalName` 소스 필드.
country_code                            string              `countryCode` 소스 필드.
target_type                             string              `targetType` 소스 필드.
status                                  string              `status` 소스 필드.
parent_geo_target_id                    string              `parentGeoTargetId` 소스 필드.
```

### `language_constant`

`titan.google_ads.language_constant`의 소스 열 수는 4개입니다.

```columns table=google_ads.language_constant
id                                      string pk           `id` 소스 필드.
name                                    string              `name` 소스 필드.
code                                    string              `code` 소스 필드.
targetable                              boolean             `targetable` 소스 필드.
```

## 삭제와 이력

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