Skip to content

docs: migrate sponsor link to canonical UTM convention (GTM-32)#344

Merged
benvinegar merged 2 commits into
mainfrom
talton/gtm-32-migrate-slop-scan-hunk-podguy-sponsor-links-to-canonical-utm
May 21, 2026
Merged

docs: migrate sponsor link to canonical UTM convention (GTM-32)#344
benvinegar merged 2 commits into
mainfrom
talton/gtm-32-migrate-slop-scan-hunk-podguy-sponsor-links-to-canonical-utm

Conversation

@TaltonFiggins
Copy link
Copy Markdown
Contributor

Summary

Migrates the README sponsor link's UTM params to the canonical "Modem-owned repo README" row in the GTM UTM Tagging Strategy (updated 2026-05-18):

  • utm_campaign: hunkoss_hunk
  • utm_content: (none) → readme_footer

Aligns with the convention applied to newly-shipped sponsor blocks in modem-dev/baudbot (GTM-29) and modem-dev/glance-agent-plugins (GTM-30). Companion PRs land in modem-dev/slop-scan and modem-dev/podguy on the same branch name.

Linear

GTM-32 — Migrate slop-scan, hunk, podguy sponsor links to canonical UTM convention

Changes

  • Update both occurrences of the sponsor link (text + <a href> wrapping the <picture>)

Testing

  • README renders correctly in GitHub markdown preview
  • After merge: confirm $pageview with utm_campaign=oss_hunk lands in PostHog within ~24h (hunk is the highest-traffic of the three, fastest to verify)

Related

  • UTM Generator (Notion) row needs Campaign/Content updated to match after merge

Update the README sponsor link's UTM params to match the canonical
"Modem-owned repo README" row in the GTM UTM Tagging Strategy
(updated 2026-05-18): utm_campaign=oss_hunk (snake_case) and
utm_content=readme_footer. Aligns with the convention applied to
recently-added sponsor blocks in modem-dev/baudbot and
modem-dev/glance-agent-plugins.

Linear: GTM-32

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 21, 2026

Greptile Summary

Migrates the README sponsor link UTM parameters to the canonical "Modem-owned repo README" convention, changing utm_campaign from hunk to oss_hunk and adding utm_content=readme_footer.

  • Both occurrences of the sponsor link (inline text and the <a href> wrapping the <picture> block) are updated consistently with identical parameter values.
  • No functional code is touched; the change is confined to two URL strings in README.md.

Confidence Score: 5/5

Safe to merge — only two URL strings in README.md are modified, with no functional code touched.

Both sponsor link occurrences are updated identically and consistently; the URLs remain well-formed with the new query parameters appended correctly.

No files require special attention.

Important Files Changed

Filename Overview
README.md Updates both sponsor link occurrences (text + picture anchor) with new utm_campaign=oss_hunk and utm_content=readme_footer; changes are consistent and correctly applied.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[README Sponsor Link Click] --> B{UTM Parameters}
    B --> C["utm_source=github"]
    B --> D["utm_medium=oss"]
    B --> E["utm_campaign=oss_hunk\n(was: hunk)"]
    B --> F["utm_content=readme_footer\n(new)"]
    C & D & E & F --> G[modem.dev landing page]
    G --> H[PostHog $pageview event]
Loading

Reviews (1): Last reviewed commit: "docs: migrate sponsor link to canonical ..." | Re-trigger Greptile

@benvinegar benvinegar merged commit 8faad67 into main May 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants