var stylightParameters = { 'propertyId': '{{ property_ID }}', // Your Stylight property id. Example: 'test12345' 'oi': '', // Order ID in your system. Example: 'abcde' 'ta': , // Total amount of the basket. Example: 10.5 'ic': , // Number of items in the basket. Example: 2 'c': '' // Currency of the sale: Example: 'USD' }; stylightSales.sendPixel(stylightParameters);