Overview
A dimension will always consist of anentity (e.g. order, customer) and a dimension, which is a
qualifier that specifies a certain attribute of the entity. Like with metrics, the entity and dimension
combination is the majority of what you’re looking for when locating a dimension or typing a dimension in a query.
As such, entity and dimension will always appear next to each other, with any modifiers appearing first.
Dimension column name formula
{{ modifier }}_{{ entity }}_{{ dimension }}
Examples
order_index, whereorderis theentityandindexis thedimensionthat specifies the attribute of the orderproduct_variant_title, whereproduct_variantis theentityandtitleis thedimensionthat specifies the attribute of the product variant
entity.
Examples with modifiers
primary_order_payment_gateway, whereorderis theentity,payment_gatewayis thedimension, andprimarymodifies thisentity_dimensioncombinationmost_recent_refund_date, whererefundis theentity,dateis thedimension, andmost_recentmodifies thisentity_dimensioncombination

