Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@kichiyaki/gatsby-plugin-plausible
Advanced tools
A Gatsby plugin for adding Plausible analytics to your Gatsby site
A Gatsby plugin for adding Plausible analytics to your Gatsby site.
The plugin includes the Plausible tracking script. It supports using a custom domain and excluding specific paths from recording page views.
Install gatsby-plugin-plausible
npm install --save gatsby-plugin-plausible
Add plugin to gatsby-config.js
// In your gatsby-config.js
module.exports = {
plugins: [
// The only required option is the domain
{
resolve: `gatsby-plugin-plausible`,
options: {
domain: `aquil.io`,
},
},
],
};
This will install gatsby-plugin-plausible
and add a sample configuration.
Upgrade gatsby-cli and gatsby to the latest version:
npm install -g gatsby-cli@latest
npm install gatsby@latest
Run the recipe
gatsby recipes https://raw.githubusercontent.com/Aquilio/gatsby-plugin-plausible/master/gatsby-recipe-plausible.mdx
Update gatsby-config.js
options.
To read more about recipes check out the announcement.
NOTE: By default, this plugin only generates output when run in production mode. To test your tracking code, run gatsby build && gatsby serve
.
Option | Explanation |
---|---|
domain | The domain configured in Plausible (required) |
scriptUri | Custom script uri (default: /js/plausible.js ) |
customDomain | Custom domain (if configured in Plausible's dashboard) |
excludePaths | Array of pathnames where page views will not be sent |
Pageviews are sent automatically when a user changes routes, including the initial load of your site.
To track goals and conversions you have to trigger custom events first.
window.plausible('Signup', {
callback: () => console.info('Sent Signup event'),
});
The event name can be anything. The second argument is an object with options. The only supported option is callback
that is called once the event has been sent.
NOTE: Custom events will not show up right away. You have to configure a goal in your Plausible dashboard.
See CHANGELOG.md.
FAQs
A Gatsby plugin for adding Plausible analytics to your Gatsby site
The npm package @kichiyaki/gatsby-plugin-plausible receives a total of 0 weekly downloads. As such, @kichiyaki/gatsby-plugin-plausible popularity was classified as not popular.
We found that @kichiyaki/gatsby-plugin-plausible demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.