docs: attribute dashboard links with UTM parameters - #1
Open
spencer-zqian wants to merge 1 commit into
Open
Conversation
The dashboard now records first-touch UTM and breaks acquisition down by channel, but it can only receive what the links carry. Without these, everyone arriving from this plugin is attributed to direct. The Support-section link is left untagged (support path, not acquisition), and the manifest author/homepage/website fields are untouched -- those are metadata that scripts/check_release.py asserts on exactly.
Sapient docs evalsWaiting for the staging docs URL before running evals. Sapient will start the selected PR evals automatically when GitHub reports a successful docs deployment for this PR. This usually happens within 15 minutes. Commit: |
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.
The Sonilo dashboard now captures first-touch UTM parameters (sonilo-ai/sonilo-api-dashboard#171). That instrumentation is only a receiver — it can attribute a visitor only if the link they followed carries the parameters. Until this lands, everyone arriving from this plugin is recorded as
direct.Tags the sign-up link and the authorization sign-in link with
utm_source=codex_plugin&utm_medium=readme&utm_campaign=mcp_quickstart.Deliberately left alone:
author.url/homepage/websiteURLfields — metadata rather than click targets, andscripts/check_release.pyasserts on them exactly.python3 scripts/check_release.pypasses on this branch.Worth knowing: this plugin authenticates over OAuth rather than an API key, so its users do not show up in the "new API keys by channel" metric that motivated this work. They will still carry correct first-touch attribution on their PostHog person.
Docs only. No code, no dependency, no release required.