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.

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

Derived

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

NameTypeDescriptionSource
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
Triple Whale
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
Triple Whale
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
Triple Whale
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
Triple Whale
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
Triple Whale
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
Triple Whale
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
Triple Whale
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
Triple Whale