> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/help-center/ai-agents/analytics-are-missing-or-the-date-range-is-shorter-than-expected.md).

# Analytics are missing or the date range is shorter than expected

Explain plan-visible analytics history, date-range rules, zeroes, and download totals.

First inspect the returned `history_window`. A shorter range can be the history available on the current plan, not missing tracking data.

## Check the request

1. Choose one podcast or one episode, not both.
2. Use either `from` and `to`, or use one relative range option.
3. Use `days_since_published` only for an episode.
4. Confirm that `from` is not later than `to`.
5. Read `history_window` and any clipping information in the response.
6. Use the `complete` download count when you report downloads.

Days with no traffic are returned as zeroes. A zero-filled date is different from a missing date. Analytics arrays use chronological order.

## Expected result

The response identifies the effective date range and returns the available daily series and totals. An upgraded plan can make a longer analytics history visible immediately.

## If the result is still unexpected

Run one simple range without comparison logic. If the problem continues, send Podigee Support the podcast or episode ID, requested range, effective range, `history_window`, time, and sanitized error. Do not send an access token or unrelated listener data.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.podigee.com/help-center/ai-agents/analytics-are-missing-or-the-date-range-is-shorter-than-expected.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
