feat(addons): add abTestAssignment addon#306
Open
jrosendahl-opt wants to merge 2 commits into
Open
Conversation
…ineABTest to edge/abTest - Add lib/edge/abTest.ts with determineABTest (moved from targeting.ts) - Add lib/addons/abTestAssignment.ts with setupAB: handles variant assignment, localStorage stickiness, sessionStorage override, and prebid bid stamping via applyToAuctionEvent/setHooks - Remove determineABTest and ABTestConfig re-export from targeting.ts - Move determineABTest tests from targeting.test.js to abTestAssignment.test.ts - Add usage README at lib/addons/abTestAssignment.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Moved all of the client side A/B test management to a single add-on.
##Changes
lib/edge/abTest.tswithdetermineABTestextracted fromtargeting.ts— keeps the core assignment logic in the edge layer where targeting can use it without depending on addonslib/addons/abTestAssignment.tswithsetupAB: manages client-side A/B variant assignment with localStorage stickiness, sessionStorage override, and Prebid bid stamping viaapplyToAuctionEvent/setHooksdetermineABTestand the unusedABTestConfigre-export fromtargeting.tsdetermineABTesttests fromtargeting.test.jsintoabTestAssignment.test.tslib/addons/abTestAssignment.mdwith usage docs