Skip to main content
rpt_order_attributed_marketing_utms is not yet deployed to customer Managed Data Warehouses. This page documents the intended schema for when the table is deployed.
To get the UTM signal SourceMedium selected as the primary attribution source for an order, filter to order_attributed_utms_is_sm_source_medium_selection = TRUE. This corresponds to sm_utm_final_source_priority = 1 in fct_order_attribution_signals and drives the sm_channel / sm_utm_* columns in obt_orders.
Grain is one row per UTM signal per order — orders with multiple UTM touchpoints have multiple rows. Join to obt_orders via order_id + sm_store_id to bring in revenue and order context. For a single-row-per-order view, filter to sm_order_attributed_utms_index = 1 (first touch) or sm_order_attributed_utms_index_reversed = 1 (last touch).