From 05d9dc4e27078ed8e588b75b8586eccebcfdea11 Mon Sep 17 00:00:00 2001 From: Patrick McCann Date: Tue, 27 May 2025 06:00:24 -0400 Subject: [PATCH] docs: clarify imp-level floorMin location --- dev-docs/modules/floors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/floors.md b/dev-docs/modules/floors.md index c9733c289d..3495955c10 100644 --- a/dev-docs/modules/floors.md +++ b/dev-docs/modules/floors.md @@ -1295,7 +1295,7 @@ Even if a publisher is using a floors provider, they may wish to provide additio 1. default floor data if dynamic data fails to load on time 2. global floorMin: allows the publisher to constrain dynamic floors with a global min -3. impression-level floor min (PBJS 6.24+): allows the publisher to constrain dynamic floors with an adunit-specific value +3. impression-level floor min (PBJS 6.24+): allows the publisher to constrain dynamic floors with an adunit-specific value. Specify this in `ortb2Imp.ext.prebid.floors.floorMin` (prior to Prebid.js 8 it was `ortb2Imp.ext.prebid.floorMin`). Here's an example covering the first two scenarios: