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