Add Gizmo Analytics to the supported providers list#1235
Open
sudomichael wants to merge 1 commit into
Open
Conversation
Mirrors the pliny PR (timlrx/pliny#207) that adds Gizmo as a 7th analytics provider in pliny's Analytics component. With pliny v0.5+ this starter blog gains Gizmo as a one-config-line option alongside Umami/Plausible/Posthog/etc. Gizmo is cookieless, GDPR-friendly, and free for 10k events/mo — a natural fit for static blogs/content sites that want analytics without a consent banner. https://gizmoanalytics.io - data/siteMetadata.js: add gizmoAnalytics commented-out block, matching the pattern used for plausible/simple/posthog/google. Comment also notes the CSP domain users will need to add when enabling it. - README.md: included Gizmo in the "Multiple analytics options" line under the pliny integration list. Depends on timlrx/pliny#207 — once that's released as the next pliny minor version, users can bump and use this block directly.
|
@sudomichael is attempting to deploy a commit to the timlrx's projects Team on Vercel. A member of the Team first needs to authorize it. |
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
Mirrors timlrx/pliny#207, which adds Gizmo Analytics as a 7th provider to pliny's
Analyticscomponent. This PR adds the correspondinggizmoAnalyticsconfig block (commented-out, following the same pattern as plausible/simple/posthog/google) todata/siteMetadata.js, plus mentions Gizmo in the README's "Multiple analytics options" line.Gizmo Analytics is cookieless and GDPR-friendly — no cookies, no localStorage, no fingerprinting, no consent banner required. Free tier is 10k events/month with unlimited sites. Solid fit for static blogs / content sites using this kit that want analytics without the cookie-banner overhead.
Changes
data/siteMetadata.js— new commented-outgizmoAnalyticsblock, matching the existing pattern for the other commented providers. Sentence at top of theanalyticsblock updated to mention Gizmo. Comment in the block notes the CSP domain users will need to add when enabling it (same convention as the Umami CSP note already in the file).README.md— Gizmo added to the providers list under the pliny integration.Depends on
timlrx/pliny#207 — once that's merged + released, users can bump pliny and uncomment the
gizmoAnalyticsblock to enable. Until then, this PR is purely documentary (the commented block doesn't activate anything).Happy to hold this PR until pliny#207 merges, or merge it as docs-only and let the code path light up automatically with the next pliny version bump. Let me know what works.