Skip to content
← Back to Docs

BigCommerce Integration

Install TinyTap Analytics on your BigCommerce store

đŸĸ Enterprise Ready: OAuth integration with App Marketplace installation. Perfect for mid-market and enterprise stores.

Installation Methods

Option 1: App Marketplace (Recommended)

Install from the BigCommerce App Marketplace:

  1. Go to BigCommerce Control Panel → Apps → Marketplace
  2. Search for "TinyTap Analytics"
  3. Click Get This App → Install
  4. Authorize the app permissions
  5. Complete setup wizard

App Marketplace:

Coming soon - BigCommerce App submission in progress

Option 2: Script Manager

Add tracking via Script Manager (for immediate access):

  1. Go to Storefront → Script Manager
  2. Click Create a Script
  3. Select Footer location and All Pages
  4. Paste the script below:
<script src="https://cdn.tinytapanalytics.com/sdk.js"></script>
<script>
  TinyTap.init({
    apiKey: 'YOUR_API_KEY_HERE',
    trackRageClicks: true,
    trackMicroInteractions: true,
    trackCartAbandonment: true,
    trackBigCommerce: true
  });
</script>

BigCommerce-Specific Features

The integration automatically tracks:

  • Product views with variant details
  • Category browsing and filtering
  • Cart operations (add, remove, update)
  • Multi-step checkout progress
  • Order completion with revenue data
  • Customer account interactions
  • Search queries and results

OAuth Permissions

Required Scopes

The app requests these read-only permissions:

  • Orders: Read order data for revenue tracking
  • Products: Read product catalog for event enrichment
  • Cart: Track cart operations
  • Store Information: Basic store metadata

â„šī¸ TinyTap Analytics never writes data back to your store or accesses customer PII.

Configuration Options

Event Tracking

  • Product impressions and clicks
  • Rage click detection on checkout
  • Scroll depth and engagement
  • Form abandonment tracking

Privacy Settings

Configure cookie consent, data retention, and GDPR compliance options in your dashboard.

Verification

Verify your installation:

  1. Visit your BigCommerce storefront
  2. Open browser DevTools → Console tab
  3. Look for "TinyTap Analytics initialized" message
  4. Browse products and add items to cart
  5. Check dashboard for incoming events (appears within seconds)

💡 Tip: Use BigCommerce's Preview mode to test without affecting live traffic.

Troubleshooting

Script not loading?

  • Check Script Manager settings (should be Footer, All Pages)
  • Verify your API key is correct
  • Clear BigCommerce cache and CDN cache
  • Check for Content Security Policy (CSP) restrictions

Events not appearing?

Check browser console for errors. Events batch automatically and send within 10 seconds.

Need Help?

Our BigCommerce integration specialists are here to help

Contact Support