# Bot blocking

Pulse Insights attempts to recognize and block bot traffic so that bots don't see impressions, which can skew the reporting/accuracy of survey response rates. Our analysis shows that most client bot traffic is from crawlers such as search engines and security vendors.

There are two primary mechanisms for bot recognition:

* IP address requests over a threshold within a time window
* Maximum cumulative impressions for a single Device UDID

The exact values change from time to time to allow for heavy real usage by development and QA teams, while still blocking likely bots.&#x20;

Once traffic is identified as a bot, Pulse Insights will not return surveys unless explicitly unjailed by by Pulse Insights. Or, once max cumulative impressions for a single UDID is reached, any additional impressions or responses won't be recorded.


---

# 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://docs.pulseinsights.com/implementing-pulse-insights-dev/implementing-on-web-and-mobile-web/bot-blocking.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.
