feat(web): mirror Heap + GA4 analytics from cli.deepgram.com#39
Merged
Conversation
ui.deepgram.com was missing the analytics setup that landed on cli.deepgram.com back in e736528. Same IDs, same inline-script pattern, dropped into the <head> of apps/web/src/pages/index.astro: Heap appid 765739241 GA4 measurement G-TYPC1TBCKT (*.deepgram.com property) Build is clean and both snippets render in dist/index.html. No deps added, no config changes elsewhere — the scripts are self-contained just like on cli.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
ui.deepgram.comwas missing the analytics setup that landed oncli.deepgram.comin deepgram/cli@e736528 (Heap) + deepgram/cli@a6468e4 (real GA4 ID). Same IDs, same inline-script pattern, dropped into the `` of `apps/web/src/pages/index.astro`.Diff
Only `apps/web/src/pages/index.astro` changed — 15 lines added, nothing removed. No new deps, no config changes elsewhere. The scripts are self-contained inline just like on cli.
Verification