---
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` で絞り込んでください。
