Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zharkan/matomo-opt-out-french

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zharkan/matomo-opt-out-french

A web component to let visitors opt-out of Matomo tracking

  • 1.3.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

<matomo-opt-out-french>

A web component to let visitors opt-out of Matomo tracking.

made with open-wc Build Published on npm

Dependencies

Your Matomo installation will have to have the Ajax Opt Out plugin enabled.

Usage

import '@zharkan/matomo-opt-out-french';
<matomo-opt-out-french matomo-url="https://analytics.your-domain.com"></matomo-opt-out-french>

Note on browser compatibility & transformation

Currently, the recommended way to publish a web component using open-wc is to publish the ES6/7 source code as is. Since your application knows best about which browsers to support and how to transform the source code (if at all) for those browsers, you will have to take care of any transformations yourself.

Properties

PropertyAttributeTypeDefault
isBusybooleanfalse
isTrackedbooleanfalse
matomoUrlmatomo-urlstring
optedInLabelopted-in-labelstring"You are not opted out. Uncheck this box to opt-out."
optedOutLabelopted-out-labelstring"You are currently opted out. Check this box to opt-in."

Development

  • Create a copy of local.config-example.js and name it local.config.js
  • Add the URL to your Matomo installation
  • Run $ npm start
  • Navigate to http://localhost:8000/demo/

Keywords

FAQs

Package last updated on 05 Jan 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc