UTT Installation
Installation
2
3
trackConversion function
trackConversion function<script>
ire('trackConversion', ACTIONTRACKERID, {
orderId: "Your Order Id here",
customProfileId: "Your Custom Profile Id here",
customerId: "Your Customer Id here",
customerEmail: "SHA1 Hash of Customer Email",
customerStatus: "New or Existing",
currencyCode: "USD",
orderPromoCode: "Your Promo Code here",
items: [
{
subTotal: 100.00,
category: "Category here",
sku: "SKU here",
quantity: 2,
name: "Product Name here"
},
{
subTotal: 50.00,
category: "Category here",
sku: "SKU here",
quantity: 1,
name: "Product Name here"
}
]
}, { verifySiteDefinitionMatch: true });
</script>trackConversion parameter definitions
trackConversion parameter definitionsParameter
Description
Data Type
trackConversion example payload
trackConversion example payloadLast updated
