cURL
curl --request POST \ --url https://api.gameball.co/api/v4.0/integrations/batch/events \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "body": [ { "customerId": "<string>", "events": {} } ] } '
{ "jobId": 123 }
Track multiple user actions or multiple actions for a single user in a single API call for efficient event tracking and analytics.
Show child attributes
Unique identifier for the customer.
Object containing event names as keys and their metadata as values.
Event metadata containing relevant attributes for the event.
Batch event processing initiated successfully
The assigned job ID, which is later used for status verification and response retrieval.
Was this page helpful?