Shopify Report - Orders/Sales by Device

I created a Shopify report that shows Session data by Device but I want to see Orders and Sales by Device and cannot figure out how to create a report for this… what do you suggest

Shopify’s built-in reports don’t let you break down Orders or Sales by device — the “device type” dimension is only available in Session/Visitor reports. Order reports only use customer/order fields, not session data.

If you want that view, you’ll need to:

  • Export both reports (sessions by device + orders/sales) and join them externally, or

  • Use an analytics tool (like GA4, or a reporting app from the App Store) that tracks device → conversion.

So it’s not something you can build directly in the Shopify reports interface today.

Best regards,

Sinh Developer, from Tipo

1 Like

Shopify’s standard reports, restrict sales by device. To do this, the most optimal way is to export order data along with device type through Google Analytics or a custom app. Use checkout events or scripts to tag device orders, then use a custom report in Google Data Studio or some other BI tool. Hope this helps.