Skip to content

Commit

Permalink
Update deeply-read-right-column.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCliftonGuardian authored and domlander committed May 14, 2024
1 parent 8f32c92 commit ea00134
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ export const deeplyReadRightColumn: ABTest = {
audience: 0 / 100,
audienceOffset: 0 / 100,
audienceCriteria: '',
successMeasure: 'Improved CTR',
successMeasure: 'Improved click though rate',
description:
'Test the impact of adding deeply read component to the right column.',
variants: [
{
id: 'control',
id: 'most-viewed-only',
test: (): void => {
/* no-op */
},
},
{
id: 'deeply-read-and-most-read',
id: 'deeply-read-and-most-viewed',
test: (): void => {
/* no-op */
},
Expand Down

0 comments on commit ea00134

Please sign in to comment.