Skip to main content

Description

The Platform - Pinterest dataset contains performance metrics and conversion reporting at the daily, pin-level granularity.

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
  • ad_id
  • pin_promotion_id

Field Reference


Nested Fields

The following fields are structured as dictionaries (dict type):
  • 1d_view
  • 1d_click
  • 1d_engagement
  • 7d_view
  • 7d_click
  • 7d_engagement
  • 14d_view
  • 14d_click
  • 14d_engagement
  • 30d_view
  • 30d_click
  • 30d_engagement
  • 60d_view
  • 60d_click
  • 60d_engagement
Each dictionary contains conversion event names as keys and the associated conversion count as values.

Example Stored Object

Snowflake - Querying Nested Fields

Extract a Single Event

Redshift - Querying Nested Fields (SUPER type)

Extract a Single Event

BigQuery - Querying Nested Fields (JSON type)

Extract a Single Event