會員追蹤

程式碼

當「註冊」、「登入」、「登入」、「更新會員資料」時,透過 Javascript 填入「會員」資料後發送。

itg('event', 'member',{
  'type': '',
  'user':{
    'type': '',
    'id': '',
    'email': '',
    'phone': ''
  }
});

參數說明

必要
參數
說明

member type

string

會員行為,例如:註冊帳號、登入、登出、更新資料

  • 註冊:register

  • 登入:login

  • 登出:logout

  • 更新:update

user type

string

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

  • 自有會員:own

  • Line 來源:line

  • Facebook 來源:facebook

  • Google 來源:google

user id

string

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

user email

string

使用者 email,將串聯 User Email 資料,讓「受眾篩選」的「整合資訊」條件更加精準。

user phone

string

使用者 phone,將串聯 User Phone 資料,讓「受眾篩選」的「整合資訊」條件更加精準。

Last updated