Generate a test tracking link to simulate affiliate traffic.
Click the buttons below to trigger custom tracking events.
Add the following script to your website to enable tracking:
<script src="https://withbatch.com/batch-tracking.js"></script>
<script>
// Optional configuration
window.batchTrackingConfig = {
debug: true
};
</script>
For mercacio.store domain:
<script src="https://mercacio.store/batch-tracking.js"></script>
<script>
// Optional configuration
window.batchTrackingConfig = {
debug: true
};
</script>
batchTracking.track('event-name', {
// Optional event data
productId: 'product123',
category: 'electronics'
});
batchTracking.trackPurchase({
orderId: 'order123',
total: 99.99,
items: [
{ id: 'product123', name: 'Smartphone', price: 99.99, quantity: 1 }
]
});