Easy Integration Guides

Get started in minutes with our step-by-step guides for any platform

🛍️

Shopify

⏱️ 5 min📊 Easy

Perfect for e-commerce stores using Shopify

Setup Steps:

  1. 1Install EventReach.AI app from Shopify App Store
  2. 2Connect your Meta Pixel ID
  3. 3Configure event tracking preferences
  4. 4Test your setup with our validation tool

Code Example:

// Add to your theme.liquid file
<script>
  window.EventReachConfig = {
    pixelId: 'YOUR_PIXEL_ID',
    events: ['view_content', 'add_to_cart', 'purchase']
  };
</script>
🛒

WooCommerce

⏱️ 10 min📊 Medium

For WordPress stores using WooCommerce

Setup Steps:

  1. 1Install EventReach.AI WordPress plugin
  2. 2Enter your Meta Pixel ID in settings
  3. 3Configure which events to track
  4. 4Test purchase flow to verify tracking

Code Example:

// Add to functions.php
add_action('wp_enqueue_scripts', function() {
  wp_enqueue_script('eventreach-ai', 
    'https://cdn.eventreach.ai/tracker.js');
});
🌐

Custom Website

⏱️ 15 min📊 Medium

For custom websites and applications

Setup Steps:

  1. 1Add EventReach.AI tracking script to your site
  2. 2Configure your Meta Pixel ID
  3. 3Implement event tracking calls
  4. 4Set up conversion tracking

Code Example:

// Add to your HTML head
<script src="https://cdn.eventreach.ai/tracker.js"></script>
<script>
  EventReach.init({
    pixelId: 'YOUR_PIXEL_ID',
    events: ['view_content', 'add_to_cart', 'purchase']
  });
</script>

API Integration

⏱️ 30 min📊 Advanced

For custom server-side implementations

Setup Steps:

  1. 1Get your API key from EventReach.AI dashboard
  2. 2Set up server-side event tracking
  3. 3Configure webhook endpoints
  4. 4Test API endpoints with sample data

Code Example:

// Node.js example
const EventReach = require('eventreach-ai');

const client = new EventReach({
  apiKey: 'YOUR_API_KEY'
});

client.track('purchase', {
  value: 99.99,
  currency: 'USD',
  content_ids: ['product_123']
});

API Documentation

Integrate EventReach.AI directly into your applications

POSTPOST /api/v1/events

Send events to EventReach.AI

https://api.eventreach.ai/v1/events
GETGET /api/v1/analytics

Retrieve analytics data

https://api.eventreach.ai/v1/analytics
POSTPOST /api/v1/webhooks

Configure webhook endpoints

https://api.eventreach.ai/v1/webhooks

Video Tutorials

Watch step-by-step video guides for quick setup

🎬

Quick Start Guide

Get up and running in under 4 minutes

⏱️ 3:45
⚙️

Advanced Configuration

Learn advanced settings and customization

⏱️ 8:20
🔧

Troubleshooting Common Issues

Solve the most common integration problems

⏱️ 6:15

Need Help with Integration?

Our expert team is here to help you get up and running quickly

💬

Live Chat

Get instant help from our experts

📚

Documentation

Comprehensive guides and examples

🎥

Video Tutorials

Step-by-step video guides

Ready to Start Tracking?

Join thousands of advertisers who've already integrated EventReach.AI