Event Metric Mapping

Get All Event Metric Mappings

get
/entities/{entityId}/eventMetricMapping

Get all event metric mappings for a specific entity.

Path parameters
entityIdstringRequired

The ID of the entity.

Header parameters
apikeystringRequired

The API key for authentication

Example: test
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
tokenstringRequired

The token for user authentication.

Example: dummy-token
Responses
get
/entities/{entityId}/eventMetricMapping

Create Event Metric Mapping

post
/entities/{entityId}/eventMetricMapping

Create a new event metric mapping for an entity.

Path parameters
entityIdstringRequired

The ID of the entity.

Header parameters
apikeystringRequired

The API key for authentication

Example: test
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
tokenstringRequired

The token for user authentication.

Example: dummy-token
Body
eventNamestringRequired
platformstringRequired
Responses
post
/entities/{entityId}/eventMetricMapping

Get Event Metric Mapping by Event Name

get
/entities/{entityId}/eventMetricMapping/eventName/{eventName}

Retrieve event metric mapping details based on entity ID and event name.

Path parameters
entityIdstringRequired

The ID of the entity.

Example: exampleEntityId
eventNamestringRequired

The name of the event.

Example: exampleEventName
Responses
get
/entities/{entityId}/eventMetricMapping/eventName/{eventName}

Update Event Metric Mapping by Event Name

post
/entities/{entityId}/eventMetricMapping/eventName/{eventName}/update

Update event metric mapping details based on entity ID and event name.

Path parameters
entityIdstringRequired

The ID of the entity.

Example: exampleEntityId
eventNamestringRequired

The name of the event.

Example: exampleEventName
Header parameters
apikeystringRequired

The API key for authentication

Example: test
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
tokenstringRequired

The token for user authentication.

Example: dummy-token
Body
platformstringRequired
Responses
post
/entities/{entityId}/eventMetricMapping/eventName/{eventName}/update

Delete Event Metric Mapping by Event Name

post
/entities/{entityId}/eventMetricMapping/eventName/{eventName}/delete

Delete event metric mapping based on entity ID and event name.

Path parameters
entityIdstringRequired

The ID of the entity.

Example: exampleEntityId
eventNamestringRequired

The name of the event.

Example: exampleEventName
Header parameters
apikeystringRequired

The API key for authentication

Example: test
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
tokenstringRequired

The token for user authentication.

Example: dummy-token
Responses
post
/entities/{entityId}/eventMetricMapping/eventName/{eventName}/delete

Remove Metrics from Event Metric Mapping

post
/entities/{entityId}/eventMetricMapping/eventName/{eventName}/remove-metrics

Remove specified metrics from an event metric mapping based on entity ID and event name.

Path parameters
entityIdstringRequired

The ID of the entity.

Example: exampleEntityId
eventNamestringRequired

The name of the event.

Example: exampleEventName
Header parameters
apikeystringRequired

The API key for authentication

Example: test
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
tokenstringRequired

The token for user authentication.

Example: dummy-token
Body
metricstringRequired
Responses
post
/entities/{entityId}/eventMetricMapping/eventName/{eventName}/remove-metrics

Create Many Event Metric Mappings

post
/create-many/eventMetricMapping

Create multiple event metric mappings.

Header parameters
apikeystringRequired

The API key for authentication

Example: test
useridstringRequired

The Id of the user performing the request.

Example: dummy-userid
tokenstringRequired

The token for user authentication.

Example: dummy-token
Body
Responses
post
/create-many/eventMetricMapping

Last updated