pay-analysis.phtml 583 Bytes
{{# criteo}}
<script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
<script type="text/javascript">
window.criteo_q = window.criteo_q || [];
window.criteo_q.push( 
    { event: "setAccount", account: [16184] },
    { event: "setSiteType", type: "d" },
    { event: "trackTransaction" , id: "{{orderNum}}", item: [
        {{#each items}}
            { id: "{{product_id}}", price: "{{goods_price}}", quantity: "{{buy_number}}"}
            {{#unless @last}}
            ,
            {{/unless}}
        {{/each}}
    ]}
);
</script>
{{/ criteo}}