val()

in src/lib/header-bidding/prebid/prebid.ts [541:549]


					val({ width, height, cpm, pbCg }) {
						return overridePriceBucket(
							'ix',
							width,
							height,
							cpm,
							pbCg,
						);
					},