---
title: "Retrieves listing performance metrics for the New Developer Listings (linked to New Developer Projects) managed by advertisers."
method: GET
path: "/v1/campaign/listing-performance"
tags: ["CampaignReporting"]
---

# Retrieves listing performance metrics for the New Developer Listings (linked to New Developer Projects) managed by advertisers.

`GET /v1/campaign/listing-performance`

## Query parameters

- `listingId` string
- `projectId` string
- `startDate` string, date
- `endDate` string, date

## Response `200`

OK

- CampaignAPIV1ListingPerformanceDataResponse
  - `data` CampaignAPIV1ListingPerformanceResponse[], nullable, required
    - `listingId` string, nullable, required
    - `projectId` string, nullable, required
    - `projectName` string, nullable, required
    - `domainAgencyId` string, nullable, required
    - `agencyName` string, nullable, required
    - `ioNumber` string, nullable, required
    - `date` string, date
    - `leads` CampaignAPIV1Leads, required
      - `total` integer
      - `emailEnquiries` integer
      - `phoneLeads` integer
      - `phoneReveals` integer
    - `photoViews` integer
    - `mapViews` integer
    - `pageViews` integer
    - `floorPlanViews` integer
    - `shares` CampaignAPIV1Shares, required
      - `total` integer
      - `listingLinkCopied` integer
      - `sharedViaSocial` integer
      - `sharedViaEmail` integer
    - `shortlisted` integer

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[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/revisions/24ab78aba827/schema)
