Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class JobEventType.
An enumeration of an event attributed to the behavior of the end user,
such as a job seeker.
Protobuf type google.cloud.talent.v4.JobEvent.JobEventType
Namespace
Google \ Cloud \ Talent \ V4 \ JobEvent
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
JOB_EVENT_TYPE_UNSPECIFIED
Value: 0
The event is unspecified by other provided values.
Generated from protobuf enum JOB_EVENT_TYPE_UNSPECIFIED = 0;
IMPRESSION
Value: 1
The job seeker or other entity interacting with the service has
had a job rendered in their view, such as in a list of search results in
a compressed or clipped format. This event is typically associated with
the viewing of a jobs list on a single page by a job seeker.
Generated from protobuf enum IMPRESSION = 1;
VIEW
Value: 2
The job seeker, or other entity interacting with the service, has
viewed the details of a job, including the full description. This
event doesn't apply to the viewing a snippet of a job appearing as a
part of the job search results. Viewing a snippet is associated with an
impression).
Generated from protobuf enum VIEW = 2;
VIEW_REDIRECT
Value: 3
The job seeker or other entity interacting with the service
performed an action to view a job and was redirected to a different
website for job.
Generated from protobuf enum VIEW_REDIRECT = 3;
APPLICATION_START
Value: 4
The job seeker or other entity interacting with the service
began the process or demonstrated the intention of applying for a job.
Generated from protobuf enum APPLICATION_START = 4;
APPLICATION_FINISH
Value: 5
The job seeker or other entity interacting with the service
submitted an application for a job.
Generated from protobuf enum APPLICATION_FINISH = 5;
APPLICATION_QUICK_SUBMISSION
Value: 6
The job seeker or other entity interacting with the service
submitted an application for a job with a single click without
entering information. If a job seeker performs this action, send only
this event to the service. Do not also send
JobEventType.APPLICATION_START
or
JobEventType.APPLICATION_FINISH
events.
Generated from protobuf enum APPLICATION_QUICK_SUBMISSION = 6;
APPLICATION_REDIRECT
Value: 7
The job seeker or other entity interacting with the service
performed an action to apply to a job and was redirected to a different
website to complete the application.
Generated from protobuf enum APPLICATION_REDIRECT = 7;
APPLICATION_START_FROM_SEARCH
Value: 8
The job seeker or other entity interacting with the service began the
process or demonstrated the intention of applying for a job from the
search results page without viewing the details of the job posting.
If sending this event, JobEventType.VIEW event shouldn't be sent.
Generated from protobuf enum APPLICATION_START_FROM_SEARCH = 8;
APPLICATION_REDIRECT_FROM_SEARCH
Value: 9
The job seeker, or other entity interacting with the service, performs an
action with a single click from the search results page to apply to a job
(without viewing the details of the job posting), and is redirected
to a different website to complete the application. If a candidate
performs this action, send only this event to the service. Do not also
send
JobEventType.APPLICATION_START,
JobEventType.APPLICATION_FINISH
or JobEventType.VIEW
events.
Generated from protobuf enum APPLICATION_REDIRECT_FROM_SEARCH = 9;
APPLICATION_COMPANY_SUBMIT
Value: 10
This event should be used when a company submits an application
on behalf of a job seeker. This event is intended for use by staffing
agencies attempting to place candidates.
Generated from protobuf enum APPLICATION_COMPANY_SUBMIT = 10;
BOOKMARK
Value: 11
The job seeker or other entity interacting with the service demonstrated
an interest in a job by bookmarking or saving it.
Generated from protobuf enum BOOKMARK = 11;
NOTIFICATION
Value: 12
The job seeker or other entity interacting with the service was
sent a notification, such as an email alert or device notification,
containing one or more jobs listings generated by the service.
Generated from protobuf enum NOTIFICATION = 12;
HIRED
Value: 13
The job seeker or other entity interacting with the service was
employed by the hiring entity (employer). Send this event
only if the job seeker was hired through an application that was
initiated by a search conducted through the Cloud Talent Solution
service.
Generated from protobuf enum HIRED = 13;
SENT_CV
Value: 14
A recruiter or staffing agency submitted an application on behalf of the
candidate after interacting with the service to identify a suitable job
posting.
Generated from protobuf enum SENT_CV = 14;
INTERVIEW_GRANTED
Value: 15
The entity interacting with the service (for example, the job seeker),
was granted an initial interview by the hiring entity (employer). This
event should only be sent if the job seeker was granted an interview as
part of an application that was initiated by a search conducted through /
recommendation provided by the Cloud Talent Solution service.
Generated from protobuf enum INTERVIEW_GRANTED = 15;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Talent Solution V4 Client - Class JobEventType (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-talent/latest/V4.JobEvent.JobEventType)\n- [2.1.2](/php/docs/reference/cloud-talent/2.1.2/V4.JobEvent.JobEventType)\n- [2.0.2](/php/docs/reference/cloud-talent/2.0.2/V4.JobEvent.JobEventType)\n- [1.3.5](/php/docs/reference/cloud-talent/1.3.5/V4.JobEvent.JobEventType)\n- [1.2.2](/php/docs/reference/cloud-talent/1.2.2/V4.JobEvent.JobEventType)\n- [1.1.1](/php/docs/reference/cloud-talent/1.1.1/V4.JobEvent.JobEventType)\n- [1.0.5](/php/docs/reference/cloud-talent/1.0.5/V4.JobEvent.JobEventType) \nReference documentation and code samples for the Google Cloud Talent Solution V4 Client class JobEventType.\n\nAn enumeration of an event attributed to the behavior of the end user,\nsuch as a job seeker.\n\nProtobuf type `google.cloud.talent.v4.JobEvent.JobEventType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Talent \\\\ V4 \\\\ JobEvent\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### JOB_EVENT_TYPE_UNSPECIFIED\n\n Value: 0\n\nThe event is unspecified by other provided values.\n\nGenerated from protobuf enum `JOB_EVENT_TYPE_UNSPECIFIED = 0;`\n\n### IMPRESSION\n\n Value: 1\n\nThe job seeker or other entity interacting with the service has\nhad a job rendered in their view, such as in a list of search results in\na compressed or clipped format. This event is typically associated with\nthe viewing of a jobs list on a single page by a job seeker.\n\nGenerated from protobuf enum `IMPRESSION = 1;`\n\n### VIEW\n\n Value: 2\n\nThe job seeker, or other entity interacting with the service, has\nviewed the details of a job, including the full description. This\nevent doesn't apply to the viewing a snippet of a job appearing as a\npart of the job search results. Viewing a snippet is associated with an\n[impression](/php/docs/reference/cloud-talent/latest/V4.JobEvent.JobEventType#_Google_Cloud_Talent_V4_JobEvent_JobEventType__IMPRESSION)).\n\nGenerated from protobuf enum `VIEW = 2;`\n\n### VIEW_REDIRECT\n\n Value: 3\n\nThe job seeker or other entity interacting with the service\nperformed an action to view a job and was redirected to a different\nwebsite for job.\n\nGenerated from protobuf enum `VIEW_REDIRECT = 3;`\n\n### APPLICATION_START\n\n Value: 4\n\nThe job seeker or other entity interacting with the service\nbegan the process or demonstrated the intention of applying for a job.\n\nGenerated from protobuf enum `APPLICATION_START = 4;`\n\n### APPLICATION_FINISH\n\n Value: 5\n\nThe job seeker or other entity interacting with the service\nsubmitted an application for a job.\n\nGenerated from protobuf enum `APPLICATION_FINISH = 5;`\n\n### APPLICATION_QUICK_SUBMISSION\n\n Value: 6\n\nThe job seeker or other entity interacting with the service\nsubmitted an application for a job with a single click without\nentering information. If a job seeker performs this action, send only\nthis event to the service. Do not also send\n[JobEventType.APPLICATION_START](/php/docs/reference/cloud-talent/latest/V4.JobEvent.JobEventType#_Google_Cloud_Talent_V4_JobEvent_JobEventType__APPLICATION_START)\nor\n[JobEventType.APPLICATION_FINISH](/php/docs/reference/cloud-talent/latest/V4.JobEvent.JobEventType#_Google_Cloud_Talent_V4_JobEvent_JobEventType__APPLICATION_FINISH)\nevents.\n\nGenerated from protobuf enum `APPLICATION_QUICK_SUBMISSION = 6;`\n\n### APPLICATION_REDIRECT\n\n Value: 7\n\nThe job seeker or other entity interacting with the service\nperformed an action to apply to a job and was redirected to a different\nwebsite to complete the application.\n\nGenerated from protobuf enum `APPLICATION_REDIRECT = 7;`\n\n### APPLICATION_START_FROM_SEARCH\n\n Value: 8\n\nThe job seeker or other entity interacting with the service began the\nprocess or demonstrated the intention of applying for a job from the\nsearch results page without viewing the details of the job posting.\n\nIf sending this event, JobEventType.VIEW event shouldn't be sent.\n\nGenerated from protobuf enum `APPLICATION_START_FROM_SEARCH = 8;`\n\n### APPLICATION_REDIRECT_FROM_SEARCH\n\n Value: 9\n\nThe job seeker, or other entity interacting with the service, performs an\naction with a single click from the search results page to apply to a job\n(without viewing the details of the job posting), and is redirected\nto a different website to complete the application. If a candidate\nperforms this action, send only this event to the service. Do not also\nsend\n[JobEventType.APPLICATION_START](/php/docs/reference/cloud-talent/latest/V4.JobEvent.JobEventType#_Google_Cloud_Talent_V4_JobEvent_JobEventType__APPLICATION_START),\n[JobEventType.APPLICATION_FINISH](/php/docs/reference/cloud-talent/latest/V4.JobEvent.JobEventType#_Google_Cloud_Talent_V4_JobEvent_JobEventType__APPLICATION_FINISH)\nor [JobEventType.VIEW](/php/docs/reference/cloud-talent/latest/V4.JobEvent.JobEventType#_Google_Cloud_Talent_V4_JobEvent_JobEventType__VIEW)\nevents.\n\nGenerated from protobuf enum `APPLICATION_REDIRECT_FROM_SEARCH = 9;`\n\n### APPLICATION_COMPANY_SUBMIT\n\n Value: 10\n\nThis event should be used when a company submits an application\non behalf of a job seeker. This event is intended for use by staffing\nagencies attempting to place candidates.\n\nGenerated from protobuf enum `APPLICATION_COMPANY_SUBMIT = 10;`\n\n### BOOKMARK\n\n Value: 11\n\nThe job seeker or other entity interacting with the service demonstrated\nan interest in a job by bookmarking or saving it.\n\nGenerated from protobuf enum `BOOKMARK = 11;`\n\n### NOTIFICATION\n\n Value: 12\n\nThe job seeker or other entity interacting with the service was\nsent a notification, such as an email alert or device notification,\ncontaining one or more jobs listings generated by the service.\n\nGenerated from protobuf enum `NOTIFICATION = 12;`\n\n### HIRED\n\n Value: 13\n\nThe job seeker or other entity interacting with the service was\nemployed by the hiring entity (employer). Send this event\nonly if the job seeker was hired through an application that was\ninitiated by a search conducted through the Cloud Talent Solution\nservice.\n\nGenerated from protobuf enum `HIRED = 13;`\n\n### SENT_CV\n\n Value: 14\n\nA recruiter or staffing agency submitted an application on behalf of the\ncandidate after interacting with the service to identify a suitable job\nposting.\n\nGenerated from protobuf enum `SENT_CV = 14;`\n\n### INTERVIEW_GRANTED\n\n Value: 15\n\nThe entity interacting with the service (for example, the job seeker),\nwas granted an initial interview by the hiring entity (employer). This\nevent should only be sent if the job seeker was granted an interview as\npart of an application that was initiated by a search conducted through /\nrecommendation provided by the Cloud Talent Solution service.\n\nGenerated from protobuf enum `INTERVIEW_GRANTED = 15;`"]]