{"id":14963028,"url":"https://github.com/phiilu/gatsby-plugin-umami","last_synced_at":"2026-03-03T03:07:19.052Z","repository":{"id":49809232,"uuid":"299413556","full_name":"phiilu/gatsby-plugin-umami","owner":"phiilu","description":"Gatsby plugin to add Umami (https://umami.is) to a Gatsby site ","archived":false,"fork":false,"pushed_at":"2023-04-25T07:04:58.000Z","size":259,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T04:43:11.792Z","etag":null,"topics":["gatsby","gatsby-plugin","gatsby-plugin-umami","gatsbyjs","hacktoberfest","react","umami","umami-analytics"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phiilu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-28T19:38:34.000Z","updated_at":"2024-03-22T10:25:18.000Z","dependencies_parsed_at":"2022-09-01T14:51:55.154Z","dependency_job_id":null,"html_url":"https://github.com/phiilu/gatsby-plugin-umami","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phiilu%2Fgatsby-plugin-umami","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phiilu%2Fgatsby-plugin-umami/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phiilu%2Fgatsby-plugin-umami/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phiilu%2Fgatsby-plugin-umami/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phiilu","download_url":"https://codeload.github.com/phiilu/gatsby-plugin-umami/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238053514,"owners_count":19408699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gatsby","gatsby-plugin","gatsby-plugin-umami","gatsbyjs","hacktoberfest","react","umami","umami-analytics"],"created_at":"2024-09-24T13:30:55.976Z","updated_at":"2025-10-25T00:31:44.786Z","avatar_url":"https://github.com/phiilu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-plugin-umami\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\nEasily add [Umami](https://umami.is/) to your Gatsby site.\n\n## Install\n\n`npm install --save gatsby-plugin-umami`\n\n## How to use\n\n```javascript\n// In your gatsby-config.js\nplugins: [\n  {\n    resolve: `gatsby-plugin-umami`,\n    options: {\n      websiteId: \"UMAMI_WEBSITE_ID\",\n      srcUrl: \"https://umami.example.com/script.js\",\n      includeInDevelopment: false,\n      autoTrack: true,\n      respectDoNotTrack: true,\n      dataCache: false,\n      dataDomains: \"example.com,example2.com\",\n    },\n  },\n];\n```\n\n## Configuration\n\n- `websiteId` - Required. The website id of your umami site\n- `srcUrl` - Required. The url to the hosted `script.js`\n- `includeInDevelopment` - Optional. Defaults to `false`\n- `autoTrack` - Optional. Enables [umami auto track](https://umami.is/docs/tracker-config) feature. Defaults to `true`\n- `respectDoNotTrack` - Optional. Enables [umami respect Do Not Track](https://umami.is/docs/tracker-config) feature. Defaults to `true`\n- `dataCache` - Optional. Improves performance. Defaults to `false`\n- `dataDomains` - Optional. Allows tracking only on the specified domains. No default.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://morehumaninternet.org\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/6589960?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWilliam Weiss\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/phiilu/gatsby-plugin-umami/commits?author=will-weiss\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://mattbanner.co.uk\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/49304331?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatt Banner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/phiilu/gatsby-plugin-umami/issues?q=author%3Amattsbanner\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://phiilu.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8149519?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFlorian Kapfenberger\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#question-phiilu\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/phiilu/gatsby-plugin-umami/commits?author=phiilu\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/phiilu/gatsby-plugin-umami/pulls?q=is%3Apr+reviewed-by%3Aphiilu\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/phiilu/gatsby-plugin-umami/commits?author=phiilu\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#tool-phiilu\" title=\"Tools\"\u003e🔧\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphiilu%2Fgatsby-plugin-umami","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphiilu%2Fgatsby-plugin-umami","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphiilu%2Fgatsby-plugin-umami/lists"}