# Employer List Viewed

# Giới thiệu

  • JobListViewed là event bắn lên TA với mục đích lưu lại các NTD đã được người dùng xem tại trang danh sách NTD

# Trigger

  • Tất cả các NTD trên trang sẽ được gửi event khi user truy cập màn hình
  • Lưu lại thao tác truy cập màn hình qua thông báo hoặc từ left menu

# Schema

# Host

POST /collect

# Request body

Key Desc
type EmployerListViewed
oth Danh sách các object employer list viewed
Required Info Schema Xem thông tin bắt buộc

# Schema object employer list viewed

Key Type Desc
id string topworking.vn
type string pageview
epl_id int ID NTD

# Sample data gửi lên data platform

{
    "type": "EmployerListViewed",
    "referer": "https:\/\/topworking-ops-stag.rework.vn\/",
    "c_id": null,
    "w": null,
    "h": null,
    "p_f": null,
    "a_v": null,
    "host": "topworking-ops-stag.rework.vn",
    "o": null,
    "p_n": "nha-tuyen-dung-tiep-nhan\/tat-ca",
    "q": null,
    "id": "topworking.vn",
    "u_id": "306",
    "u_e": "email_306@gmail.com",
    "u_p": "0000000306",
    "u_n": "\u0110\u1eadu Th\u1ecb H\u1ed3ng",
    "src": "backend",
    "tab_id": null,
    "ts": 1670838894314,
    "ip": "162.158.179.121",
    "hrf": "https%3A%2F%2Ftopworking-ops-stag.rework.vn%2Fnha-tuyen-dung-tiep-nhan%2Ftat-ca",
    "t_i": null,
    "cv_i": null,
    "p": null,
    "b": null,
    "jb_ids": null,
    "v_t": null,
    "imprs": null,
    "d_i": null,
    "f_p": null,
    "jr_i": null,
    "unique_id": null,
    "u_s": null,
    "u_m": null,
    "u_c": null,
    "ta_source": null,
    "sc_v": "v1.0.0",
    "uni": "a4e9b02e-db4d-42d0-ae4d-cb9dafe284e5-1670838894314",
    "oth": {
        "id": "topworking.vn",
        "type": "pageview",
        "epl_id": "374540"
    }
}