# Approve Button Clicked
# Giới thiệu
- Là hành động chuyển trạng thái job thành Đang hiển thị bởi người dùng trên TopWorking
# Trigger
Event được trigger khi chọn "Duyệt" hoặc "Lưu và Duyệt" tại màn hình chi tiết tin tuyển dụng: chien-dich-tuyen-dung/cap-nhat-tin/{maTinTuyenDung}
# Schema
# Host
POST /collect
# Request body
| Key | Desc |
|---|---|
| type | ApproveButtonClicked |
| oth | Danh sách các object approve button clicked |
| Required Info Schema | Xem thông tin bắt buộc |
# Schema object approve button clicked
| 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
{
"type": "ApproveButtonClicked",
"referer": "https:\/\/topworking-ops-stag.rework.vn\/chien-dich-tuyen-dung\/cap-nhat-tin\/674657?disable_compare=1",
"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": "chien-dich-tuyen-dung\/cap-nhat-tin",
"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": 1670832782188,
"ip": "162.158.163.34",
"hrf": "https%3A%2F%2Ftopworking-ops-stag.rework.vn%2Fchien-dich-tuyen-dung%2Fcap-nhat-tin",
"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": "92b77969-a6a8-4086-8d59-e6f9cdcad7a2-1670832782188",
"oth": {
"jb_status": "\u0110ang hi\u1ec3n th\u1ecb",
"rc_care_id": "306",
"apr_by_id": "306",
"jb_id": "674657",
"type": "buttonclick"
}
}