Get started in minutes with our step-by-step guides for any platform
Perfect for e-commerce stores using Shopify
// Add to your theme.liquid file
<script>
window.EventReachConfig = {
pixelId: 'YOUR_PIXEL_ID',
events: ['view_content', 'add_to_cart', 'purchase']
};
</script>For WordPress stores using WooCommerce
// Add to functions.php
add_action('wp_enqueue_scripts', function() {
wp_enqueue_script('eventreach-ai',
'https://cdn.eventreach.ai/tracker.js');
});For custom websites and applications
// 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>For custom server-side implementations
// 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']
});Integrate EventReach.AI directly into your applications
Send events to EventReach.AI
Retrieve analytics data
Configure webhook endpoints
Watch step-by-step video guides for quick setup
Get up and running in under 4 minutes
Learn advanced settings and customization
Solve the most common integration problems
Our expert team is here to help you get up and running quickly
Get instant help from our experts
Comprehensive guides and examples
Step-by-step video guides