diff --git a/CHANGELOG.md b/CHANGELOG.md index 0032ed8..53b0fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# dbt_google_ads_source v0.6.0 +## 🚨 Breaking Changes 🚨 +- The `account` source table has been renamed to be `account_history`. This has been reflected in this release. ([#25](https://github.com/fivetran/dbt_google_ads_source/pull/25)) +- The `ad_final_url_history` model has been removed from the connector. The url fields are now references within the `final_urls` field within the `ad_history` table. ([#25](https://github.com/fivetran/dbt_google_ads_source/pull/25)) + - Please be aware that the logic in the `stg_google_ads__ad_history` model for the Google Ads API will only pull through the first url in the `final_urls` list. This column should contain only one url. However, in the even that two are include a test will warn you that the other urls have been removed from the final model. + # dbt_google_ads_source v0.5.0 🎉 dbt v1.0.0 Compatibility 🎉 ## 🚨 Breaking Changes 🚨 diff --git a/README.md b/README.md index 2122221..f1d1778 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Include in your `packages.yml` ```yaml packages: - package: fivetran/google_ads_source - version: [">=0.5.0", "<0.6.0"] + version: [">=0.6.0", "<0.7.0"] ``` ## Configuration diff --git a/dbt_project.yml b/dbt_project.yml index da4018a..3d3a676 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'google_ads_source' -version: '0.5.0' +version: '0.6.0' config-version: 2 require-dbt-version: [">=1.0.0", "<2.0.0"] @@ -7,12 +7,11 @@ vars: google_ads__final_url_performance: "{{ source('adwords','final_url_performance') }}" google_ads__click_performance: "{{ source('adwords','click_performance') }}" google_ads__criteria_performance: "{{ source('adwords','criteria_performance') }}" - google_ads__ad_final_url_history: "{{ source('adwords','ad_final_url_history') }}" google_ads__ad_stats: "{{ source('adwords','ad_stats') }}" google_ads__ad_history: "{{ source('adwords','ad_history') }}" google_ads__ad_group_history: "{{ source('adwords','ad_group_history') }}" google_ads__campaign_history: "{{ source('adwords','campaign_history') }}" - google_ads__account: "{{ source('adwords','account') }}" + google_ads__account_history: "{{ source('adwords','account_history') }}" api_source: adwords google_ads__url_passthrough_metrics: [] google_ads__criteria_passthrough_metrics: [] diff --git a/docs/catalog.json b/docs/catalog.json index cbf9c4f..985f725 100644 --- a/docs/catalog.json +++ b/docs/catalog.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "0.19.0", "generated_at": "2021-03-23T14:10:51.880698Z", "invocation_id": "e4a57f01-3449-44cd-86cb-9c8be6b9f68c", "env": {}}, "nodes": {"model.google_ads_source.stg_google_ads__click_performance": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "google_ads_source_integration_tests_stg_google_ads", "name": "stg_google_ads__click_performance", "comment": null, "owner": null}, "columns": {"_fivetran_id": {"type": "STRING", "comment": null, "index": 1, "name": "_fivetran_id"}, "_fivetran_synced": {"type": "STRING", "comment": null, "index": 2, "name": "_fivetran_synced"}, "account_name": {"type": "STRING", "comment": null, "index": 3, "name": "account_name"}, "ad_group_id": {"type": "INT64", "comment": null, "index": 4, "name": "ad_group_id"}, "ad_group_name": {"type": "STRING", "comment": null, "index": 5, "name": "ad_group_name"}, "ad_group_status": {"type": "STRING", "comment": null, "index": 6, "name": "ad_group_status"}, "campaign_id": {"type": "INT64", "comment": null, "index": 7, "name": "campaign_id"}, "campaign_name": {"type": "STRING", "comment": null, "index": 8, "name": "campaign_name"}, "campaign_status": {"type": "STRING", "comment": null, "index": 9, "name": "campaign_status"}, "clicks": {"type": "INT64", "comment": null, "index": 10, "name": "clicks"}, "criteria_id": {"type": "INT64", "comment": null, "index": 11, "name": "criteria_id"}, "date_day": {"type": "DATE", "comment": null, "index": 12, "name": "date_day"}, "external_customer_id": {"type": "INT64", "comment": null, "index": 13, "name": "external_customer_id"}, "gclid": {"type": "STRING", "comment": null, "index": 14, "name": "gclid"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 27608.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.google_ads_source.stg_google_ads__click_performance"}, "model.google_ads_source.stg_google_ads__click_performance_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "google_ads_source_integration_tests_stg_google_ads", "name": "stg_google_ads__click_performance_tmp", "comment": null, "owner": null}, "columns": {"_fivetran_id": {"type": "STRING", "comment": null, "index": 1, "name": "_fivetran_id"}, "_fivetran_synced": {"type": "STRING", "comment": null, "index": 2, "name": "_fivetran_synced"}, "account_descriptive_name": {"type": "STRING", "comment": null, "index": 3, "name": "account_descriptive_name"}, "ad_group_id": {"type": "INT64", "comment": null, "index": 4, "name": "ad_group_id"}, "ad_group_name": {"type": "STRING", "comment": null, "index": 5, "name": "ad_group_name"}, "ad_group_status": {"type": "STRING", "comment": null, "index": 6, "name": "ad_group_status"}, "campaign_id": {"type": "INT64", "comment": null, "index": 7, "name": "campaign_id"}, "campaign_name": {"type": "STRING", "comment": null, "index": 8, "name": "campaign_name"}, "campaign_status": {"type": "STRING", "comment": null, "index": 9, "name": "campaign_status"}, "clicks": {"type": "INT64", "comment": null, "index": 10, "name": "clicks"}, "criteria_id": {"type": "INT64", "comment": null, "index": 11, "name": "criteria_id"}, "date": {"type": "DATE", "comment": null, "index": 12, "name": "date"}, "external_customer_id": {"type": "INT64", "comment": null, "index": 13, "name": "external_customer_id"}, "gcl_id": {"type": "STRING", "comment": null, "index": 14, "name": "gcl_id"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.google_ads_source.stg_google_ads__click_performance_tmp"}, "model.google_ads_source.stg_google_ads__criteria_performance": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "google_ads_source_integration_tests_stg_google_ads", "name": "stg_google_ads__criteria_performance", "comment": null, "owner": null}, "columns": {"_fivetran_id": {"type": "STRING", "comment": null, "index": 1, "name": "_fivetran_id"}, "_fivetran_synced": {"type": "STRING", "comment": null, "index": 2, "name": "_fivetran_synced"}, "account_name": {"type": "STRING", "comment": null, "index": 3, "name": "account_name"}, "ad_group_id": {"type": "INT64", "comment": null, "index": 4, "name": "ad_group_id"}, "ad_group_name": {"type": "STRING", "comment": null, "index": 5, "name": "ad_group_name"}, "ad_group_status": {"type": "STRING", "comment": null, "index": 6, "name": "ad_group_status"}, "campaign_id": {"type": "INT64", "comment": null, "index": 7, "name": "campaign_id"}, "campaign_name": {"type": "STRING", "comment": null, "index": 8, "name": "campaign_name"}, "campaign_status": {"type": "STRING", "comment": null, "index": 9, "name": "campaign_status"}, "clicks": {"type": "INT64", "comment": null, "index": 10, "name": "clicks"}, "spend": {"type": "FLOAT64", "comment": null, "index": 11, "name": "spend"}, "criteria": {"type": "STRING", "comment": null, "index": 12, "name": "criteria"}, "criteria_destination_url": {"type": "INT64", "comment": null, "index": 13, "name": "criteria_destination_url"}, "criteria_type": {"type": "STRING", "comment": null, "index": 14, "name": "criteria_type"}, "date_day": {"type": "DATE", "comment": null, "index": 15, "name": "date_day"}, "external_customer_id": {"type": "INT64", "comment": null, "index": 16, "name": "external_customer_id"}, "id": {"type": "INT64", "comment": null, "index": 17, "name": "id"}, "impressions": {"type": "INT64", "comment": null, "index": 18, "name": "impressions"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 24786.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.google_ads_source.stg_google_ads__criteria_performance"}, "model.google_ads_source.stg_google_ads__final_url_performance_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "google_ads_source_integration_tests_stg_google_ads", "name": "stg_google_ads__final_url_performance_tmp", "comment": null, "owner": null}, "columns": {"_fivetran_id": {"type": "STRING", "comment": null, "index": 1, "name": "_fivetran_id"}, "_fivetran_synced": {"type": "STRING", "comment": null, "index": 2, "name": "_fivetran_synced"}, "account_descriptive_name": {"type": "STRING", "comment": null, "index": 3, "name": "account_descriptive_name"}, "ad_group_id": {"type": "INT64", "comment": null, "index": 4, "name": "ad_group_id"}, "ad_group_name": {"type": "STRING", "comment": null, "index": 5, "name": "ad_group_name"}, "ad_group_status": {"type": "STRING", "comment": null, "index": 6, "name": "ad_group_status"}, "campaign_id": {"type": "INT64", "comment": null, "index": 7, "name": "campaign_id"}, "campaign_name": {"type": "STRING", "comment": null, "index": 8, "name": "campaign_name"}, "campaign_status": {"type": "STRING", "comment": null, "index": 9, "name": "campaign_status"}, "clicks": {"type": "INT64", "comment": null, "index": 10, "name": "clicks"}, "cost": {"type": "FLOAT64", "comment": null, "index": 11, "name": "cost"}, "date": {"type": "DATE", "comment": null, "index": 12, "name": "date"}, "effective_final_url": {"type": "STRING", "comment": null, "index": 13, "name": "effective_final_url"}, "external_customer_id": {"type": "INT64", "comment": null, "index": 14, "name": "external_customer_id"}, "impressions": {"type": "INT64", "comment": null, "index": 15, "name": "impressions"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.google_ads_source.stg_google_ads__final_url_performance_tmp"}, "model.google_ads_source.stg_google_ads__criteria_performance_tmp": {"metadata": {"type": "view", "database": "dbt-package-testing", "schema": "google_ads_source_integration_tests_stg_google_ads", "name": "stg_google_ads__criteria_performance_tmp", "comment": null, "owner": null}, "columns": {"_fivetran_id": {"type": "STRING", "comment": null, "index": 1, "name": "_fivetran_id"}, "_fivetran_synced": {"type": "STRING", "comment": null, "index": 2, "name": "_fivetran_synced"}, "account_descriptive_name": {"type": "STRING", "comment": null, "index": 3, "name": "account_descriptive_name"}, "ad_group_id": {"type": "INT64", "comment": null, "index": 4, "name": "ad_group_id"}, "ad_group_name": {"type": "STRING", "comment": null, "index": 5, "name": "ad_group_name"}, "ad_group_status": {"type": "STRING", "comment": null, "index": 6, "name": "ad_group_status"}, "campaign_id": {"type": "INT64", "comment": null, "index": 7, "name": "campaign_id"}, "campaign_name": {"type": "STRING", "comment": null, "index": 8, "name": "campaign_name"}, "campaign_status": {"type": "STRING", "comment": null, "index": 9, "name": "campaign_status"}, "clicks": {"type": "INT64", "comment": null, "index": 10, "name": "clicks"}, "cost": {"type": "FLOAT64", "comment": null, "index": 11, "name": "cost"}, "criteria": {"type": "STRING", "comment": null, "index": 12, "name": "criteria"}, "criteria_destination_url": {"type": "INT64", "comment": null, "index": 13, "name": "criteria_destination_url"}, "criteria_type": {"type": "STRING", "comment": null, "index": 14, "name": "criteria_type"}, "date": {"type": "DATE", "comment": null, "index": 15, "name": "date"}, "external_customer_id": {"type": "INT64", "comment": null, "index": 16, "name": "external_customer_id"}, "id": {"type": "INT64", "comment": null, "index": 17, "name": "id"}, "impressions": {"type": "INT64", "comment": null, "index": 18, "name": "impressions"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.google_ads_source.stg_google_ads__criteria_performance_tmp"}, "model.google_ads_source.stg_google_ads__final_url_performance": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "google_ads_source_integration_tests_stg_google_ads", "name": "stg_google_ads__final_url_performance", "comment": null, "owner": null}, "columns": {"_fivetran_id": {"type": "STRING", "comment": null, "index": 1, "name": "_fivetran_id"}, "_fivetran_synced": {"type": "STRING", "comment": null, "index": 2, "name": "_fivetran_synced"}, "account_name": {"type": "STRING", "comment": null, "index": 3, "name": "account_name"}, "ad_group_id": {"type": "INT64", "comment": null, "index": 4, "name": "ad_group_id"}, "ad_group_name": {"type": "STRING", "comment": null, "index": 5, "name": "ad_group_name"}, "ad_group_status": {"type": "STRING", "comment": null, "index": 6, "name": "ad_group_status"}, "campaign_id": {"type": "INT64", "comment": null, "index": 7, "name": "campaign_id"}, "campaign_name": {"type": "STRING", "comment": null, "index": 8, "name": "campaign_name"}, "campaign_status": {"type": "STRING", "comment": null, "index": 9, "name": "campaign_status"}, "clicks": {"type": "INT64", "comment": null, "index": 10, "name": "clicks"}, "spend": {"type": "FLOAT64", "comment": null, "index": 11, "name": "spend"}, "date_day": {"type": "DATE", "comment": null, "index": 12, "name": "date_day"}, "final_url": {"type": "STRING", "comment": null, "index": 13, "name": "final_url"}, "external_customer_id": {"type": "INT64", "comment": null, "index": 14, "name": "external_customer_id"}, "impressions": {"type": "INT64", "comment": null, "index": 15, "name": "impressions"}, "base_url": {"type": "STRING", "comment": null, "index": 16, "name": "base_url"}, "url_host": {"type": "STRING", "comment": null, "index": 17, "name": "url_host"}, "url_path": {"type": "STRING", "comment": null, "index": 18, "name": "url_path"}, "utm_source": {"type": "STRING", "comment": null, "index": 19, "name": "utm_source"}, "utm_medium": {"type": "STRING", "comment": null, "index": 20, "name": "utm_medium"}, "utm_campaign": {"type": "STRING", "comment": null, "index": 21, "name": "utm_campaign"}, "utm_content": {"type": "STRING", "comment": null, "index": 22, "name": "utm_content"}, "utm_term": {"type": "STRING", "comment": null, "index": 23, "name": "utm_term"}, "final_url_performance_id": {"type": "STRING", "comment": null, "index": 24, "name": "final_url_performance_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 32522.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "model.google_ads_source.stg_google_ads__final_url_performance"}, "seed.google_ads_source_integration_tests.google_ads_click_performance_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "google_ads_source_integration_tests", "name": "google_ads_click_performance_data", "comment": null, "owner": null}, "columns": {"_fivetran_id": {"type": "STRING", "comment": null, "index": 1, "name": "_fivetran_id"}, "_fivetran_synced": {"type": "STRING", "comment": null, "index": 2, "name": "_fivetran_synced"}, "account_descriptive_name": {"type": "STRING", "comment": null, "index": 3, "name": "account_descriptive_name"}, "ad_group_id": {"type": "INT64", "comment": null, "index": 4, "name": "ad_group_id"}, "ad_group_name": {"type": "STRING", "comment": null, "index": 5, "name": "ad_group_name"}, "ad_group_status": {"type": "STRING", "comment": null, "index": 6, "name": "ad_group_status"}, "campaign_id": {"type": "INT64", "comment": null, "index": 7, "name": "campaign_id"}, "campaign_name": {"type": "STRING", "comment": null, "index": 8, "name": "campaign_name"}, "campaign_status": {"type": "STRING", "comment": null, "index": 9, "name": "campaign_status"}, "clicks": {"type": "INT64", "comment": null, "index": 10, "name": "clicks"}, "criteria_id": {"type": "INT64", "comment": null, "index": 11, "name": "criteria_id"}, "date": {"type": "DATE", "comment": null, "index": 12, "name": "date"}, "external_customer_id": {"type": "INT64", "comment": null, "index": 13, "name": "external_customer_id"}, "gcl_id": {"type": "STRING", "comment": null, "index": 14, "name": "gcl_id"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 27608.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.google_ads_source_integration_tests.google_ads_click_performance_data"}, "seed.google_ads_source_integration_tests.google_ads_final_url_performance_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "google_ads_source_integration_tests", "name": "google_ads_final_url_performance_data", "comment": null, "owner": null}, "columns": {"_fivetran_id": {"type": "STRING", "comment": null, "index": 1, "name": "_fivetran_id"}, "_fivetran_synced": {"type": "STRING", "comment": null, "index": 2, "name": "_fivetran_synced"}, "account_descriptive_name": {"type": "STRING", "comment": null, "index": 3, "name": "account_descriptive_name"}, "ad_group_id": {"type": "INT64", "comment": null, "index": 4, "name": "ad_group_id"}, "ad_group_name": {"type": "STRING", "comment": null, "index": 5, "name": "ad_group_name"}, "ad_group_status": {"type": "STRING", "comment": null, "index": 6, "name": "ad_group_status"}, "campaign_id": {"type": "INT64", "comment": null, "index": 7, "name": "campaign_id"}, "campaign_name": {"type": "STRING", "comment": null, "index": 8, "name": "campaign_name"}, "campaign_status": {"type": "STRING", "comment": null, "index": 9, "name": "campaign_status"}, "clicks": {"type": "INT64", "comment": null, "index": 10, "name": "clicks"}, "cost": {"type": "FLOAT64", "comment": null, "index": 11, "name": "cost"}, "date": {"type": "DATE", "comment": null, "index": 12, "name": "date"}, "effective_final_url": {"type": "STRING", "comment": null, "index": 13, "name": "effective_final_url"}, "external_customer_id": {"type": "INT64", "comment": null, "index": 14, "name": "external_customer_id"}, "impressions": {"type": "INT64", "comment": null, "index": 15, "name": "impressions"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 23953.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.google_ads_source_integration_tests.google_ads_final_url_performance_data"}, "seed.google_ads_source_integration_tests.google_ads_criteria_performance_data": {"metadata": {"type": "table", "database": "dbt-package-testing", "schema": "google_ads_source_integration_tests", "name": "google_ads_criteria_performance_data", "comment": null, "owner": null}, "columns": {"_fivetran_id": {"type": "STRING", "comment": null, "index": 1, "name": "_fivetran_id"}, "_fivetran_synced": {"type": "STRING", "comment": null, "index": 2, "name": "_fivetran_synced"}, "account_descriptive_name": {"type": "STRING", "comment": null, "index": 3, "name": "account_descriptive_name"}, "ad_group_id": {"type": "INT64", "comment": null, "index": 4, "name": "ad_group_id"}, "ad_group_name": {"type": "STRING", "comment": null, "index": 5, "name": "ad_group_name"}, "ad_group_status": {"type": "STRING", "comment": null, "index": 6, "name": "ad_group_status"}, "campaign_id": {"type": "INT64", "comment": null, "index": 7, "name": "campaign_id"}, "campaign_name": {"type": "STRING", "comment": null, "index": 8, "name": "campaign_name"}, "campaign_status": {"type": "STRING", "comment": null, "index": 9, "name": "campaign_status"}, "clicks": {"type": "INT64", "comment": null, "index": 10, "name": "clicks"}, "cost": {"type": "FLOAT64", "comment": null, "index": 11, "name": "cost"}, "criteria": {"type": "STRING", "comment": null, "index": 12, "name": "criteria"}, "criteria_destination_url": {"type": "INT64", "comment": null, "index": 13, "name": "criteria_destination_url"}, "criteria_type": {"type": "STRING", "comment": null, "index": 14, "name": "criteria_type"}, "date": {"type": "DATE", "comment": null, "index": 15, "name": "date"}, "external_customer_id": {"type": "INT64", "comment": null, "index": 16, "name": "external_customer_id"}, "id": {"type": "INT64", "comment": null, "index": 17, "name": "id"}, "impressions": {"type": "INT64", "comment": null, "index": 18, "name": "impressions"}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 100.0, "description": "Approximate count of rows in this table", "include": true}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 24786.0, "description": "Approximate size of table as reported by BigQuery", "include": true}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "description": "Indicates whether there are statistics for this table", "include": false}}, "unique_id": "seed.google_ads_source_integration_tests.google_ads_criteria_performance_data"}}, "sources": {}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.0.1", "generated_at": "2022-02-11T21:44:39.199050Z", "invocation_id": "9c2eb406-371d-4d6d-b2f4-bec742be6e4d", "env": {}}, "nodes": {"model.google_ads_source.stg_google_ads__account_history": {"metadata": {"type": "table", "schema": "dbt_joe_google_ads", "name": "stg_google_ads__account_history", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"account_id": {"type": "INT64", "index": 1, "name": "account_id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "currency_code": {"type": "STRING", "index": 4, "name": "currency_code", "comment": null}, "account_name": {"type": "STRING", "index": 5, "name": "account_name", "comment": null}, "is_most_recent_record": {"type": "BOOL", "index": 6, "name": "is_most_recent_record", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 46.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1840.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.google_ads_source.stg_google_ads__account_history"}, "model.google_ads_source.stg_google_ads__ad_history_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_google_ads", "name": "stg_google_ads__ad_history_tmp", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"ad_group_id": {"type": "INT64", "index": 1, "name": "ad_group_id", "comment": null}, "id": {"type": "INT64", "index": 2, "name": "id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 3, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "action_items": {"type": "STRING", "index": 5, "name": "action_items", "comment": null}, "ad_strength": {"type": "STRING", "index": 6, "name": "ad_strength", "comment": null}, "added_by_google_ads": {"type": "BOOL", "index": 7, "name": "added_by_google_ads", "comment": null}, "device_preference": {"type": "STRING", "index": 8, "name": "device_preference", "comment": null}, "display_url": {"type": "STRING", "index": 9, "name": "display_url", "comment": null}, "final_app_urls": {"type": "STRING", "index": 10, "name": "final_app_urls", "comment": null}, "final_mobile_urls": {"type": "STRING", "index": 11, "name": "final_mobile_urls", "comment": null}, "final_url_suffix": {"type": "STRING", "index": 12, "name": "final_url_suffix", "comment": null}, "final_urls": {"type": "STRING", "index": 13, "name": "final_urls", "comment": null}, "name": {"type": "STRING", "index": 14, "name": "name", "comment": null}, "policy_summary_approval_status": {"type": "STRING", "index": 15, "name": "policy_summary_approval_status", "comment": null}, "policy_summary_review_status": {"type": "STRING", "index": 16, "name": "policy_summary_review_status", "comment": null}, "status": {"type": "STRING", "index": 17, "name": "status", "comment": null}, "system_managed_resource_source": {"type": "STRING", "index": 18, "name": "system_managed_resource_source", "comment": null}, "tracking_url_template": {"type": "STRING", "index": 19, "name": "tracking_url_template", "comment": null}, "type": {"type": "STRING", "index": 20, "name": "type", "comment": null}, "url_collections": {"type": "STRING", "index": 21, "name": "url_collections", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.google_ads_source.stg_google_ads__ad_history_tmp"}, "model.google_ads_source.stg_google_ads__ad_stats_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_google_ads", "name": "stg_google_ads__ad_stats_tmp", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"_fivetran_id": {"type": "STRING", "index": 1, "name": "_fivetran_id", "comment": null}, "customer_id": {"type": "INT64", "index": 2, "name": "customer_id", "comment": null}, "date": {"type": "DATE", "index": 3, "name": "date", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "active_view_impressions": {"type": "INT64", "index": 5, "name": "active_view_impressions", "comment": null}, "active_view_measurability": {"type": "FLOAT64", "index": 6, "name": "active_view_measurability", "comment": null}, "active_view_measurable_cost_micros": {"type": "INT64", "index": 7, "name": "active_view_measurable_cost_micros", "comment": null}, "active_view_measurable_impressions": {"type": "INT64", "index": 8, "name": "active_view_measurable_impressions", "comment": null}, "active_view_viewability": {"type": "FLOAT64", "index": 9, "name": "active_view_viewability", "comment": null}, "ad_group": {"type": "STRING", "index": 10, "name": "ad_group", "comment": null}, "ad_group_base_ad_group": {"type": "STRING", "index": 11, "name": "ad_group_base_ad_group", "comment": null}, "ad_id": {"type": "INT64", "index": 12, "name": "ad_id", "comment": null}, "ad_network_type": {"type": "STRING", "index": 13, "name": "ad_network_type", "comment": null}, "campaign_base_campaign": {"type": "STRING", "index": 14, "name": "campaign_base_campaign", "comment": null}, "campaign_id": {"type": "INT64", "index": 15, "name": "campaign_id", "comment": null}, "clicks": {"type": "INT64", "index": 16, "name": "clicks", "comment": null}, "conversions": {"type": "FLOAT64", "index": 17, "name": "conversions", "comment": null}, "conversions_value": {"type": "FLOAT64", "index": 18, "name": "conversions_value", "comment": null}, "cost_micros": {"type": "INT64", "index": 19, "name": "cost_micros", "comment": null}, "device": {"type": "STRING", "index": 20, "name": "device", "comment": null}, "impressions": {"type": "INT64", "index": 21, "name": "impressions", "comment": null}, "interaction_event_types": {"type": "STRING", "index": 22, "name": "interaction_event_types", "comment": null}, "interactions": {"type": "INT64", "index": 23, "name": "interactions", "comment": null}, "keyword_ad_group_criterion": {"type": "STRING", "index": 24, "name": "keyword_ad_group_criterion", "comment": null}, "view_through_conversions": {"type": "INT64", "index": 25, "name": "view_through_conversions", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.google_ads_source.stg_google_ads__ad_stats_tmp"}, "model.google_ads_source.stg_google_ads__ad_group_history_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_google_ads", "name": "stg_google_ads__ad_group_history_tmp", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "ad_rotation_mode": {"type": "STRING", "index": 4, "name": "ad_rotation_mode", "comment": null}, "base_ad_group_id": {"type": "INT64", "index": 5, "name": "base_ad_group_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 6, "name": "campaign_id", "comment": null}, "campaign_name": {"type": "STRING", "index": 7, "name": "campaign_name", "comment": null}, "display_custom_bid_dimension": {"type": "STRING", "index": 8, "name": "display_custom_bid_dimension", "comment": null}, "explorer_auto_optimizer_setting_opt_in": {"type": "BOOL", "index": 9, "name": "explorer_auto_optimizer_setting_opt_in", "comment": null}, "final_url_suffix": {"type": "STRING", "index": 10, "name": "final_url_suffix", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "status": {"type": "STRING", "index": 12, "name": "status", "comment": null}, "target_restrictions": {"type": "STRING", "index": 13, "name": "target_restrictions", "comment": null}, "tracking_url_template": {"type": "STRING", "index": 14, "name": "tracking_url_template", "comment": null}, "type": {"type": "STRING", "index": 15, "name": "type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.google_ads_source.stg_google_ads__ad_group_history_tmp"}, "model.google_ads_source.stg_google_ads__campaign_history_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_google_ads", "name": "stg_google_ads__campaign_history_tmp", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "ad_serving_optimization_status": {"type": "STRING", "index": 4, "name": "ad_serving_optimization_status", "comment": null}, "advertising_channel_subtype": {"type": "STRING", "index": 5, "name": "advertising_channel_subtype", "comment": null}, "advertising_channel_type": {"type": "STRING", "index": 6, "name": "advertising_channel_type", "comment": null}, "base_campaign_id": {"type": "INT64", "index": 7, "name": "base_campaign_id", "comment": null}, "customer_id": {"type": "INT64", "index": 8, "name": "customer_id", "comment": null}, "end_date": {"type": "STRING", "index": 9, "name": "end_date", "comment": null}, "experiment_type": {"type": "STRING", "index": 10, "name": "experiment_type", "comment": null}, "final_url_suffix": {"type": "STRING", "index": 11, "name": "final_url_suffix", "comment": null}, "frequency_caps": {"type": "STRING", "index": 12, "name": "frequency_caps", "comment": null}, "name": {"type": "STRING", "index": 13, "name": "name", "comment": null}, "optimization_score": {"type": "FLOAT64", "index": 14, "name": "optimization_score", "comment": null}, "payment_mode": {"type": "STRING", "index": 15, "name": "payment_mode", "comment": null}, "serving_status": {"type": "STRING", "index": 16, "name": "serving_status", "comment": null}, "start_date": {"type": "STRING", "index": 17, "name": "start_date", "comment": null}, "status": {"type": "STRING", "index": 18, "name": "status", "comment": null}, "tracking_url_template": {"type": "STRING", "index": 19, "name": "tracking_url_template", "comment": null}, "vanity_pharma_display_url_mode": {"type": "STRING", "index": 20, "name": "vanity_pharma_display_url_mode", "comment": null}, "vanity_pharma_text": {"type": "STRING", "index": 21, "name": "vanity_pharma_text", "comment": null}, "video_brand_safety_suitability": {"type": "STRING", "index": 22, "name": "video_brand_safety_suitability", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.google_ads_source.stg_google_ads__campaign_history_tmp"}, "model.google_ads_source.stg_google_ads__ad_group_history": {"metadata": {"type": "table", "schema": "dbt_joe_google_ads", "name": "stg_google_ads__ad_group_history", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"ad_group_id": {"type": "INT64", "index": 1, "name": "ad_group_id", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 2, "name": "updated_timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "ad_group_type": {"type": "STRING", "index": 4, "name": "ad_group_type", "comment": null}, "campaign_id": {"type": "INT64", "index": 5, "name": "campaign_id", "comment": null}, "campaign_name": {"type": "STRING", "index": 6, "name": "campaign_name", "comment": null}, "ad_group_name": {"type": "STRING", "index": 7, "name": "ad_group_name", "comment": null}, "ad_group_status": {"type": "STRING", "index": 8, "name": "ad_group_status", "comment": null}, "is_most_recent_record": {"type": "BOOL", "index": 9, "name": "is_most_recent_record", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5182.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 546958.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.google_ads_source.stg_google_ads__ad_group_history"}, "model.google_ads_source.stg_google_ads__campaign_history": {"metadata": {"type": "table", "schema": "dbt_joe_google_ads", "name": "stg_google_ads__campaign_history", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"campaign_id": {"type": "INT64", "index": 1, "name": "campaign_id", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 2, "name": "updated_timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "campaign_name": {"type": "STRING", "index": 4, "name": "campaign_name", "comment": null}, "account_id": {"type": "INT64", "index": 5, "name": "account_id", "comment": null}, "is_most_recent_record": {"type": "BOOL", "index": 6, "name": "is_most_recent_record", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1554.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 94057.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.google_ads_source.stg_google_ads__campaign_history"}, "model.google_ads_source.stg_google_ads__ad_stats": {"metadata": {"type": "table", "schema": "dbt_joe_google_ads", "name": "stg_google_ads__ad_stats", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"account_id": {"type": "INT64", "index": 1, "name": "account_id", "comment": null}, "date_day": {"type": "DATE", "index": 2, "name": "date_day", "comment": null}, "ad_group_id": {"type": "STRING", "index": 3, "name": "ad_group_id", "comment": null}, "ad_id": {"type": "INT64", "index": 4, "name": "ad_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 5, "name": "campaign_id", "comment": null}, "clicks": {"type": "INT64", "index": 6, "name": "clicks", "comment": null}, "spend": {"type": "FLOAT64", "index": 7, "name": "spend", "comment": null}, "impressions": {"type": "INT64", "index": 8, "name": "impressions", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 323921.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 32391798.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.google_ads_source.stg_google_ads__ad_stats"}, "model.google_ads_source.stg_google_ads__ad_history": {"metadata": {"type": "table", "schema": "dbt_joe_google_ads", "name": "stg_google_ads__ad_history", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"ad_group_id": {"type": "INT64", "index": 1, "name": "ad_group_id", "comment": null}, "ad_id": {"type": "INT64", "index": 2, "name": "ad_id", "comment": null}, "updated_timestamp": {"type": "TIMESTAMP", "index": 3, "name": "updated_timestamp", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "ad_type": {"type": "STRING", "index": 5, "name": "ad_type", "comment": null}, "ad_status": {"type": "STRING", "index": 6, "name": "ad_status", "comment": null}, "org_final_urls": {"type": "STRING", "index": 7, "name": "org_final_urls", "comment": null}, "final_url": {"type": "STRING", "index": 8, "name": "final_url", "comment": null}, "is_most_recent_record": {"type": "BOOL", "index": 9, "name": "is_most_recent_record", "comment": null}, "base_url": {"type": "STRING", "index": 10, "name": "base_url", "comment": null}, "url_host": {"type": "STRING", "index": 11, "name": "url_host", "comment": null}, "url_path": {"type": "STRING", "index": 12, "name": "url_path", "comment": null}, "utm_source": {"type": "STRING", "index": 13, "name": "utm_source", "comment": null}, "utm_medium": {"type": "STRING", "index": 14, "name": "utm_medium", "comment": null}, "utm_campaign": {"type": "STRING", "index": 15, "name": "utm_campaign", "comment": null}, "utm_content": {"type": "STRING", "index": 16, "name": "utm_content", "comment": null}, "utm_term": {"type": "STRING", "index": 17, "name": "utm_term", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 105019.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 23053253.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.google_ads_source.stg_google_ads__ad_history"}, "model.google_ads_source.stg_google_ads__account_history_tmp": {"metadata": {"type": "view", "schema": "dbt_joe_google_ads", "name": "stg_google_ads__account_history_tmp", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "auto_tagging_enabled": {"type": "BOOL", "index": 4, "name": "auto_tagging_enabled", "comment": null}, "currency_code": {"type": "STRING", "index": 5, "name": "currency_code", "comment": null}, "descriptive_name": {"type": "STRING", "index": 6, "name": "descriptive_name", "comment": null}, "final_url_suffix": {"type": "STRING", "index": 7, "name": "final_url_suffix", "comment": null}, "hidden": {"type": "BOOL", "index": 8, "name": "hidden", "comment": null}, "manager": {"type": "BOOL", "index": 9, "name": "manager", "comment": null}, "manager_customer_id": {"type": "INT64", "index": 10, "name": "manager_customer_id", "comment": null}, "optimization_score": {"type": "FLOAT64", "index": 11, "name": "optimization_score", "comment": null}, "pay_per_conversion_eligibility_failure_reasons": {"type": "STRING", "index": 12, "name": "pay_per_conversion_eligibility_failure_reasons", "comment": null}, "test_account": {"type": "BOOL", "index": 13, "name": "test_account", "comment": null}, "time_zone": {"type": "STRING", "index": 14, "name": "time_zone", "comment": null}, "tracking_url_template": {"type": "STRING", "index": 15, "name": "tracking_url_template", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.google_ads_source.stg_google_ads__account_history_tmp"}}, "sources": {"source.google_ads_source.adwords.account_history": {"metadata": {"type": "table", "schema": "google_ads_4", "name": "account_history", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "auto_tagging_enabled": {"type": "BOOL", "index": 4, "name": "auto_tagging_enabled", "comment": null}, "currency_code": {"type": "STRING", "index": 5, "name": "currency_code", "comment": null}, "descriptive_name": {"type": "STRING", "index": 6, "name": "descriptive_name", "comment": null}, "final_url_suffix": {"type": "STRING", "index": 7, "name": "final_url_suffix", "comment": null}, "hidden": {"type": "BOOL", "index": 8, "name": "hidden", "comment": null}, "manager": {"type": "BOOL", "index": 9, "name": "manager", "comment": null}, "manager_customer_id": {"type": "INT64", "index": 10, "name": "manager_customer_id", "comment": null}, "optimization_score": {"type": "FLOAT64", "index": 11, "name": "optimization_score", "comment": null}, "pay_per_conversion_eligibility_failure_reasons": {"type": "STRING", "index": 12, "name": "pay_per_conversion_eligibility_failure_reasons", "comment": null}, "test_account": {"type": "BOOL", "index": 13, "name": "test_account", "comment": null}, "time_zone": {"type": "STRING", "index": 14, "name": "time_zone", "comment": null}, "tracking_url_template": {"type": "STRING", "index": 15, "name": "tracking_url_template", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 46.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 8924.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.google_ads_source.adwords.account_history"}, "source.google_ads_source.adwords.campaign_history": {"metadata": {"type": "table", "schema": "google_ads_4", "name": "campaign_history", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "ad_serving_optimization_status": {"type": "STRING", "index": 4, "name": "ad_serving_optimization_status", "comment": null}, "advertising_channel_subtype": {"type": "STRING", "index": 5, "name": "advertising_channel_subtype", "comment": null}, "advertising_channel_type": {"type": "STRING", "index": 6, "name": "advertising_channel_type", "comment": null}, "base_campaign_id": {"type": "INT64", "index": 7, "name": "base_campaign_id", "comment": null}, "customer_id": {"type": "INT64", "index": 8, "name": "customer_id", "comment": null}, "end_date": {"type": "STRING", "index": 9, "name": "end_date", "comment": null}, "experiment_type": {"type": "STRING", "index": 10, "name": "experiment_type", "comment": null}, "final_url_suffix": {"type": "STRING", "index": 11, "name": "final_url_suffix", "comment": null}, "frequency_caps": {"type": "STRING", "index": 12, "name": "frequency_caps", "comment": null}, "name": {"type": "STRING", "index": 13, "name": "name", "comment": null}, "optimization_score": {"type": "FLOAT64", "index": 14, "name": "optimization_score", "comment": null}, "payment_mode": {"type": "STRING", "index": 15, "name": "payment_mode", "comment": null}, "serving_status": {"type": "STRING", "index": 16, "name": "serving_status", "comment": null}, "start_date": {"type": "STRING", "index": 17, "name": "start_date", "comment": null}, "status": {"type": "STRING", "index": 18, "name": "status", "comment": null}, "tracking_url_template": {"type": "STRING", "index": 19, "name": "tracking_url_template", "comment": null}, "vanity_pharma_display_url_mode": {"type": "STRING", "index": 20, "name": "vanity_pharma_display_url_mode", "comment": null}, "vanity_pharma_text": {"type": "STRING", "index": 21, "name": "vanity_pharma_text", "comment": null}, "video_brand_safety_suitability": {"type": "STRING", "index": 22, "name": "video_brand_safety_suitability", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 1554.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 298571.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.google_ads_source.adwords.campaign_history"}, "source.google_ads_source.adwords.ad_stats": {"metadata": {"type": "table", "schema": "google_ads_4", "name": "ad_stats", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"_fivetran_id": {"type": "STRING", "index": 1, "name": "_fivetran_id", "comment": null}, "customer_id": {"type": "INT64", "index": 2, "name": "customer_id", "comment": null}, "date": {"type": "DATE", "index": 3, "name": "date", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "active_view_impressions": {"type": "INT64", "index": 5, "name": "active_view_impressions", "comment": null}, "active_view_measurability": {"type": "FLOAT64", "index": 6, "name": "active_view_measurability", "comment": null}, "active_view_measurable_cost_micros": {"type": "INT64", "index": 7, "name": "active_view_measurable_cost_micros", "comment": null}, "active_view_measurable_impressions": {"type": "INT64", "index": 8, "name": "active_view_measurable_impressions", "comment": null}, "active_view_viewability": {"type": "FLOAT64", "index": 9, "name": "active_view_viewability", "comment": null}, "ad_group": {"type": "STRING", "index": 10, "name": "ad_group", "comment": null}, "ad_group_base_ad_group": {"type": "STRING", "index": 11, "name": "ad_group_base_ad_group", "comment": null}, "ad_id": {"type": "INT64", "index": 12, "name": "ad_id", "comment": null}, "ad_network_type": {"type": "STRING", "index": 13, "name": "ad_network_type", "comment": null}, "campaign_base_campaign": {"type": "STRING", "index": 14, "name": "campaign_base_campaign", "comment": null}, "campaign_id": {"type": "INT64", "index": 15, "name": "campaign_id", "comment": null}, "clicks": {"type": "INT64", "index": 16, "name": "clicks", "comment": null}, "conversions": {"type": "FLOAT64", "index": 17, "name": "conversions", "comment": null}, "conversions_value": {"type": "FLOAT64", "index": 18, "name": "conversions_value", "comment": null}, "cost_micros": {"type": "INT64", "index": 19, "name": "cost_micros", "comment": null}, "device": {"type": "STRING", "index": 20, "name": "device", "comment": null}, "impressions": {"type": "INT64", "index": 21, "name": "impressions", "comment": null}, "interaction_event_types": {"type": "STRING", "index": 22, "name": "interaction_event_types", "comment": null}, "interactions": {"type": "INT64", "index": 23, "name": "interactions", "comment": null}, "keyword_ad_group_criterion": {"type": "STRING", "index": 24, "name": "keyword_ad_group_criterion", "comment": null}, "view_through_conversions": {"type": "INT64", "index": 25, "name": "view_through_conversions", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 323921.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 123911957.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.google_ads_source.adwords.ad_stats"}, "source.google_ads_source.adwords.ad_group_history": {"metadata": {"type": "table", "schema": "google_ads_4", "name": "ad_group_history", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "ad_rotation_mode": {"type": "STRING", "index": 4, "name": "ad_rotation_mode", "comment": null}, "base_ad_group_id": {"type": "INT64", "index": 5, "name": "base_ad_group_id", "comment": null}, "campaign_id": {"type": "INT64", "index": 6, "name": "campaign_id", "comment": null}, "campaign_name": {"type": "STRING", "index": 7, "name": "campaign_name", "comment": null}, "display_custom_bid_dimension": {"type": "STRING", "index": 8, "name": "display_custom_bid_dimension", "comment": null}, "explorer_auto_optimizer_setting_opt_in": {"type": "BOOL", "index": 9, "name": "explorer_auto_optimizer_setting_opt_in", "comment": null}, "final_url_suffix": {"type": "STRING", "index": 10, "name": "final_url_suffix", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "status": {"type": "STRING", "index": 12, "name": "status", "comment": null}, "target_restrictions": {"type": "STRING", "index": 13, "name": "target_restrictions", "comment": null}, "tracking_url_template": {"type": "STRING", "index": 14, "name": "tracking_url_template", "comment": null}, "type": {"type": "STRING", "index": 15, "name": "type", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5182.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2508234.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.google_ads_source.adwords.ad_group_history"}, "source.google_ads_source.adwords.ad_history": {"metadata": {"type": "table", "schema": "google_ads_4", "name": "ad_history", "database": "bigquery-db", "comment": null, "owner": null}, "columns": {"ad_group_id": {"type": "INT64", "index": 1, "name": "ad_group_id", "comment": null}, "id": {"type": "INT64", "index": 2, "name": "id", "comment": null}, "updated_at": {"type": "TIMESTAMP", "index": 3, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "action_items": {"type": "STRING", "index": 5, "name": "action_items", "comment": null}, "ad_strength": {"type": "STRING", "index": 6, "name": "ad_strength", "comment": null}, "added_by_google_ads": {"type": "BOOL", "index": 7, "name": "added_by_google_ads", "comment": null}, "device_preference": {"type": "STRING", "index": 8, "name": "device_preference", "comment": null}, "display_url": {"type": "STRING", "index": 9, "name": "display_url", "comment": null}, "final_app_urls": {"type": "STRING", "index": 10, "name": "final_app_urls", "comment": null}, "final_mobile_urls": {"type": "STRING", "index": 11, "name": "final_mobile_urls", "comment": null}, "final_url_suffix": {"type": "STRING", "index": 12, "name": "final_url_suffix", "comment": null}, "final_urls": {"type": "STRING", "index": 13, "name": "final_urls", "comment": null}, "name": {"type": "STRING", "index": 14, "name": "name", "comment": null}, "policy_summary_approval_status": {"type": "STRING", "index": 15, "name": "policy_summary_approval_status", "comment": null}, "policy_summary_review_status": {"type": "STRING", "index": 16, "name": "policy_summary_review_status", "comment": null}, "status": {"type": "STRING", "index": 17, "name": "status", "comment": null}, "system_managed_resource_source": {"type": "STRING", "index": 18, "name": "system_managed_resource_source", "comment": null}, "tracking_url_template": {"type": "STRING", "index": 19, "name": "tracking_url_template", "comment": null}, "type": {"type": "STRING", "index": 20, "name": "type", "comment": null}, "url_collections": {"type": "STRING", "index": 21, "name": "url_collections", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 105019.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 21278560.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.google_ads_source.adwords.ad_history"}}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 360349a..0c4d0ec 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,7 +8,7 @@ - + @@ -16,17 +16,17 @@ - + - +
-