Prebid.js icon indicating copy to clipboard operation
Prebid.js copied to clipboard

Replace the usage of the deprecated googletag methods with the updated versions

Open robin-crazygames opened this issue 2 months ago • 1 comments

For example, all targeting related methods on googletag.pubads() and googletag.Slot are deprecated.

robin-crazygames avatar Oct 24 '25 16:10 robin-crazygames

List of deprecated APIs is here

in the codebase I believe we only use getTargeting / setTargeting / updateTargetingFromMap. In the examples we also use disableInitialLoad, enableSingleRequest.

dgirardi avatar Nov 03 '25 16:11 dgirardi