Skip to main content

New Product Update

Aggregate MTA is replacing the Buckets Breakdown schema. Rockerbox will reach out to you directly when you are required to migrate to this new schema.

Description

  • The Aggregate MTA schema offers granular marketing performance reporting including spend, attributed conversions, and revenue for all conversion events tracked in Rockerbox.
  • This dataset is aggregated for each date down to the lowest level of granularity that ad performance is tracked in Rockerbox (e.g., ad group level for Google Ads, ad level for Meta).

Table Creation

This table is automatically created upon connecting Rockerbox with your supported warehouse provider.

Partition Keys

aggregate_mta is an external table. There are two partition keys relevant for data access:
  • conversion_event_id
  • date
💡 Note: Leverage partition keys when querying the table to improve query efficiency.

Usage Notes

  • Aggregate (SUM) attributed conversions and revenue and spend across relevant dimension columns (e.g., date, tier_1, tier_2, etc.) to compute KPIs such as CPA and ROAS.
  • To only extract spend apply WHERE included_spend > 0

Sample SQL (compatible with Snowflake, BigQuery, and Redshift)


Primary Key

There is no logical primary key in this table. Each row represents metrics (spend OR conversions/revenue) aggregated by the following dimensions:
  • date
  • platform_join_key
  • tier_1
  • tier_2
  • tier_3
  • tier_4
  • tier_5
Measures (spend, attributed_conversions, attributed_revenue) should be aggregated across this full set (or subset) of dimensions to avoid double counting.

Field Reference