AI Studios - Owner/Co-Creator Metrics Dashboard
**OWNER OR CO-CREATOR ACCESS:** Metrics dashboard for publication owners and co-creators. Provides detailed analytics including:
- Publication basic information (created_at, allow_bookings)
- Experience counts by type (AI_EXPERT, AI_NOTE, QUEST, PODCAST)
- Engagement metrics (views, likes, bookmarks, shares, comments)
- Monthly active users count
- Appointments count (placeholder - TODO)
- Social metrics (followers and following counts for publication owner)
**Access Control:** Restricted to publication owners or co-creators only.
**Caching:** Response cached for 1 hour using Django's cache framework.
**Performance:** Optimized queries with select_related and prefetch_related.
Request
This endpoint expects an object.
url
Publication custom URL (owner or co-creator access required)
Response
Owner/Co-creator metrics retrieved successfully
publication
experience_counts
metrics
generated_at
Errors
403
Forbidden Error
404
Not Found Error

