diff --git a/sql/moz-fx-data-shared-prod/ads/tiles_monthly/metadata.yaml b/sql/moz-fx-data-shared-prod/ads/tiles_monthly/metadata.yaml new file mode 100644 index 00000000000..45ed370624b --- /dev/null +++ b/sql/moz-fx-data-shared-prod/ads/tiles_monthly/metadata.yaml @@ -0,0 +1,14 @@ +friendly_name: Tiles Monthly Forecast +description: |- + Contains tiles inventory and revenue forecasts. + + Generated in outerbounds with the moz-forecasting repo. +owners: + - jsnyder@mozilla.com +workgroup_access: + - role: roles/bigquery.dataViewer + members: + - workgroup:ads + - role: roles/bigquery.dataEditor + members: + - workgroup:revenue/external-outerbounds-task-revenue diff --git a/sql/moz-fx-data-shared-prod/ads/tiles_monthly/schema.yaml b/sql/moz-fx-data-shared-prod/ads/tiles_monthly/schema.yaml new file mode 100644 index 00000000000..b176698e85e --- /dev/null +++ b/sql/moz-fx-data-shared-prod/ads/tiles_monthly/schema.yaml @@ -0,0 +1,43 @@ +fields: +- mode: NULLABLE + name: country_code + type: STRING +- mode: NULLABLE + name: submission_month + type: DATETIME +- mode: NULLABLE + name: direct_sales_included + type: BOOLEAN +- mode: NULLABLE + name: device + type: STRING +- mode: NULLABLE + name: placement + type: STRING +- mode: NULLABLE + name: product + type: STRING +- mode: NULLABLE + name: pricing_model + type: STRING +- mode: NULLABLE + name: forecast_month + type: DATETIME +- mode: NULLABLE + name: forecast_predicted_at + type: TIMESTAMP +- mode: NULLABLE + name: position + type: INTEGER +- mode: NULLABLE + name: impressions + type: FLOAT +- mode: NULLABLE + name: clicks + type: FLOAT +- mode: NULLABLE + name: revenue + type: FLOAT +- mode: NULLABLE + name: CPM + type: FLOAT