# What is Impression?

An impression is registered each time a notification appears on your subscribers' devices, representing a single instance of engagement. It's important to understand that achieving a 100% impression rate is not always feasible due to various factors:

1. **Uninstalled Browsers**: If a subscriber uninstalls the browser through which they receive notifications, impressions cannot occur.
2. **Closed Browser (MacOS)**: When a subscriber closes their browser, notifications cannot be displayed, impacting impression rates.
3. **Expired Notifications (Flash Sale Campaign)**: Notifications tied to time-sensitive events, such as flash sale campaigns, may expire before subscribers have the chance to see them, affecting impression counts.
4. **Disabled Background App Activity on Mobiles**: Some mobile users may disable background app activity, preventing notifications from being received and resulting in fewer impressions.
5. **Erased Site Data**: If a subscriber clears their browser's site data, they are no longer a subscriber.

Understanding these factors can help manage expectations regarding impression rates and optimize notification strategies for better engagement.


---

# Agent Instructions: 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://doc.uppush.io/uppush/web-push-notification/what-is-impression.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.
