我需要安装 Pinterest 转换标签以动态跟踪 WooCommerce 订单中的“价值”和“订单数量”。Pinterest 标签有 2 个部分的 Javascript。第 1 部分是网站标题中的基本代码。第 2 部分是 Checkout 标头中的事件代码。
我认为第 2 部分必须在下面进行修改(需要更改 value 和 order_quantity 以从 WooCommerce 订单中提取):
<script>
pintrk('track', ' checkout ', {
value: {{Enhanced Transaction Revenue}},
order_quantity: {{item.quantity}}
});
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src=" https://ct.pinterest.com/v3/?tid= 123456789 &event= checkout &noscript=1" /> </noscript>
Pinterest 转换标签指南在这里:https ://help.pinterest.com/sites/help/files/pinterest_tag_instructions.pdf
在这一点上我很绝望,所以任何帮助将不胜感激......并奖励!