Skip to main content

search_conversions

The search_conversions schema captures the online store search funnel in aggregate. It follows the path from sessions that search, to clicks, cart additions, and completed checkouts, along with the conversion rate at each step.


Counts and calculations that let you track key business indicators. Metrics show up as the columns when queried.

Metrics you can use when querying FROM search_conversions.

Anchor to search_added_to_cart_rate
search_added_to_cart_rate

Online store sessions with searches and items added to cart relative to all sessions with searches

Anchor to search_click_rate
search_click_rate

Online store sessions in which a customer clicked a search result relative to all sessions with searches

Anchor to search_conversion_rate
search_conversion_rate

Online store sessions with searches and a completed purchase relative to all sessions with searches

Anchor to search_sessions_that_completed_checkout
search_sessions_that_completed_checkout

Number of online store sessions in which a customer searched your site and also made a purchase

Anchor to search_sessions_with_cart_additions
search_sessions_with_cart_additions

Number of online store sessions in which a customer searched your site and also added an item to the cart

Anchor to search_sessions_with_clicks
search_sessions_with_clicks

Number of online store sessions in which a customer clicked on a search result

Anchor to sessions_with_searches
sessions_with_searches

Number of online store sessions with searches


Attributes of your data that let you look more granularly at aspects of the data. Group and filter by dimensions to shape the rows your query returns.

Dimensions you can use when querying FROM search_conversions.

Day (timestamp) the data was recorded

Anchor to day_of_week
day_of_week

The day of week a search happened, with values Monday through Sunday.

Hour (timestamp) the data was recorded

Anchor to hour_of_day
hour_of_day

The hour of day a search happened, with values 0 through 23.

Anchor to minute
minute

Minute (timestamp) the data was recorded

Anchor to month
month

Month (timestamp) the data was recorded

Anchor to month_of_year
month_of_year

The month of year a search happened, with values 1 through 12.

Anchor to quarter
quarter

Quarter (timestamp) the data was recorded

Anchor to second
second

Second (timestamp) the data was recorded

Anchor to shop_id
shop_id

The unique Shopify identifier for your store. Use shop_id with shop_name to show readable store labels.

Week (timestamp) the data was recorded

Anchor to week_of_year
week_of_year

The week of year a search happened, with values 1 through 53.

Year (timestamp) the data was recorded

Anchor to shop_name
shop_name

Name of your store


  • searches: Search volume and intent for what shoppers look for.
  • search_queries: Query-level click outcomes for which terms drive engagement.
  • sessions: Storewide session data for a denominator beyond search-driven traffic.

Was this page helpful?