GET /api/v2/buyer/advertisers/{advertiserId}/measurement-records
Lists the outcome records uploaded for an advertiser, with optional filtering by outcome type, geo, and date range.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Yes | Path parameter — the owning advertiser |
outcomeType | string | No | Filter by outcome type |
geo | string | No | Filter by a single geo |
geos | string | No | Comma-separated list of geos |
startDate | string | No | Date YYYY-MM-DD lower bound |
endDate | string | No | Date YYYY-MM-DD upper bound |
take | integer | No | Page size, max 250 (default 50) |
skip | integer | No | Offset for pagination (default 0) |
Response
data payload is the array of matching records. The total count and paging state are returned in the meta.pagination block — this endpoint uses offset pagination (take / skip); see Pagination.
Errors
400 VALIDATION_ERROR— malformedstartDate/endDatedate.404 NOT_FOUND—advertiserIddoes not exist or is not visible to the authenticated customer.
Related
Measurement tasks
All measurement operations
Measurement overview
Pipeline, belief state, and concepts
Upload measurement records
Add more outcome records