瀏覽內容

程式碼

請將「內容」追蹤程式碼,帶入各頁面對應資料後,在您想追蹤的每個網頁上透過 Javascript 發送。

itg('anchor', 'content',{
  'id': '',
  'category':'',
  'author':'',
  'tag':'',
  'user':{
    'type': '',
    'id': '',
    'email': '',
    'phone': ''
  }
});

參數說明

必要
參數
說明

id

string

內容 ID,代表與識別不同內容 ID,將用於「受眾篩選」之條件。

category

string

內容分類,依據內容的分類給予代號,將用於「受眾篩選」之條件。

author

string

內容作者,內容撰寫者 ID,將用於「受眾篩選」之條件。

tag

string

內容標籤,標籤或關鍵字,多個以「,」逗號區隔,將用於「受眾篩選」之條件。

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