Skip to main content

Description

The Platform – Google dataset contains aggregated performance metrics from Google Ads (formerly AdWords), including spend, impressions, clicks, and conversion data.

Partition Keys

  • identifier
  • date
💡 Note: Leverage partition keys when querying the table to improve query efficiency.

Logical Primary Key

These fields uniquely identify a record. While data warehouses do not enforce primary key constraints, this combination functions as the logical primary key for the table.
  • identifier
  • date
  • utc_hour
  • campaign_id
  • ad_group_id
  • ad_network_type

Field Reference


Nested Fields

The following fields are nested JSON objects keyed by Facebook conversion event name:
  • all_conversions_by_conversion_date
  • all_conversions
  • view_through_conversions
  • all_conversions_value_by_conversion_date
  • all_conversions_value
  • view_through_lookback_window_days
  • click_through_lookback_window_days

Example Stored Object

Snowflake - Querying Nested Fields

Extract a Single Event

Flatten All Events Into Rows

Redshift - Querying Nested Fields (SUPER type)

Extract a Single Event

Flatten All Events Into Rows

BigQuery - Querying Nested Fields (JSON type)

Extract a Single Event

Flatten All Events Into Rows