Authored by Rock Zhang

修复criteo数据中的id未传递的bug

... ... @@ -7,7 +7,7 @@ window.criteo_q.push(
{ event: "setSiteType", type: "d" },
{ event: "trackTransaction" , id: "{{orderNum}}", item: [
{{#each items}}
{ id: "{{order_id}}", price: "{{goods_price}}", quantity: "{{buy_number}}"}
{ id: "{{product_id}}", price: "{{goods_price}}", quantity: "{{buy_number}}"}
{{#unless @last}}
,
{{/unless}}
... ...