Reporting

There are various methods of pulling reporting data via API, depending on the use case. Most reporting endpoints utilize dimensions and metrics objects for the user to define which columns to include in the report. Please work with the Koddi team to identify which dimensions and metrics are configured for your client.

These endpoints requires authorization via an authorization header. Please work with the Koddi team to receive credentials that can be used in the Sessions - Token or Sessions - Login endpoint.

MethodPathDescription
POST/member_groups/{memberGroupId}/external/reportThis endpoint gets reporting data, and is typically used to fuel an external data warehouse. Only API users can utilize this endpoint.
POST/report/targetingThis endpoint gets reporting data, and is typically used to display reporting within an external UI integration. Non-API users can utilize this endpoint
POST/reportThis endpoint gets reporting data best suited to populate pages in a UI related to a specific media layer. Non-API users can use this endpoint.