This tool is optimized for desktop. For the best experience, open it on your computer.
Your data never leaves your browser. No uploads. No servers. 100% private.
Step 2 of 4: how to export
How to get your exports
Follow the steps for each platform. Both take about two minutes. Make sure to use the same date range for both exports before you start.
GA4Transactions export
  1. Log into GA4 at analytics.google.com and select your property
  2. In the left sidebar click Reports, then expand Monetization
  3. Click Transactions
  4. Set the date range in the top right corner to the period you want to check
  5. Click the download icon in the top right of the report and select Download CSV
If you see a blue banner at the top of GA4 saying data is being estimated to account for cookie consent, make a note of this. It means some of your GA4 transactions are modeled by Google, not directly observed. The tool will flag this in your results.
ShopifyPayments export
  1. In your Shopify admin go to Analytics, then Reports
  2. Click Create custom report in the top right corner
  3. Delete all the default text in the query editor
  4. Paste in the query below exactly as shown
  5. Update the SINCE and UNTIL dates to match your GA4 export
  6. Click Run report, then Export, then Export current report
FROM payments
  SHOW transactions, transaction_amount, net_payments
  GROUP BY order_id, transaction_kind,
    payment_gateway, transaction_id
    WITH GROUP_TOTALS, TOTALS
  SINCE 2026-04-01 UNTIL 2026-04-30
  ORDER BY order_id ASC
VISUALIZE transactions
If you do not see Create custom report, your Shopify plan may not support custom reports. You need the Basic plan or above. Contact your account owner to confirm.
Next: Upload Your Files ← back