# Notification Clicked
# Giới thiệu
- Là thao tác click thông báo trong popover mở từ header để xem thông báo đó tại màn
/thong-bao
# Trigger
Event được trigger khi bấm vào 1 thông báo trong popover mở từ header trang Top Working
# Schema
# Host
POST /collect
# Request body
| Key | Desc |
|---|---|
| type | NotificationClicked |
| oth | Danh sách các object notification clicked |
| Required Info Schema | Xem thông tin bắt buộc |
# Schema object notification clicked
| Key | Type | Desc |
|---|---|---|
| notification_id | int | ID thông báo |
| type | int | Loại thông báo |
| jb_id | int | null | ID của tin tuyển dụng |
| epl_id | int | null | ID của NTD |
# Sample data gửi lên data platform
{
"type": "NotificationClicked",
"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": "https:\/\/topworking-ops-stag.rework.vn",
"p_n": "ajax-update-noti-status",
"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": 1670840744316,
"ip": "162.158.170.146",
"hrf": "https%3A%2F%2Ftopworking-ops-stag.rework.vn%2Fajax-update-noti-status",
"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": "b087ac60-3af6-4658-9fbb-389757b53348-1670840744316",
"oth": {
"notification_id": "2303523",
"type": "15",
"jb_id": "",
"epl_id": "374582"
}
}