How to Set Up Google Analytics and Google Analytics 4 in Orchid POS
This guide walks through retrieving your GA4 tag code from Google Analytics and installing it in your Orchid Point of Sale.
To connect Google Analytics 4 (GA4) to your Orchid website, first sign in to Google Analytics at analytics.google.com. From the Admin menu (gear icon in the lower left), select Data Streams under the Property column, then open your website's Web data stream. Scroll down to View tag instructions, select the Install manually tab, and copy the entire Google tag code.
The code will look similar to this:
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</script>
Your unique Measurement ID (for example, G-S1TCMQG123) can also be found within your Web data stream if you need to verify it.
Once you've copied the entire tag, open Orchid POS and navigate to Online → Build and Manage Site → Site Title and Analytics. Paste the complete Google tag into the Google Analytics 4 (GA4) Code field and save your changes.
After the code has been added, it may take a few minutes to a couple of hours after your website receives traffic before Google Analytics begins reporting data. You can confirm the installation by returning to your Web data stream in Google Analytics and checking for a Receiving data status, or by opening your website in an Incognito or Private browser window and viewing Reports → Realtime in GA4 to see your visit appear.
If you have not yet created a Google Analytics 4 property, you'll need to do so before a Web data stream is available. Be sure to copy the entire Google tag, not just the Measurement ID, as the full script is required for tracking to function correctly. If you are replacing an existing GA4 property, remove the old tracking code before pasting the new one rather than placing both snippets in the field.
Open the live site in an incognito window, then check Reports > Realtime in GA4 to confirm the visit shows up.