Finding Your GA4 Measurement ID
- Go to Google Analytics
- Click Admin (gear icon)
- Select your property
- Click Data Streams
- Select your web stream
- Copy the Measurement ID (starts with “G-“)
Required Configuration
| Field | Where to Find It |
| Measurement ID | Data Streams → Web Stream |
|---|---|
| API Secret (for server-side) | Data Streams → Measurement Protocol API secrets |
Creating an API Secret (for Pro users)
- In your Data Stream, scroll to Measurement Protocol API secrets
- Click Create
- Name it “TrackShift”
- Copy the secret value
- Enter it in TrackShift → Integrations → GA4
Events Sent to GA4
| TrackShift Event | GA4 Event Name |
| page_viewed | page_view |
|---|---|
| product_viewed | view_item |
| product_added_to_cart | add_to_cart |
| checkout_started | begin_checkout |
| payment_info_submitted | add_payment_info |
| checkout_completed | purchase |
—