# ReferWith CDN ## Quick Start ### Web/E-commerce Integration ```html ``` ### Manual Tracking ```javascript // Track conversions referwith('track', 'purchase', { orderId: 'order_123', value: 149.99, currency: 'USD' }); // Generate affiliate links const link = referwith('generateLink', { url: 'https://store.com/product', affiliate: 'john_doe', campaign: 'summer2024' }); ``` ### Shopify Integration Shopify integration is automatic via the ReferWith app. No manual setup required. ## CDN Structure - `/js/referwith.min.js` - Latest web SDK - `/js/referwith-shopify.min.js` - Latest Shopify SDK - `/js/v1/` - Version 1.x releases - `/js/v1.0.0/` - Specific version ## Support Visit https://docs.referwith.io for documentation.