Events Not Appearing

Symptom

You’ve installed TrackShift but events are not showing in:

  • TrackShift Validation dashboard
  • Google Analytics 4
  • Meta Events Manager
  • Other ad platforms

Quick Diagnostic Checklist

  • [ ] Web Pixels are installed (check Migration page)
  • [ ] Consent banner accepted (for GDPR regions)
  • [ ] Tracking IDs are correct
  • [ ] Ad blockers disabled for testing
  • [ ] Waited 2-5 minutes for events to appear

Step-by-Step Troubleshooting

Step 1: Verify Pixel Installation

  1. Go to TrackShift → Migration
  2. Check the status for each provider:
  • Installed – Pixel is active
  • ⚠️ Not Installed – Click “Install” to activate
  • Error – Check error message

If pixels show “Installed” but events aren’t flowing, continue to Step 2.

Step 2: Check Consent Status

If you’re in the EU or have a consent banner:

  1. Open your store in an Incognito/Private window
  2. You should see a consent banner
  3. Click Accept or Allow All
  4. Browse to a product page
  5. Add item to cart
  6. Check TrackShift in 2-3 minutes

Important: Events won’t fire until consent is granted. This is expected GDPR behavior.

Step 3: Test Without Ad Blockers

Ad blockers can interfere with event transmission:

  1. Disable any ad blocker extensions
  2. Or use a browser profile without extensions
  3. Clear your browser cache
  4. Visit your store and perform test actions

Step 4: Check Browser Network Tab

  1. Open your store in a new tab
  2. Press F12 to open Developer Tools
  3. Go to the Network tab
  4. In the filter box, type telemetry
  5. Browse your store (view product, add to cart)
  6. You should see requests to /api/telemetry/ingest

If you see requests:

  • Check the response status (should be 200)
  • Check the response body for errors

If you don’t see requests:

  • Pixel may not be installed correctly
  • Check for JavaScript errors in Console tab

Step 5: Check Console for Errors

  1. In Developer Tools, go to Console tab
  2. Look for any red error messages
  3. Filter by “TrackShift” or “pixel”

Common errors and solutions:

Error Solution
“Shop not found” Reinstall the app
“Invalid tracking ID” Update tracking ID in Migration
“Consent required” Accept consent banner
“Script blocked” Disable ad blocker

Step 6: Verify in Ad Platforms

Events may be flowing but not visible yet:

GA4:

  1. Go to GA4 → Configure → DebugView
  2. Enable debug mode in your browser
  3. Perform test actions
  4. Events should appear in real-time

Meta:

  1. Go to Events Manager → Test Events
  2. Enter your store URL
  3. Click “Open Website”
  4. Perform test actions
  5. Events appear in Test Events tab

TikTok:

  1. Go to Events Manager → Test Events
  2. Similar process to Meta

Step 7: Check Webhook Status

For purchase events specifically:

  1. Go to Shopify Admin → Settings → Notifications
  2. Scroll down to Webhooks
  3. Look for TrackShift webhook entries
  4. If missing, go to TrackShift and reinstall app

Common Causes of Missing Events

Cause 1: Multiple Tracking Implementations

If you have tracking code in multiple places, conflicts can occur:

  • Additional Scripts (legacy)
  • Theme.liquid
  • Shopify native apps
  • TrackShift

Solution: Remove duplicate tracking code. Keep only TrackShift.

Cause 2: Theme Conflicts

Some themes may have JavaScript that interferes with tracking:

  1. Try testing with a default Shopify theme
  2. If events work, your theme has a conflict
  3. Contact your theme developer

Cause 3: Checkout Restrictions

Shopify Plus stores with checkout.liquid customizations may have issues:

  1. Review checkout.liquid for conflicting scripts
  2. Ensure checkout extensibility is enabled
  3. Contact Shopify Plus support if needed

Cause 4: App Conflicts

Other Shopify apps may conflict:

  1. Temporarily disable other tracking apps
  2. Test TrackShift in isolation
  3. Re-enable apps one by one to find conflict

Still Not Working?

If you’ve tried all steps above:

  1. Take screenshots of:
  • TrackShift Migration page
  • Network tab showing (or not showing) requests
  • Any console errors
  1. Note your:
  • Browser and version
  • Operating system
  • Store URL
  1. Email support@trackshift.app with this information

Last updated: January 16, 2026