Skip to content
← Back to Docs

WooCommerce Integration

Install TinyTap Analytics on your WordPress/WooCommerce store

🔌 Popular Choice: WordPress plugin with automatic WooCommerce event tracking. Powers 36% of all online stores.

Installation Methods

Option 1: WordPress Plugin (Recommended)

Install the TinyTap Analytics plugin from the WordPress Plugin Directory:

  1. Go to WordPress Admin → Plugins → Add New
  2. Search for "TinyTap Analytics"
  3. Click Install Now → Activate
  4. Go to Settings → TinyTap Analytics
  5. Enter your API key and save

Plugin availability:

Coming soon - WordPress.org submission in progress

Option 2: Manual Installation

Add the tracking script manually to your theme:

  1. Go to Appearance → Theme File Editor
  2. Select your theme's header.php
  3. Add this code before </head>:
<script src="https://cdn.tinytapanalytics.com/sdk.js"></script>
<script>
  TinyTap.init({
    apiKey: 'YOUR_API_KEY_HERE',
    trackWooCommerce: true,
    trackRageClicks: true,
    trackMicroInteractions: true
  });
</script>

WooCommerce-Specific Tracking

The plugin automatically tracks:

  • Product views with SKU and category
  • Add to cart / Remove from cart events
  • Checkout process steps
  • Order completion with revenue tracking
  • Cart abandonment detection
  • Coupon usage and discounts

Configuration

Plugin Settings

Available in Settings → TinyTap Analytics:

  • API Key: Your unique tracking identifier
  • Track Logged-in Users: Include/exclude logged-in user activity
  • Enable Product Recommendations: AI-powered product insights
  • Privacy Mode: Enhanced GDPR compliance mode

Verification

Test your installation:

  1. Visit your WooCommerce store in a private/incognito window
  2. Browse products and add items to cart
  3. Check your TinyTap Analytics dashboard
  4. Verify events are appearing in real-time

💡 Tip: Check WordPress Admin → Tools → Site Health for any plugin conflicts.

Compatibility

Requirements

  • WordPress 5.8 or higher
  • WooCommerce 6.0 or higher
  • PHP 7.4 or higher

Compatible With

  • Most WordPress themes
  • Popular page builders (Elementor, Divi, etc.)
  • WooCommerce extensions and add-ons

Need Help?

Our WordPress/WooCommerce experts are ready to assist

Contact Support