Add mobile inline advertising to the Puzzles hub - #16718
Merged
DanielCliftonGuardian merged 1 commit intoSep 15, 2026
Merged
Conversation
🚀 Image pushed to AWS ECRImage digest: 🐛 Run the image locallyThe following can be used to run the image locally: # Refer to image using the immutable digest. Find alternatives below.
IMAGE_IDENTIFIER="@sha256:ecff830f62f78194d4e07cc7deb63adcb310618cfc6b53bfb3be3084417c273c"
# Refer to image using branch tag
# IMAGE_IDENTIFIER=":branch-Add-mobile-inline-advertising-to-the-Puzzles-hub"
# Refer to image using build tag
# IMAGE_IDENTIFIER=":build-31105"
# Refer to image via the GitHub commit SHA tag
# IMAGE_IDENTIFIER=":sha-d7aa4be9836cb66d28160fc71020be27dfc9891d"
# Set environment variables for the AWS CLI
AWS_PROFILE="<A_PROFILE_FROM_JANUS>"
AWS_DEFAULT_REGION="eu-west-1"
IMAGE_ACCOUNT_ID=$(aws ssm get-parameter --name /organisation/accounts/artifacts --query "Parameter.Value" --output text)
REGISTRY="${IMAGE_ACCOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com"
IMAGE="${REGISTRY}/guardian/dotcom-rendering${IMAGE_IDENTIFIER}"
# Login to AWS ECR https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html
aws ecr get-login-password | docker login --username AWS --password-stdin $REGISTRY
# Pull the image
docker pull $IMAGE
# Run the image. You'll likely need to set additional flags. See https://docs.docker.com/reference/cli/docker/container/run.
docker run $IMAGE |
DanielCliftonGuardian
marked this pull request as ready for review
September 15, 2026 09:59
DanielCliftonGuardian
deleted the
Add-mobile-inline-advertising-to-the-Puzzles-hub
branch
September 15, 2026 11:10
|
Seen on PROD (merged by @DanielCliftonGuardian 8 minutes ago) Please check your changes! |
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.
What does this change?
Adds mobile inline adverts at the Puzzles hub’s existing blueprint defined ad placements, reusing the mobile-front component alongside desktop banners.
Updates tests to verify real slot markup, unique desktop and mobile IDs, invalid slot declarations and ad-free suppression.
Why?
Parity with figma designs https://www.figma.com/design/pRGn7NmhCQXuoq7B6XhVov/Puzzles-Ad-Slots?node-id=5744-15711&t=SSFUMwkAnXJV6eZO-0
How has this change been tested?