From 6adde56dc54f0272c0043a641da18209c5bac061 Mon Sep 17 00:00:00 2001 From: robin-crazygames Date: Mon, 9 Mar 2026 13:26:39 +0100 Subject: [PATCH 1/2] getBidResponses.md: document the meta object --- dev-docs/publisher-api-reference/getBidResponses.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-docs/publisher-api-reference/getBidResponses.md b/dev-docs/publisher-api-reference/getBidResponses.md index 0a01d9f02a..1944c124ac 100644 --- a/dev-docs/publisher-api-reference/getBidResponses.md +++ b/dev-docs/publisher-api-reference/getBidResponses.md @@ -38,6 +38,10 @@ This function returns the bid responses at the given moment. | `status` | String | Status of the bid. Possible values: targetingSet, rendered | `"targetingSet"` | | `statusMessage` | String | The bid's status message | "Bid returned empty or error response" or "Bid available" | | `ttl` | Integer | How long (in seconds) this bid is considered valid. See this [FAQ entry]({{site.github.url}}/dev-docs/faq.html#does-prebidjs-cache-bids) for more info. | `300` | +| `meta` | Object | (Optional) Contains additional meta information about the bid. | `{ "advertiserDomains": [ "wherewindsmeetgame.com" ] }` | +| `meta.advertiserDomains` | String[] | (Optional) Array with the advertiser domains | | +| `meta.networkId` | String | (Optional) The id of the network | | +| `meta.networkName` | String | (Optional) The name of the network | |
From 74798f0fe272384da49ff3044fd554ee8c76ffe0 Mon Sep 17 00:00:00 2001 From: robin-crazygames Date: Mon, 9 Mar 2026 13:33:34 +0100 Subject: [PATCH 2/2] Adding more meta properties --- dev-docs/publisher-api-reference/getBidResponses.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dev-docs/publisher-api-reference/getBidResponses.md b/dev-docs/publisher-api-reference/getBidResponses.md index 1944c124ac..ec1decf4d2 100644 --- a/dev-docs/publisher-api-reference/getBidResponses.md +++ b/dev-docs/publisher-api-reference/getBidResponses.md @@ -40,8 +40,19 @@ This function returns the bid responses at the given moment. | `ttl` | Integer | How long (in seconds) this bid is considered valid. See this [FAQ entry]({{site.github.url}}/dev-docs/faq.html#does-prebidjs-cache-bids) for more info. | `300` | | `meta` | Object | (Optional) Contains additional meta information about the bid. | `{ "advertiserDomains": [ "wherewindsmeetgame.com" ] }` | | `meta.advertiserDomains` | String[] | (Optional) Array with the advertiser domains | | +| `meta.advertiserId` | String | (Optional) The id of the advertiser | | +| `meta.advertiserName` | String | (Optional) The name of the advertiser | | +| `meta.agencyId` | String | (Optional) The id of the agency | | +| `meta.agencyName` | String | (Optional) The name of the agency | | +| `meta.brandId` | String | (Optional) The id of the brand | | +| `meta.brandName` | String | (Optional) The name of the brand | | +| `meta.dchain` | String | (Optional) | | +| `meta.demandSource` | String | (Optional) | | +| `meta.mediaType` | String | (Optional) | | | `meta.networkId` | String | (Optional) The id of the network | | | `meta.networkName` | String | (Optional) The name of the network | | +| `meta.primaryCatId` | String | (Optional) | | +| `meta.secondaryCatIds` | String[] | (Optional) | |