Conversion Tracking Support
In order to show analytics data in the U-KOMI Admin you need to add the below code to your completon (thank you) page.
Code required to support conversion tracking:
<script>ukomiOrderTrackData = {orderId: "######ORDER_ID######", orderAmount: "######ORDER_AMOUNT#####", orderCurrency: "######ORDER_CURRENCY#####"}</script>
"API_KEY" should be the API key value found inside the U-KOMI Admin
"ORDER_ID" should be the ID of the order
"ORDER_AMOUNT" should be the amount of the order
"ORDER_CURRENCY" should be the currency of the order
In order to show analytics data in the U-KOMI Admin you need to add the below code to your completon (thank you) page.
Code required to support conversion tracking:
<script>ukomiOrderTrackData = {orderId: "######ORDER_ID######", orderAmount: "######ORDER_AMOUNT#####", orderCurrency: "######ORDER_CURRENCY#####"}</script>
"API_KEY" should be the API key value found inside the U-KOMI Admin
"ORDER_ID" should be the ID of the order
"ORDER_AMOUNT" should be the amount of the order
"ORDER_CURRENCY" should be the currency of the order
Updated on: 03 / 12 / 2019