> For the complete documentation index, see [llms.txt](https://help.productlogz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.productlogz.com/creating-in-app-surveys/survey-analytics.md).

# Survey Analytics

### Survey Performance

* **Last response:** Time when the user last answered the survey.
* **Completion rate:** Percentage of users who have answered the survey.
* **Views:** Once a user lands on the website, the survey will be shown to the user. ProductLogz starts the session for the user and it lasts for 1 day. The number of time the survey is shown to the user in this session is counted as a view. If the user closes the survey, it will not be shown for the next 1 hour.
* **Unique views:** Total number of unique views on the survey in 1 session by 1 user. A session lasts for 1 day. If a user sees the survey 3 times in 1 session, it will be counted as 1 unique view.

## Related articles

{% content-ref url="/pages/KxzlsK9AKjbTjKVKrb7r" %}
[Creating In App Surveys](/creating-in-app-surveys.md)
{% endcontent-ref %}

{% content-ref url="/pages/fhLr1hmPzjXkTH4jPXbi" %}
[Rewards](/rewards.md)
{% endcontent-ref %}

**Did we miss something?** Not to worry! Just email our support team at [contact@productlogz.com](mailto:team@getacme.co) ✌️


---

# 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://help.productlogz.com/creating-in-app-surveys/survey-analytics.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.
