> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/advertisers/advertisers-faq/common-issues/our-statistics-do-not-match-yours.md).

# Our statistics do not match yours

Several things could explain such a discrepancy:

* ExoClick counts raw impressions and passes them immediately, i.e. no filtering. The page visited does not need to load fully for the impression to be counted on our platform.
* If you use our tracking pixel, it counts 1 event per IP per 24 hours. So the same user, or users sharing the same IP address, will only be counted once.
* External report tools normally require the browser of the site visitor to process the page and load all the elements, which can take anywhere from a few seconds to maybe 30+ seconds, depending on how heavy the page is. This will impact the recording of the impression depending on the type of report you have and therefore tracked impressions may not be recorded.
* Note that a tool like Google Analytics, for example, counts sessions or visitors and not impressions.
* Approximately 30% of site visitors are using Adblock or “Private Mode” on their browser and this will impact many of the tracking tools being used today.
* Your reporting tool may be filtered in various ways. Please check if your filters are actually the cause of the discrepancy you are seeing.

### In summary

Different systems usually do not count the same things. ExoClick counts at an earlier step, and counts immediately. Whereas other tracking methods will be counted at a much later stage, which means it will not register the impressions in a lot of cases. Ad Blockers and Private Browsing usually will block those tracking methods and so they will not appear.

For anything else please [contact us](https://www.exoclick.com/contact/) with specific information and a copy of your report.


---

# 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.exoclick.com/advertisers/advertisers-faq/common-issues/our-statistics-do-not-match-yours.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.
