Create a new event (name only)

Create a new event tracking event (name only).

Event tracking must be enabled before events can be added (PUT /api/3/eventTracking); the request returns 403 while it is disabled, and also when the account is not entitled to custom events. The name must be alphanumeric - anything else returns 422.

This is the v3 equivalent of the API v2 PUT track/event action.

This will only add the event name. It will not add values for an event. Make sure that event tracking is enabled before making this call.

{
	"eventTrackingEvent": {
		"name": "my new fab event"
	}
}
{
	"eventTrackingEvent": {
		"name": "my new fab event"
	}
}
Body Params
eventTrackingEvent
object
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Choose an example:
application/json