Skip to content

Release - #10

Merged
kisztof merged 1 commit into
mainfrom
changeset-release/main
Sep 7, 2026
Merged

Release#10
kisztof merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@stackmade/gtm-as-code@0.8.4

Patch Changes

  • 9b75e49: gtm-code verify and gtm-code doctor, implementing ROADMAP.md milestone 0.8.

    • gtm-code verify [--days <n>] queries the GA4 Data API for every declared event over the trailing
      N days (default 28) and reports which ones were never received — the check plan/drift can't
      give you, since config can match GTM/GA4 exactly while the site never actually fires an event. For
      a received event it also checks whether each dimension: true parameter was ever recorded with a
      value; parameters not registered as a custom dimension are reported as unverifiable rather than
      silently skipped, since the Data API has no way to query an arbitrary event parameter.
    • gtm-code doctor checks config validity, credentials, GTM/GA4 API reachability, and GA4 Data API
      quota headroom, explaining what's missing instead of plan/apply failing mid-run with a raw
      Google error.

    Both are live-verified against a real GA4 property. doctor's quota check reads a real
    tokensPerDay figure on a standard non-360 property, and it tells "API not enabled" apart from
    "permission denied", which Google reports under the same PERMISSION_DENIED status. One caveat
    verify now states in its own output: the Data API's dimension schema is eventually consistent, so
    a parameter can be reported as not registered for a few minutes after apply created its custom
    dimension.

@kisztof
kisztof merged commit a5f666e into main Sep 7, 2026
@kisztof
kisztof deleted the changeset-release/main branch September 7, 2026 21:59
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.

1 participant