---
title: "List AI ad placements (Scale+)"
method: GET
path: "/dimensions/ads"
tags: ["Shopping & Ads"]
---

# List AI ad placements (Scale+)

`GET /dimensions/ads`

Paid placements returned inside AI answers. view=advertisers (default) returns one row per advertising domain with placement count, prompt reach, average and best position; view=ads returns the individual placements. Position 1 is the best slot, so a LOWER average position is better.

## Query parameters

- `project_id` integer, required
- `page` integer
- `per_page` integer
- `view` 'advertisers' | 'ads'
- `owned` boolean
- `order` 'ads' | 'prompts' | 'avg_position' | 'domain' | 'recent' | 'oldest' | 'position'
- `direction` 'asc' | 'desc'
- `query` string
- `model` 'chatgpt' | 'perplexity' | 'gemini' | 'ai_overview' | 'ai_mode' | 'copilot' | 'claude' | 'grok' | 'deepseek' | 'meta_ai' | 'amazon_rufus'
- `collection_id` integer
- `country_code` string
- `language_code` string
- `prompt` integer
- `prompt_type` 'informational' | 'navigational' | 'commercial' | 'transactional'
- `brand_kind` 'brand' | 'brand_other' | 'non_brand'
- `range` integer
- `from` string, date-time
- `to` string, date-time
- `output` 'flat' | 'csv'

## Response `200`

Paginated ad rows plus totals

## Other responses

- `422` — Invalid parameters

---

[API](https://skmtc.dev/llmpulse/apis/llm-pulse-api.md) · [All operations](https://skmtc.dev/llmpulse/apis/llm-pulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/llmpulse/llm-pulse-api/revisions/b1f6040a24b9/schema)
