GET /api/v2/storefront/esa/{esaId}/buyer-advertiser-mappings
Lists the per-buyer routing overrides on a GAM-backed embedded sales agent. Each mapping points one buyer — keyed on operatorDomain and optionally narrowed by brand or principal — at a specific GAM advertiser, taking precedence over the default. Filter to a single buyer with operatorDomain.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
esaId | integer | Yes | Path. Embedded sales-agent connection id |
operatorDomain | string | No | Query. Return only mappings for this buyer operator domain |
operator_domain | string | No | Query. Alias for operatorDomain |
Response
id is the mappingId you pass to update and delete. brandHouse, brandId, and principalId narrow the match and may be null. gamAdvertiserId is the advertiser the matched buyer routes to.
Errors
400 VALIDATION_ERROR—esaIdis not a positive integer, or the ESA is not Google Ad Manager-backed.
Related
Buyer routing tasks
All buyer-routing operations
Create buyer mapping
Route a buyer to an advertiser
Update buyer mapping
Edit an existing mapping
List recent buyers
See which buyers need a mapping