GET /api/v2/buyer/advertisers/{advertiserId}/measurement-sources
Lists measurement sources for an advertiser — the MMM feeds, brand-lift studies, and partner data sources that supply outcome records. Filter by outcome type and status.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Yes | Path parameter — the owning advertiser |
outcomeType | string | No | Filter by outcome type |
status | enum | No | pending, active, or paused |
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 sources. The total count and paging state are returned in the meta.pagination block — this endpoint uses offset pagination (take / skip); see Pagination. Use Get measurement source for the full resource.
Errors
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
Create measurement source
Register a new source