Method: projects.clientEvents.create

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. Learn more about self service tools.

HTTP request

POST https://jobs.googleapis.com/v4beta1/{parent=projects/*}/clientEvents

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Resource name of the tenant under which the event is created.

The format is "projects/{projectId}/tenants/{tenantId}", for example, "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant is created, for example, "projects/foo".

Request body

The request body contains data with the following structure:

JSON representation
{
  "clientEvent": {
    object (ClientEvent)
  }
}
Fields
clientEvent

object (ClientEvent)

Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution.

Response body

If successful, the response body contains a newly created instance of ClientEvent.

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/jobs
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.