Events ingestion monitoring
Last updated
Was this helpful?
Last updated
Was this helpful?
This page shows you how to start using the events ingestion monitoring API.
When we collect activities, we track the number of events that go through each step of the mediarithmics data pipeline.
This API is a mediarithmics and works similarly to .
POST
https://api.mediarithmics.com/v1/platform_monitoring/data_ingestion
metrics*
array
dimension_filter_clauses
object
dimensions*
Dimensions
date_ranges
array
Here is a sample body payload with all the important properties:
We monitor the number of events that reach the given ingestion steps:
Measure the number of events sent by the mediarithmics Javascript TAG
Measure the number of events sent through the ingestion API
api.mediarithmics.com/v1/datamarts/{datamart_id}/user_activities
Measure the number of events that match configures rules
Measure the number of events that pass through activity analyzer plugins
Measure the number of events that are stored in the mediarithmics platform.
These aggregated stats are kept for 3 months.
Array of to retrieve.
Filters to apply on dimensions before calculating the metric. For more information, see .
to group metrics by.
Periods to analyze. Each date range is an object with a start_date
and an end_date
. See .
Measure the number of events sent through the USER_ACTIVITY imports with the
See for the complete list of supported dimensions and metrics.
This endpoint is a mediarithmics . You can find documentation on how data cubes work and which data cubes are availables in the specific documentation section.