Skip to content

Add Commercial Rich Link AB test - #16609

Draft
domlander wants to merge 1 commit into
mainfrom
doml/rich-link-ab-test
Draft

Add Commercial Rich Link AB test#16609
domlander wants to merge 1 commit into
mainfrom
doml/rich-link-ab-test

Conversation

@domlander

@domlander domlander commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

What does this change?

Adds a new AB test: commercial-rich-links.

Why?

This AB test will include a fix for ad insertion around rich links and will reduce restrictions on ads placed around rich links.

The fix

  • Currently, ad insertion does not wait for the rich link image to load, causing a race condition between Spacefinder and the rich link image: sometimes the image has rendered when Spacefinder inserts inline ads and sometimes not. When the image has not loaded, the inline ad can be inserted too close to the rich link.

Reduced restrictions

  • From the left-col breakpoint, rich links appear entirely in the left-column. As long as we avoid placing an advert above the paragraph that the rich link targets, we don't need to avoid this element when inserting adverts.
  • At mobile/tablet breakpoints, reduce the amount of space required between the bottom of an advert and the top of a rich link. Currently, a paragraph needs 200px of space between its top and the top of a rich link, and 35px between its top and the bottom of an advert. Rich links are only 140px wide so the visual weight of ads and rich links is not too strong.

The following test variants will be included:

Variant name Description
control Current behaviour
variant-fix Only includes the fix
variant-uplift Includes both the fix and reduced restrictions on ad insertion

@domlander domlander self-assigned this Aug 26, 2026
@domlander domlander added maintenance Departmental tracking: maintenance work, not a fix or a feature feature Departmental tracking: work on a new feature and removed maintenance Departmental tracking: maintenance work, not a fix or a feature feature Departmental tracking: work on a new feature labels Aug 26, 2026
@domlander domlander changed the title Add rich link AB test Add Commercial Rich Link AB test Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Commercial 💰 maintenance Departmental tracking: maintenance work, not a fix or a feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant