# Job List Viewed
# Giới thiệu
JobListViewedlà event bắn lên TA với mục đích lưu lại các job đã được người dùng xem tại trang danh sách job
# Trigger
- Tất cả các job trên trang sẽ được gửi event khi user truy cập màn hình
/danh-sach-tin-tuyen-dung
# Schema
# Host
POST /collect
# Request body
| Key | Desc |
|---|---|
| type | JobListViewed |
| oth | Danh sách các object job list viewed |
| Required Info Schema | Xem thông tin bắt buộc |
# Schema object job list viewed
| Key | Type | Desc |
|---|---|---|
| type | - | pageview |
| jb_id | string | ID của tin tuyển dụng |
| id | string | topworking.vn |
# Sample data gửi lên data platform
{
"type": "JobListViewed",
"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": "danh-sach-tin-tuyen-dung",
"q": {
"id": "674654",
"recruitment_campaign_id": null,
"title": null,
"publishRequest": "showing",
"created_from": null,
"created_to": null,
"employer_id": null,
"order": null,
"service_id": null,
"department_ids": null,
"admin_id": null,
"restriction_level": "0",
"status_survey": "0"
},
"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": 1670826843717,
"ip": "172.71.210.46",
"hrf": "https%3A%2F%2Ftopworking-ops-stag.rework.vn%2Fdanh-sach-tin-tuyen-dung%3Fadmin_id%3D%26created_from%3D%26created_to%3D%26department_ids%3D%26employer_id%3D%26id%3D674654%26order%3D%26publishRequest%3Dshowing%26recruitment_campaign_id%3D%26restriction_level%3D0%26service_id%3D%26status_survey%3D0%26title%3D",
"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": "1b0aa91f-56fd-49b6-924f-6c8ec75b248b-1670826843717",
"oth": {
"type": "pageview",
"id": "topworking.vn",
"jb_id": "674654"
}
}