Update pricing url with ref and refAction params [GRO-282]#24339
Update pricing url with ref and refAction params [GRO-282]#24339akristen merged 6 commits intodocker:mainfrom
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
content/get-started/docker-concepts/the-basics/what-is-a-registry.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Review Summary
Assessment: 🟢 APPROVE
This PR adds URL tracking parameters to pricing links throughout the documentation to better attribute upgrade sources. The changes are consistent and straightforward.
Analysis
- Files changed: 46 files
- Change type: URL parameter additions only
- Pattern: Adding
?ref=Docs&refAction=<PageIdentifier>tohttps://www.docker.com/pricing/links
Findings
No issues found. The changes:
- ✅ Are consistent across all files
- ✅ Do not modify any vendored content
- ✅ Do not remove or move any pages (no redirect concerns)
- ✅ Follow proper URL parameter syntax
- ✅ Maintain existing link text and context
- ✅ Use descriptive refAction values that correspond to page locations
Recommendation
The changes are ready to merge. The URL tracking parameters will help attribute documentation-driven pricing page visits to specific docs pages.
content/get-started/docker-concepts/the-basics/what-is-a-registry.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Thanks so much @tiaramj !!! I'm holding off on the Approval for my own sake so @usha-mandya can look over my suggestions / changes before I do a batch commit + merge. 🖖
These links are pretty nifty too! I checked a few and they all seemed to work. :)
Co-authored-by: Alexa Kristensen <81787716+akristen@users.noreply.github.com>
Description
In order to better attribute upgrade sources, we are adding two params -
refandrefActionto the existing pricing url.The
refwill be "Docs" and therefActionwill be the particular docs page from where the pricing url click is originated.Related issues or tickets
https://docker.atlassian.net/browse/GRO-282
Reviews
@akristen You should see the new url params when hovering over or clicking any of the updated pricing urls