From d37975e78d0de783a75d83a9dd700cf413f999e8 Mon Sep 17 00:00:00 2001 From: robin-crazygames Date: Fri, 12 Dec 2025 16:46:49 +0100 Subject: [PATCH 1/2] Update getBidResponses.md The creativeId is a string and not a number --- dev-docs/publisher-api-reference/getBidResponses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/publisher-api-reference/getBidResponses.md b/dev-docs/publisher-api-reference/getBidResponses.md index 44ae1d92d0..e8fe7207fd 100644 --- a/dev-docs/publisher-api-reference/getBidResponses.md +++ b/dev-docs/publisher-api-reference/getBidResponses.md @@ -30,7 +30,7 @@ This function returns the bid responses at the given moment. | `responseTimestamp` | Integer | The time stamp when the bid response is received in milliseconds | 1444844944185 | | `timeToRespond` | Integer | The amount of time for the bidder to respond with the bid | 79 | | `adUnitCode` | String | adUnitCode to get the bid responses for | "/9968336/header-bid-tag-0" | -| `creativeId` | Integer | Bidder-specific creative ID | 12345678 | +| `creativeId` | String | Bidder-specific creative ID | `"12345678"` | | `mediaType` | String | One of: banner, native, video | `banner` | | `dealId` | String | (Optional) If the bid is [associated with a Deal]({{site.baseurl}}/adops/deals.html), this field contains the deal ID. | "ABC_123" | | `adserverTargeting` | Object | Contains all the adserver targeting parameters | `{ "hb_bidder": "appnexus", "hb_adid": "7a53a9d3" }` | From 75ceed4cccf60b3ab807ad22de0169c63da1c2a2 Mon Sep 17 00:00:00 2001 From: Robin Stevens Date: Fri, 12 Dec 2025 16:53:32 +0100 Subject: [PATCH 2/2] Adjusted the creativeId in the example from a number to a string --- dev-docs/publisher-api-reference/getBidResponses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/publisher-api-reference/getBidResponses.md b/dev-docs/publisher-api-reference/getBidResponses.md index e8fe7207fd..0a01d9f02a 100644 --- a/dev-docs/publisher-api-reference/getBidResponses.md +++ b/dev-docs/publisher-api-reference/getBidResponses.md @@ -195,7 +195,7 @@ This function returns the bid responses at the given moment. "pbLg" : "5.00", "width" : 0, "requestTimestamp" : 1516315716062, - "creativeId" : 81589325, + "creativeId" : "81589325", "pbCg" : "", "adUnitCode" : "div-banner-outstream-native", "size" : "0x0",