> For the complete documentation index, see [llms.txt](https://docs.smaq.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smaq.io/documentation/features/creative-intelligence/audience-decay-monitor.md).

# Audience Decay Monitor

Audience saturation is one of Meta's most common failure modes: your ad set burns through the responsive portion of an audience, frequency climbs, CPA creeps up, and ROAS quietly bleeds. The Audience Decay Monitor watches for the canonical pattern across your active audiences.

### What you need

* A Meta Ads connection.
* Active audiences with at least 14 days of run history.

### Configuration

#### Lookback days

How many days of data to analyze. Default: 14.

#### Frequency threshold

Average frequency above which SMAQ considers an audience saturating. Default: 3.5.

#### CPA increase percentage

How much CPA needs to rise to trigger a flag. Default: 25% increase week-over-week.

> **\[Screenshot needed]** Audience Decay Monitor config form.

### Output

* Email listing saturated audiences with CPA trend, frequency trend, and recent spend.
* Snapshot in-app.
* AI-written recommendation: "Consider expanding this audience (current size 800K, frequency 4.1, CPA up 38%)."

> **\[Screenshot needed]** Example output showing two flagged audiences with charts of CPA vs frequency over time.

### How it differs from Ad Fatigue

|            | Ad Fatigue                     | Audience Decay                |
| ---------- | ------------------------------ | ----------------------------- |
| **Unit**   | Single ad creative             | Single ad set / audience      |
| **Signal** | Rising frequency + falling CTR | Rising frequency + rising CPA |
| **Fix**    | Refresh creative               | Expand audience or pause set  |

Run both. They catch different problems and the recommendations don't overlap.

### Tier availability

* **Scale & Agency** — fully available.

### Related

* [Ad Fatigue Detector](/documentation/features/creative-intelligence/ad-fatigue-detector.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.smaq.io/documentation/features/creative-intelligence/audience-decay-monitor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
