Skip to main content

Wrapper

The Wrapper section in the main sidebar is where you manage your header-bidding configuration, deploy changes, and run experiments.


What's under Wrapper

SubsectionPurposeLink
ConfigsGlobal wrapper settings (auction timeout, refresh, global floor, floor provider, custom script/CSS)Wrapper configuration
ReleasesDeploy config changes to productionReleases
ExperimentsA/B test configuration changesExperiments
"Prebid Wrapper" in prose, "Wrapper" in the sidebar

The full name is Prebid Wrapper; the portal sidebar abbreviates it to Wrapper. Both refer to the same thing.


How changes flow

Config changes are fast

Most day-to-day changes are config-only — they propagate through the CDN in seconds. Library rebuilds only happen when code or Prebid modules change.


Key settings

Configs

SettingWhat it controls
Auction TimeoutHow long the auction waits for bid responses
RefreshAd-refresh trigger, interval, and cap defaults
Global floorWrapper-wide Price Floor (plus per-device overrides)
Floor ProviderOptional external floor endpoint
Custom Script / CSSWrapper-scoped custom code

Currency (set on your account), price granularity (a GAM price-bucket setting), and user sync (Setup → User Sync) are configured elsewhere — not in Wrapper Configs.

Releases

FeatureWhat it does
+ ReleaseCreate a draft release from a source config (or experiment), ready to deploy — it references that source, it isn't a bundle of staged edits
Copy a releaseDuplicate a previous release into a new draft — the basis for rolling back (copy a good release forward, then deploy); there's no one-click rollback
HistoryReview past releases

Experiments

FeatureWhat it does
A/B testCompare two configurations
Traffic splitControl % of users in each variant
AnalyticsMeasure experiment performance

Common tasks

TaskHow
Deploy changesWrapper → Releases → + Release
Roll backCopy the last known-good release into a new draft and deploy the copy — see Rolling back
A/B test a changeWrapper → Experiments → A/B Test
Update global settingsWrapper → Configs

AI Assistant for wrapper tasks

The AI Assistant can handle wrapper chores by request — drafting a release from your current config, walking you through a rollback (there's no one-click rollback), or setting up an experiment — proposing each change for your approval before it's applied. See the AI Assistant guide.


Next