範例:shopline 分享 Whatsapp
Google Tag Manager 安裝
Last updated
<script>
var title = document.title;
if(title !== undefined && title != ''){
itg('event', 'action',{
'type': 'share',
'category': 'whatsapp',
'label': title
});
}
</script>