chore(readme): close UTM tracking gaps and sync utm-links.csv#658
Open
oktaygoktas wants to merge 1 commit into
Open
chore(readme): close UTM tracking gaps and sync utm-links.csv#658oktaygoktas wants to merge 1 commit into
oktaygoktas wants to merge 1 commit into
Conversation
- Route Discord (3 placements) and X links through agentfield.ai/discord and agentfield.ai/x redirects with per-placement utm_id - Drop stray utm_content=cloudsec param for consistency with all other links - Normalize www.agentfield.ai/examples to apex domain - Add 13 missing rows to assets/utm-links.csv so the manifest mirrors the README Note: agentfield.ai/discord and /x redirects must be live before merge (currently 404; being created separately). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
santoshkumarradha
requested changes
Jun 13, 2026
santoshkumarradha
left a comment
Member
There was a problem hiding this comment.
Thanks for wiring the README links through tracked redirects and syncing the CSV. I checked the new targets just now, and both https://agentfield.ai/discord and https://agentfield.ai/x still return 404 on June 13, 2026. I do not want to merge the README over to dead links yet. Once those redirects are live, this looks ready.
santoshkumarradha
left a comment
Member
There was a problem hiding this comment.
Few breaking changes
| [](https://github.com/Agent-Field/agentfield/actions/workflows/coverage.yml) | ||
| [](https://github.com/Agent-Field/agentfield/commits/main) | ||
| [](https://discord.gg/aBHaXMkpqh) | ||
| [](https://agentfield.ai/discord?utm_source=github-readme&utm_campaign=github-readme&utm_id=github-readme-discord-header-badge) |
Member
There was a problem hiding this comment.
@oktaygoktas this breaks discord we need utm link capture first in website repo for this.
|
|
||
| [](https://discord.gg/aBHaXMkpqh) | ||
| [](https://x.com/agentfield_ai) | ||
| [](https://agentfield.ai/discord?utm_source=github-readme&utm_campaign=github-readme&utm_id=github-readme-discord-community-badge) |
| [](https://discord.gg/aBHaXMkpqh) | ||
| [](https://x.com/agentfield_ai) | ||
| [](https://agentfield.ai/discord?utm_source=github-readme&utm_campaign=github-readme&utm_id=github-readme-discord-community-badge) | ||
| [](https://agentfield.ai/x?utm_source=github-readme&utm_campaign=github-readme&utm_id=github-readme-x-follow) |
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.
Summary
UTM-only audit of the README (incl. the Built With AgentField section) found that 45 of 46
agentfield.ailinks were tracked, but Discord/X were untracked, theassets/utm-links.csvmanifest had drifted from the README, and two links had inconsistent params. This PR closes those gaps:agentfield.ai/discordandagentfield.ai/x, each with a distinctutm_idper placement (-discord-header-badge,-discord-nav,-discord-community-badge,-x-follow), matching the existing/github/*redirect pattern used for project reposutm_content=cloudsecfrom the two CloudSecurity links — no other link usesutm_content, and the CSV never recorded itwww.agentfield.ai/examplesto the apex domain so analytics don't fragment by hostassets/utm-links.csv— the 9 README links missing from the manifest plus the 4 new Discord/X links; README and CSVutm_idsets now diff to zero in both directionsIntentionally not changed:
https://agentfield.ai/install.sh(left untagged per discussion) and same-repo GitHub links (badges/issues — not UTM-trackable).agentfield.ai/discordandagentfield.ai/xcurrently return 404. The redirects are being created on the website side — merge only after both resolve, or the README's Discord/X links will break.Verification
utm_iddiff between README.md and assets/utm-links.csv: empty in both directionsdiscord.gg,x.com,utm_content, orwww.agentfield.aireferences in README.mdutm_source=github-readme&utm_campaign=github-readme&utm_id=github-readme-<placement>🤖 Generated with Claude Code