Get Marketplace Interactions Report
Get interactions report for a marketplace grouped by entity type.
This endpoint returns detailed interaction data (impressions, clicks, purchases, etc.) aggregated by the specified entity type (vendor, campaign, or product) and time granularity (daily or hourly). The response is paginated to handle large datasets.
Query Parameters
The pagination limit.
0 <= x <= 1000
How to group the results (vendor, campaign, or product).
vendor
, campaign
, product
The time granularity of the report (daily or hourly).
daily
, hourly
Pagination cursor as provided in an earlier response. If provided will fetch the next page of results.
Response
Successful Response
Unified response model for both daily and hourly interactions reports.
Contains a list of interaction entries, each representing detailed metrics for a specific entity (vendor, campaign, or product) at a given timestamp. The response is paginated to handle large datasets.