---
title: "POST /v4/{+parent}/clientEvents"
method: POST
path: "/v4/{+parent}/clientEvents"
tags: ["projects"]
---

# POST /v4/{+parent}/clientEvents

`POST /v4/{+parent}/clientEvents`

Report events issued when end user interacts with customer's application that uses Cloud Talent Solution. You may inspect the created events in [self service tools](https://console.cloud.google.com/talent-solution/overview). [Learn more](https://cloud.google.com/talent-solution/docs/management-tools) about self service tools.

## Path parameters

- `parent` string, required

## Request body

- ClientEvent — An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of results for the API clients, enabling the service to perform optimally. The number of events sent must be consistent with other calls, such as job searches, issued to the service by the client.
  - `requestId` string — Strongly recommended for the best service experience. A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.
  - `createTime` string, google-datetime — Required. The timestamp of the event.
  - `eventNotes` string — Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
  - `jobEvent` JobEvent — An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
    - `jobs` string[] — Required. The job name(s) associated with this event. For example, if this is an impression event, this field contains the identifiers of all jobs shown to the job seeker. If this was a view event, this field contains the identifier of the viewed job. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for example, "projects/foo/tenants/bar/jobs/baz".
    - `type` 'JOB_EVENT_TYPE_UNSPECIFIED' | 'IMPRESSION' | 'VIEW' | 'VIEW_REDIRECT' | 'APPLICATION_START' | 'APPLICATION_FINISH' | 'APPLICATION_QUICK_SUBMISSION' | 'APPLICATION_REDIRECT' | 'APPLICATION_START_FROM_SEARCH' | 'APPLICATION_REDIRECT_FROM_SEARCH' | 'APPLICATION_COMPANY_SUBMIT' | 'BOOKMARK' | 'NOTIFICATION' | 'HIRED' | 'SENT_CV' | 'INTERVIEW_GRANTED' — Required. The type of the event (see JobEventType).
  - `eventId` string — Required. A unique identifier, generated by the client application.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/jobs.md) · [All operations](https://skmtc.net/google/apis/jobs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/jobs/versions/faf28e706daf/schema)
