You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a Umami integration, forked from the Plausible one but I'm getting the error Publishing integrations with space:script:inject scope is not allowed.
I'm just trying to publish it privately for now, how do I resolve this?
My gitbook-manifest.yml:
name: Umamititle: Umamiorganization: cBtGw0QchuEMpqSwIWJBicon: ./assets/icon.pngdescription: Receive GitBook traffic insights directly in your Umami dashboard.previewImages:
- ./assets/plausible-preview.pngexternalLinks:
- label: Documentationurl: https://www.gitbook.com/integrations/plausiblevisibility: publicscript: ./src/index.tsscopes:
- space:script:injectcontentSecurityPolicy:
script-src: | https://plausible.io;connect-src: | plausible.io *;summary: | # Overview Plausible Analytics are a GDPR CCPA and cookie law compliant site analytics. Web analytics is the process of measuring and analyzing the usage of a website. With Plausible activated on your website, you get access to a simple open source analytics dashboard. You can then use this data to assess the performance of your site and to figure out what you can do to improve your future efforts. # How it works The GitBook Plausible Analytics integration allows you to track traffic in your published spaces from your Plausible dashboard. Automatic tracking in your documentation: Each of your connected GitBook spaces will fetch the cookie-less Plausible tracking script and inject it in your public content. # Configure You can enable the integration on single published space by navigating to the sub-navigation and clicking on Integrations button. If you prefer to enable the integration or multiple or all published spaces you can do so by navigating to the org settings and clicking the Integrations tab. You will need your Domain to finish the configuration.categories:
- analyticsconfigurations:
space:
properties:
website:
type: stringtitle: Website IDdescription: The Website ID you configured for this Umami website.api:
type: stringtitle: Self-hosted APIdescription: When self-hosting, configure the url of the instance API (empty when using analytics.umami.is).required:
- website
The text was updated successfully, but these errors were encountered:
Unfortunately right now the scope required for creating an integration like this is closed for the initial launch of the integration platform. That being said, we do know it's a highly requested feature, so have this high up on our radar for the next iteration(s) of the platform in general. We need to define a few things and figure out a secure and sustainable way to manage these kinds of scopes - and until we have that in place we'll do our best to monitor the requests coming in!
We are trying to build a private plugin for our customers to help them track the documentation usage and we are not able to use the space:script:inject. This is an important part of our product and would highly appreciate if this can be priortized.
I'm trying to create a Umami integration, forked from the Plausible one but I'm getting the error
Publishing integrations with space:script:inject scope is not allowed
.I'm just trying to publish it privately for now, how do I resolve this?
My gitbook-manifest.yml:
The text was updated successfully, but these errors were encountered: