The Benchmarks table aggregates industry-wide data to provide a comparative analysis of performance across various metrics such as average order value, conversion rates, and advertising efficiency. Querying this table lets you compare your business's performance with industry standards, identify improvement opportunities, and strategize for competitive advantage.

📘

Note

event_date is a required field for queries on this table.

Benchmarks are available on a 1-day delay, so you should not include today's date in queries on this table.

Industry benchmarks are based on aggregated ad channel data collected by Triple Whale. To preserve anonymity, benchmark data is only shown when there are at least 20 ad channel sources that match your filter criteria.

Dimensions

Dimensions are immutable properties that can be used for grouping data.

NameTypeDescription
event_datedateThe date the ad was run. Based on the time zone of the ad platform at the moment of publishing.
event_date.daydateThe day the ad was run. Derived from event_date.
event_date.weekdateThe Sunday of the week during which the ad was run. Derived from event_date.
event_date.monthdateThe month during which the ad was run. Derived from event_date.
event_date.quarterdateThe first month of the quarter during which the ad was run. Derived from event_date.e nearest quarter.
event_date.yeardateThe year during which the ad was run. Derived from event_date.
industrystringThe industry category of the store as set by the seller in Triple Whale admin from a pre-defined list of industries.
aov_segmentstringSegmentation of orders based on the average order value.
gmv_segmentstringSegmentation of orders based on the gross merchandise value.
channelstringThe marketing or sales channel through which the order was acquired (e.g. Facebook, TikTok, Google).

Derived

Derived fields are metrics that are pre-calculated using multiple measures or advanced formulas.

NameTypeDescription
channel_reported_cpaformulaThe median Cost Per Acquisition as reported by the marketing channel.

Formula: approx_quantiles(channel_reported_cpa, 100)[offset(50)] AS channel_reported_cpa_median
channel_reported_cpcformulaThe median Cost Per Click as reported by the marketing channel.

Formula: approx_quantiles(channel_reported_cpc, 100)[offset(50)] AS channel_reported_cpc_median
channel_reported_cpmformulaThe median Cost Per Mille (Cost per 1000 impressions) as reported by the marketing channel.

Formula: approx_quantiles(channel_reported_cpm, 100)[offset(50)] AS channel_reported_cpm_median
channel_reported_cvrformulaThe median Conversion Rate as reported by the marketing channel.

Formula: approx_quantiles(channel_reported_cvr, 100)[offset(50)] AS channel_reported_cvr_median
channel_reported_ctrformulaThe median Click-Through Rate as reported by the marketing channel.

Formula: approx_quantiles(channel_reported_ctr, 100)[offset(50)] AS channel_reported_ctr_median
channel_reported_merformulaThe median Marketing Efficiency Ratio as reported by the marketing channel.

Formula: approx_quantiles(channel_reported_mer, 100)[offset(50)] AS channel_reported_mer_median
channel_reported_roasformulaThe median Return On Ad Spend as reported by the marketing channel.

Formula: approx_quantiles(channel_reported_roas, 100)[offset(50)] AS channel_reported_roas_median
channel_reported_aovformulaThe median Average Order Value as reported by the marketing channel.

Formula: approx_quantiles(channel_reported_aov, 100)[offset(50)] AS channel_reported_aov_median