Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ The following four Event-scoped custom dimensions were saved and verified in the
- Browser review used a temporary localhost server with third-party scripts/connections blocked by CSP and game routes disabled. Verified fresh refusal, remembered refusal, reopening choices, one page-view/arrival queue after allowing, and withdrawal returning to zero Google scripts/events after reload. Discovery pages also retain refusal and expose the choice control. This checks browser behaviour without sending synthetic events into the live property; it does not prove Google receipt.
- Release through protected-main PR #331; deployment and organic event receipt must be verified separately. Existing build-generated external-platform measurement files are not included in the website change.

### Production build correction

The first production build after #331 passed all unit tests but stopped at sitemap freshness: `/play/` still declared 14 September although its shared HTML shell changed on 24 September. The pre-commit local build had not yet seen that committed source date. The follow-up updates that one sitemap date and reruns freshness against the committed release state. It does not alter gameplay or bypass the build gate. The preview check on #331 had been skipped by the existing release-branch policy, not successfully built; the follow-up uses the established `codex/release-*` prefix.

## Clean campaign links (prepared, not posted)

YouTube description:
Expand Down
2 changes: 1 addition & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</url>
<url>
<loc>https://mythicalvoid.com/play/</loc>
<lastmod>2026-09-14</lastmod>
<lastmod>2026-09-24</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
Expand Down
Loading