Skip to content

Commit

Permalink
Merge branch 'latest' into WSTEAM1-1461-simorgh-fetch-tv-from-bff
Browse files Browse the repository at this point in the history
  • Loading branch information
karinathomasbbc authored Dec 6, 2024
2 parents ba0f8e6 + cd0e4db commit 7d19696
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/app/pages/ArticlePage/experimentTopStories/helpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ import TopStoriesSection from '../PagePromoSections/TopStoriesSection';
import styles from './index.styles';

export const experimentName = 'topStoriesExperiment';
// Traffic allocation set at 40%
export const experimentTopStoriesConfig = {
[experimentName]: {
variants: {
control: 0.25,
show_at_quarter: 0.25,
show_at_half: 0.25,
show_at_three_quarters: 0.25,
control: 10,
show_at_quarter: 10,
show_at_half: 10,
show_at_three_quarters: 10,
},
},
};
Expand Down

0 comments on commit 7d19696

Please sign in to comment.