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 (bid timeout, currency, granularity, user sync)not yet documented — see the portal
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
TimeoutHow long to wait for bid responses
Price granularityBid rounding for GAM key-values
CurrencyBid currency conversion
User syncCookie-sync settings

Releases

FeatureWhat it does
Create ReleaseBundle staged changes into a draft release, ready to deploy
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 → Create 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

You askWhat happens
"Draft a release with my changes"Operator (with your approval) stages your changes into a release; you deploy it
"Help me roll back"Walks you through copying a good release forward and deploying it — there's no one-click rollback
"Create an experiment for the new floor"Sets up an A/B test
"What's in the current release?"Shows staged and deployed changes

Next