-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Description
Removed APIs
tsjs.addAdUnits()- ad unit registrationtsjs.renderAdUnit()- single ad unit renderingtsjs.renderAllAdUnits()- batch ad unit renderingtsjs.requestAds()- auction requesttsjs.getHighestCpmBids()- bid retrievaltsjs.que- command queue
Kept APIs
tsjs.version- version stringtsjs.setConfig()- configurationtsjs.getConfig()- get current configtsjs.log- logging utilities
Removed Files
core/queue.ts,registry.ts,render.ts,request.ts,util.tscore/styles/normalize.css,core/templates/iframe.htmlintegrations/ext/(Prebid shim - replaced by prebid integration)integrations/testlight/(obsolete test integration)
Migration
Use the GAM interceptor integration (#249) for rendering Prebid creatives, or the Prebid NPM integration (#250) for server-side bidding.
Bundle size
Reduced from ~32KB to ~23KB (gzipped: ~7.5KB)
Related
Reactions are currently unavailable