matomo
Open-source web analytics platform.
Extends: Technology
Matomo
Open-source web analytics platform.
Overview
Category: Analytics software
Open-source web analytics platform.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Matomo',
category: 'Analytics software',
description: 'Open-source web analytics platform.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Matomo",
"applicationCategory": "Analytics software",
"description": "Open-source web analytics platform."
}