docs: attribute Quickstart acquisition - #80
Open
acedatacloud-dev wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Why
The Docs Quickstart already provides the correct five-minute path—register, create a credential, make a real request, parse the response, and continue to async APIs—but its registration links are untagged. Users who follow the highest-intent documentation journey therefore appear as direct signups in the existing attribution report.
The first optimization should make the working Quickstart measurable rather than replacing it or adding more pages.
What changed
utm_source=docsutm_medium=quickstartutm_campaign=docs-quickstart*/quickstart.mdxpage and rejects untagged platform-root links;docs.jsonexists;Validation
python3.12 tests/test_quickstart_acquisition.py— 3/3 passedpython3.12 scripts/check_quickstart_acquisition.py— 18 localized pages coveredpython3.12 tests/test_sync_from_platformbackend.py— 30/30 safeguards passedpython3.12 scripts/validate_nav.py— schema OK, 15 navigated languages validatedgit diff --check— cleanScope boundaries
This PR does not rewrite the Quickstart, change examples, add navigation, edit API behavior, or alter generated PlatformBackend-sourced guides. Three additional localized files that are not currently in the main navigation are still covered because they are public Quickstart assets and should not retain a different acquisition contract.
No
inviter_idis added, so referral ownership is unchanged. Page views and clicks remain leading signals; signup, first API use, and payment stay authoritative in the existing server-side cohort.Rollback
Revert this commit to restore the untagged links and remove the validation rule. No application deployment or database migration is involved beyond the normal Docs publish.
🤖 Generated with Claude Code