Add candidate events
POST/enterprise/conversions/v1/events
Send candidate events that take place on your site to Indeed.
Request
- application/json
Body
array
required
An array of events to send.
Array [
]
Possible values: [JOB_PAGE_LANDED, APPLY_COMPLETE]
Type of event. Supports only the following enum types.
Partner GUID
The Indeed tracking token. When a job seeker is redirected for the first time from Indeed to your job site, the API includes this token in the redirect URL. Save this token and pass it with every event you report for that job seeker. If multiple tokens are associated with a job seeker, supply only the most recent token.
The time at which the event occurred, in milliseconds since the UNIX epoch.
The unique ID of the job related to this event.
Required during your initial integration and onboarding, when you must set this field to true. Indeed logs API calls with testFire set to true, but data is not posted to the Indeed Analytics Dashboard or used for reporting. After onboarding is complete, you can set it to false, exclude it, or set it to true when testing.
userInfo
object
Information on the user who generated the event.
Encrypt all user information using the SHA256 hash.
The user's SHA256 hash-encrypted email address.
The user's SHA256 hash-encrypted first name.
The user's SHA256 hash-encrypted last name.
Responses
- 200
- 400
- 401
Success
Invalid input
Unauthorized