Landing Analytics LogoLanding Analytics

Get depth statistics for a project

Retrieve comprehensive statistics across all current alternatives including visitors, traffic, popular sections, etc.

GET
/depth_stats/{id_project}
AuthorizationBearer <token>

In: header

Path Parameters

id_projectstring

The unique identifier for the project

Response Body

curl -X GET "https://backend-landing-analytics.fly.dev/api/v0/exploration/depth_stats/string"
{
  "success": true,
  "message": "string",
  "content": {
    "unique_visitors": 0,
    "traffic": 0,
    "most_popular_section": "string",
    "average_time_spent": 0,
    "bounce_rate": 0,
    "visits_1": 0,
    "visits_2": 0,
    "visits_3": 0,
    "visits_4_plus": 0
  }
}
{
  "success": true,
  "message": "string",
  "content": {}
}