
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
ember-cli-matomo-tag-manager
Advanced tools
This Ember addon helps you to integrate Matomo Tag Manager to your application.
Simply said, Matomo Tag Manager is a plugin that takes Matomo Analytics to the next level. Similar to how a CMS brings you all the flexibility to publish content for your website, a Tag Management System (TMS) will allow you to easily embed 1st and 3rd party application resources into your website.
ember install ember-cli-matomo-tag-manager
First, add the ember-cli-matomo-tag-manager dependency to your project :
ember install ember-cli-matomo-tag-manager
Then, in your config file config/environment.js, declare your Matomo tags container URL :
// config/environment.js
module.exports = function(environment) {
let ENV = {
// ...
APP: {
// Here you can pass flags/options to your application instance
// when it is created
},
matomo: {
url: 'https://stats.pix.fr/js/container_rvRH7IMW.js'
}
};
// ...
return ENV;
};
And, voilà!
| Param | Type | Required | Usage | Default value |
|---|---|---|---|---|
| url | string | yes | Matomo TMS container URL | null |
| debug | boolean | no | Enable Matomo debug logs | false |
Have a look on the dummy app (in tests/dummy/app) to see the addon in action.
You can see the data results on https://stats.pix.fr/index.php, for project "ember-cli-matomo-tag-manager".
See the Contributing guide for details.
Execute script ./scripts/publish.sh [X.Y.Z].
This project is licensed under the MIT License.
FAQs
Ember addon to integrate Matomo Tag Manager
We found that ember-cli-matomo-tag-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.