Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

1.6.0#5

Open
pmarkert wants to merge 6 commits into
mainfrom
1.6.0
Open

1.6.0#5
pmarkert wants to merge 6 commits into
mainfrom
1.6.0

Conversation

@pmarkert
Copy link
Copy Markdown
Contributor

No description provided.

@pmarkert pmarkert requested review from 3link and deepthivenkat May 30, 2024 18:57
Comment thread measurement.js
});
// If existing userId modules were present, then we need to explicitly refresh the newly added module
if (existingConfig.userSync.userIds.length > 1) {
pbjs.refreshUserIds({ submoduleNames: ["liveIntentId"] });
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment thread measurement.js
if ((window.liTreatmentRate || 0) < LI_TREATMENT_RATE && !window.liModuleEnabled) {
// If a previous wrapper set a lower treatment rate, adjust the probability to upgrade
// and re-flip if needed. Otherwise, match LI_TREATMENT_RATE.
const treatment_rate = 1 - (1 - LI_TREATMENT_RATE) / (1 - (window.liTreatmentRate || 0));
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please correct me if i am wrong. I think we decided to declare one holdout by the first script and keep it uniform for all the scripts and discussed that we could make the holdout 98-2 or 97-3 instead of 95-5 if we feel 95-5 is too high. That way the holdout percentage is uniform and transparent to everyone and no one is surprised at the time of billing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants