Add focused Google Analytics dashboard widgets - #218
Draft
customadesign wants to merge 4 commits into
Draft
Conversation
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 changed
Contact form submissionandSales phone clickwithout hiding the raw event nameWhy
OpenSEO already surfaces Search Console performance on the homepage, but users still had to leave the product to understand what Analytics counted as a conversion. The new breakdown answers whether conversions are forms, phone clicks, purchases, or other configured key events without recreating the full Analytics interface or implying that event counts equal leads.
Implementation notes
batchRunReportsrequest containing five fixed, all-traffic reportseventNamewithkeyEventsandtotalUsers, ordered by key-event countpagePathso title changes cannot split totals or duplicate rowsReview
The completed diff received independent reviews for complexity, security/authentication, billing and quota behavior, repository idioms, and product UX/accessibility. Every should-fix finding was independently verified before being changed. Follow-up review confirmed that truncated totals, limited empty states, and long exact event names are handled accurately, with no remaining blocker or should-fix findings.
Validation
pnpm ci:check— passed (Prettier, Knip, both TypeScript projects, and type-aware Oxlint)pnpm build— passed (client and SSR production builds plus TypeScript)pnpm test:ci— 1,033 tests passed across 128 files