Documentation Index

Fetch the complete documentation index at: https://docx.syndigo.com/llms.txt

Use this file to discover all available pages before exploring further.

Conversion Tracking

Prev Next

Conversion tracking requires type, event, qty (quantity), sku, and price. This enables our clients to measure the incremental lift in conversions that Syndigo produces.

window.SYNDI = window.SYNDI || [];
window.SYNDI.push({ 
     "type": "track", 
     "event": "transaction", 
     "orderid": "12341234ASDF", 
     "total": "1201.456", 
     "items": [ 
         { 
             "sku": "1234123r4", 
             "price": "123.546", 
             "count": "123" 
         }, 
         { 
             "sku": "12asdfa4123r4", 
             "price": "12.546", 
             "count": "1", 
             "customParam1": "foo" 
         } 
     ], 
     "customParam2": "bar" 
});