---
title: "Retrieves statistics for a specific project."
method: GET
path: "/v1/projects/{id}/statistics"
tags: ["Projects"]
---

# Retrieves statistics for a specific project.

`GET /v1/projects/{id}/statistics`

## Path parameters

- `id` integer, required

## Query parameters

- `timePeriod` 'last7Days' | 'last90Days' | 'wholeCampaign' — Defines StatisticsTimePeriod

## Response `200`

OK

- ListingPerformanceV1ProjectStatisticsReport
  - `summary` ListingPerformanceV1ProjectStatistics
    - `totalPhotoViews` integer, nullable — Total number of photo views
    - `totalFloorplanViews` integer, nullable — Total number of floorplan views
    - `totalMapViews` integer, nullable — Total number of address map views
    - `totalVideoViews` integer, nullable — Total number of video views
    - `totalAgentDetailViews` integer, nullable — Total number of agent detail views
    - `totalSearchCarouselViews` integer, nullable — Total number of views under search carousel
    - `totalAgentPhoneNumberReveals` integer, nullable — Total number of times the agent phone number was revealed for contact
    - `totalEnquiries` integer, nullable — Total number of email enquiries
    - `totalEmailToFriend` integer, nullable — Total number of times the link was emailed
    - `totalSharedViaSocialMedia` integer, nullable — Total number of shares via social media
    - `totalInspectionTimeSaving` integer, nullable — Total number of times when the inspection was saved to calendar
    - `totalCallToAgentFromMobile` integer, nullable — Total number of calls made to agent
    - `devProjectId` integer, nullable — Domain Advertisement Id
    - `totalViews` integer, nullable — Total number of views
    - `totalIndividualImageViews` integer, nullable — Total number of individual image views
    - `totalAdClick` integer, nullable — Total number of ads clicked
    - `totalClicksToProjectListing` integer, nullable — Total number of click throughs to project listings
    - `totalExternalWebsiteViews` integer, nullable — Total number of external website view
    - `totalEmailEnquiries` integer, nullable — Total number of email enquiries
  - `dailyBreakdown` ListingPerformanceV1DailyProjectStatistics[], nullable — Listing statistic breakdown for the period by days
    - `totalPhotoViews` integer, nullable — Total number of photo views
    - `totalFloorplanViews` integer, nullable — Total number of floorplan views
    - `totalMapViews` integer, nullable — Total number of address map views
    - `totalVideoViews` integer, nullable — Total number of video views
    - `totalAgentDetailViews` integer, nullable — Total number of agent detail views
    - `totalSearchCarouselViews` integer, nullable — Total number of views under search carousel
    - `totalAgentPhoneNumberReveals` integer, nullable — Total number of times the agent phone number was revealed for contact
    - `totalEnquiries` integer, nullable — Total number of email enquiries
    - `totalEmailToFriend` integer, nullable — Total number of times the link was emailed
    - `totalSharedViaSocialMedia` integer, nullable — Total number of shares via social media
    - `totalInspectionTimeSaving` integer, nullable — Total number of times when the inspection was saved to calendar
    - `totalCallToAgentFromMobile` integer, nullable — Total number of calls made to agent
    - `devProjectId` integer, nullable — Domain Advertisement Id
    - `totalViews` integer, nullable — Total number of views
    - `totalIndividualImageViews` integer, nullable — Total number of individual image views
    - `totalAdClick` integer, nullable — Total number of ads clicked
    - `totalClicksToProjectListing` integer, nullable — Total number of click throughs to project listings
    - `totalExternalWebsiteViews` integer, nullable — Total number of external website view
    - `totalEmailEnquiries` integer, nullable — Total number of email enquiries
    - `eventDate` string, date-time, nullable

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/versions/24ab78aba827/schema)
