整合追蹤

程式碼

將 user 資料帶入後,在您想追蹤的每個網頁上透過 Javascript 發送。

<script>
itg('anchor', 'user',{
  'type':'',
  'id':'',
  'email':'',
  'phone': ''
});
</script>

參數說明

必要
參數
說明

user type

string

使用者來源,類別,例如:own, line, facebook, google

  • 自有會員:own

  • Line 來源:line

  • Facebook 來源:facebook

  • Google 來源:google

user id

string

使用者 id,串聯多維資料,讓「受眾篩選」的「整合 ID」條件篩選更加精準。

user email

string

使用者 email,串聯多維資料,讓「受眾篩選」的「整合 ID」條件篩選更加精準。

user phone

string

使用者 phone,串聯多維資料,讓「受眾篩選」的「整合 ID」條件篩選更加精準。

Last updated