該代碼在下面提供。我將它包含在感謝頁面中。谷歌分析電子商務跟蹤不起作用
##ITEM# - these are the replace codes and they are working just fine.
什麼問題?
<!-- GOOGLE ANALYTICS ECOMMERCE CONVERSION TRACKING -->
<!-- https://developers.google.com/analytics/devguides/collection/analyticsjs/ecommerce -->
<script>
ga('require', 'ecommerce', 'ecommerce.js');
ga('ecommerce:addTransaction', {
'id': ##ORDER_ID#, // Transaction ID. Required.
'revenue': ##ORDER_PRICE#, // Grand Total.
'tax': ##ORDER_PRICE_TAX# // Tax.
});
ga('ecommerce:send');
</script>
<!-- END: GOOGLE ANALYTICS CONVERSION TRACKING -->
你包括的analytics.js也? - 我認爲沒有這些,交易追蹤不會奏效。 –
是否在檢查標準報告之前等待24小時? – DaImTo
@DaImTo是我做過 – chuckfinley