GoogleAnalytics
Web analytics service for tracking and reporting website traffic.
Extends: Technology
Google Analytics
Web analytics service for tracking and reporting website traffic.
Overview
Category: Analytics software
Web analytics service for tracking and reporting website traffic.
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: 'Google Analytics',
category: 'Analytics software',
description: 'Web analytics service for tracking and reporting website traffic.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Google Analytics",
"applicationCategory": "Analytics software",
"description": "Web analytics service for tracking and reporting website traffic."
}