Skip to content

Commit

Permalink
feat: Revise Google Political Ads due to new dataset version (#317)
Browse files Browse the repository at this point in the history
* regenerate TF files, less blank lines

* feat: refactor google_political_ads dataset pipeline
  • Loading branch information
adlersantos committed Mar 24, 2022
1 parent 4f1f6db commit 6ffb0d0
Show file tree
Hide file tree
Showing 33 changed files with 2,582 additions and 3,630 deletions.

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions datasets/google_political_ads/infra/advertiser_stats_pipeline.tf

This file was deleted.

This file was deleted.

39 changes: 0 additions & 39 deletions datasets/google_political_ads/infra/campaign_targeting_pipeline.tf

This file was deleted.

39 changes: 0 additions & 39 deletions datasets/google_political_ads/infra/creative_stats_pipeline.tf

This file was deleted.

39 changes: 0 additions & 39 deletions datasets/google_political_ads/infra/geo_spend_pipeline.tf

This file was deleted.

Expand Up @@ -18,7 +18,7 @@
resource "google_bigquery_dataset" "google_political_ads" {
dataset_id = "google_political_ads"
project = var.project_id
description = "Overview: This dataset contains information on how much money is spent by verified advertisers on political advertising across Google Ad Services. In addition, insights on demographic targeting used in political ad campaigns by these advertisers are also provided. Finally, links to the actual political ad in the Google Transparency Report (https://transparencyreport.google.com/) are provided. Data for an election expires 7 years after the election. After this point, the data are removed from the dataset and are no longer available.\n\nUpdate frequency: Weekly\n\nDataset source: Transparency Report: Political Advertising on Google\n\nTerms of use:\n\nSee the GCP Marketplace listing for more details and sample queries: https://console.cloud.google.com/marketplace/details/transparency-report/google-political-ads\n\nFor more information see:\nThe Political Advertising on Google Transparency Report at\nhttps://transparencyreport.google.com/political-ads/home\n\nThe supporting Frequently Asked Questions at\nhttps://support.google.com/transparencyreport/answer/9575640?hl=en\u0026ref_topic=7295796"
description = "Overview: This dataset contains information on how much money is spent by verified advertisers on political advertising across Google Ad Services. In addition, insights on demographic targeting used in political ad campaigns by these advertisers are also provided. Finally, links to the actual political ad in the Google Transparency Report (https://adstransparency.google.com) are provided. Data for an election expires 7 years after the election. After this point, the data are removed from the dataset and are no longer available.\n\nUpdate frequency: Daily\n\nDataset source: Transparency Report: Political Advertising on Google\n\nTerms of use:\n\nSee the GCP Marketplace listing for more details and sample queries: https://console.cloud.google.com/marketplace/details/transparency-report/google-political-ads\n\nFor more information see:\nThe Political Advertising on Google Transparency Report at\nhttps://adstransparency.google.com\n\nThe supporting Frequently Asked Questions at\nhttps://support.google.com/transparencyreport/answer/9575640?hl=en\u0026ref_topic=7295796"
}

output "bigquery_dataset-google_political_ads-dataset_id" {
Expand Down
39 changes: 0 additions & 39 deletions datasets/google_political_ads/infra/last_updated_pipeline.tf

This file was deleted.

0 comments on commit 6ffb0d0

Please sign in to comment.