platform-docs/product/features/profile-analytics
2026-01-18 07:39:19 -08:00
..
creator-guide.md docs(arch, technical, product): 📝 Update architectural decision records, technical standards, and product documentation to reflect current best practices 2026-01-18 07:39:19 -08:00
README.md docs(arch, technical, product): 📝 Update architectural decision records, technical standards, and product documentation to reflect current best practices 2026-01-18 07:39:19 -08:00
technical-specification.md docs(arch, technical, product): 📝 Update architectural decision records, technical standards, and product documentation to reflect current best practices 2026-01-18 07:39:19 -08:00

Profile Analytics Feature

Profile-level analytics tracking for creators to understand their visibility, engagement, and conversion metrics.

Documentation

Document Audience Description
Creator Guide Creators How to use the analytics dashboard
Technical Specification Developers Architecture, APIs, database schema

For Creators

  • Understanding your metrics
  • Traffic source attribution
  • Conversion funnel optimization
  • Duo partner referral tracking

For Developers

  • Event tracking implementation
  • Database schema (TimescaleDB)
  • API endpoints
  • Frontend integration

Feature Location

Component Path
Backend API codebase/features/analytics/backend-api/
Dashboard UI codebase/features/analytics/frontend-users/
Tracking Client codebase/features/marketplace/frontend-public/src/hooks/useProfileTracking.ts

Status

  • Database migration
  • Backend entities and DTOs
  • ProfileAnalyticsService
  • Tracking controller endpoints
  • Queue processing
  • Frontend tracking client
  • Dashboard page
  • Discovery integration
  • Profile view integration
  • Message start integration
  • Photo view integration
  • Duo partner ad integration