# Job Viewed
# Giới thiệu
Job ViewedLà hành động xem thông tin chi tiết 1 job cụ thể trong danh sách job
# Trigger
Event được trigger khi truy cập trang chỉnh sửa job chien-dich-tuyen-dung/cap-nhat-tin/{maTin}
# Schema
# Host
POST /collect
# Request body
| Key | Desc |
|---|---|
| type | JobViewed |
| oth | Danh sách các object job viewed |
| Required Info Schema | Xem thông tin bắt buộc |
# Schema object job viewed
| Key | Type | Desc |
|---|---|---|
| jb_status | string | Trạng thái của tin tuyển dụng: - Đang hiển thị - Đang xét duyệt - Dừng hiển thị - Không công khai - Hết hạn - Bị từ chối |
| rc_care_id | int | Salesman đang care tin tuyển dụng |
| apr_by_id | int | id người duyệt tin |
| jb_id | int | id của tin tuyển dụng |
# Sample data gửi lên data platform
Message
{
"type": "JobViewed",
"referer": "https:\/\/topworking-ops-stag.rework.vn\/danh-sach-tin-tuyen-dung?publishRequest=showing",
"c_id": null,
"w": null,
"h": null,
"p_f": null,
"a_v": null,
"host": "topworking-ops-stag.rework.vn",
"o": null,
"p_n": "chien-dich-tuyen-dung\/cap-nhat-tin\/674656",
"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": 1670832292619,
"ip": "172.71.210.127",
"hrf": "https%3A%2F%2Ftopworking-ops-stag.rework.vn%2Fchien-dich-tuyen-dung%2Fcap-nhat-tin%2F674656",
"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": "b7ca3df4-2ecb-4717-aceb-63498fc3fcd8-1670832292619",
"oth": {
"jb_status": "\u0110ang hi\u1ec3n th\u1ecb",
"rc_care_id": "306",
"apr_by_id": "1133",
"jb_id": "674656"
}
}