cURL
curl --request POST \ --url https://console.cloud.timescale.com/public/api/v1/analytics/track \ --header 'Content-Type: application/json' \ --data ' { "event": "service_created", "properties": { "region": "us-east-1" } } '
{ "status": "success" }
Tracks an analytics event with optional properties.
The name of the event to track
"service_created"
Optional map of arbitrary properties associated with the event
{ "region": "us-east-1" }
Analytics action completed successfully.
Status of the analytics operation
"success"
Was this page helpful?