Metrics and analytics
This guide explains the metrics available in AISquare and how to retrieve them using the API.
Overview
AISquare provides endpoints to retrieve engagement and activity metrics for AI Studios (publications).
These metrics are available in two contexts:
- Owner / co-creator metrics
- Public impact metrics
Owner and co-creator metrics
This endpoint provides detailed analytics for users who have access to a publication as:
- Owner
- Co-creator
Endpoint
Request body
Access control
- Requires authentication
- Restricted to publication owners or co-creators
- Returns
403if access is not allowed
Response includes
Publication details
idnamecustom_urlcreated_atallow_bookings
Experience counts
Counts of different experience types:
AI_EXPERTAI_NOTEQUESTPODCASTtotal
Engagement metrics
Aggregated metrics across the publication:
total_viewstotal_likestotal_bookmarkstotal_sharestotal_commentstotal_appointments
Activity metrics
monthly_active_users
Social metrics
followers_countfollowing_count
Metadata
generated_at
Public impact metrics
This endpoint provides public engagement metrics for a publication.
Endpoint
Request body
Access control
- Requires authentication
- Available to any authenticated user
Response includes
Publication info
idnamecustom_url
Metrics
total_playslikes_countcompletion_rateactive_userssaves_countinfluence_score
Metadata
time_period_days(fixed at 30 days)generated_at
Time window
- Public impact metrics are calculated over a fixed 30-day period
- Owner metrics are not explicitly scoped to a fixed window in the spec
Data characteristics
Based on the API:
- Metrics are aggregated at the publication level
- Responses include computed values (e.g.
completion_rate,influence_score) - No per-user breakdown is provided in these endpoints
When to use each endpoint
Error responses
Notes
- Both endpoints require a
urlfield in the request body - Both endpoints return aggregated metrics for a publication
- Access control differs between endpoints
Related pages
- AI Studios — publication-scoped endpoints
- Working with creators — owner and co-creator profiles
- Permissions and access control — access validation
- Authentication — required for all endpoints
- Core Concepts — metrics in the entity model
- Errors — handle 403, 404 responses

