콘텐츠 인사이트

Privacy-first post analytics for EmDash CMS — per-post views, read rate, time on page, and referrer tracking.

플러그인

콘텐츠 인사이트

Privacy-first post analytics for EmDash CMS — per-post views, read rate, time on page, and referrer tracking.

  • 카테고리: Analytics
  • 상태: 사용 가능
  • 버전: 1.0.0
  • 가격: Free

Privacy-first post analytics for EmDash CMS. Know how your content performs without compromising your readers’ privacy. No cookies, no fingerprinting, no third-party services.

Installation

npm install em-content-insights
import { postAnalytics } from "em-content-insights";

export default defineConfig({
  integrations: [
    emdash({
      plugins: [postAnalytics()],
    }),
  ],
});

Features

  • Per-post view counts and unique visitors
  • Reading behavior metrics
  • Referrer tracking
  • Admin dashboard for editorial analytics

Privacy

No cookies, no fingerprinting. Raw IPs are never stored (hashed with daily-rotating salt). Honors Do Not Track.

Complementary

Pair with em-analytics-hub for broader site-wide analytics, campaigns, and funnels.