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 start date for which reports will be generated, specified in RFC 3339.
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
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.
Flag that indicates whether more results are available. true
indicates there is a next page of results. false
indicates this response contains the last page of results.
List of interaction report entries, each containing detailed metrics for a specific entity and timestamp.
Detailed interaction data for a specific entity (vendor, campaign, or product) at a given timestamp.
Pagination cursor. Provide this value as a next_page
query parameter in a new request to retrieve the next page of results.
1
"SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo="