範例:shopline 加入追蹤清單
Google Tag Manager 安裝
Last updated
<script>
var title = document.title;
if(title !== undefined && title != ''){
itg('event', 'action',{
'type': "click",
'category': 'add_to_wishlist',
'label': title,
'value': {{shopline [add_to_wishlist] price}}
});
}
</script>