範例:shopline 分類點擊
Google Tag Manager 安裝
Last updated
<script>
if({{Click Text}} !== undefined && {{Click Text}} != ''){
itg('event', 'action',{
'type': "click",
'category': 'category',
'label': {{Click Text}},
'value': ''
});
}
</script>