> For the complete documentation index, see [llms.txt](https://docs.didomi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didomi.io/analytics/preference-management-platform-pmp-analytics.md).

# Preference Management Platform (PMP) analytics

{% hint style="success" %}
**Access Type:** Analytics - Viewer

**Premium Feature**: Preference Management Platform
{% endhint %}

Didomi Preferences Management Platform (PMP) analytics provides your organization with a variety of dashboards that can be subsequently filtered to review key data on how your preferences widgets are performing on your domains. In this article, we will cover the following for PMP analytics:

* [Dashboard updates](#dashboard-updates)
* [Historical data limits](#historical-data-limits)
* [Measured events](#measured-events)
* [Data sampling](#data-sampling)

{% hint style="info" %}
PMP analytics are only generated for properties utilizing the PMP SDK.
{% endhint %}

***

### Dashboard updates

Didomi PMP analytics dashboards are updated daily (at approximately 7:00 AM UTC).

### Historical data limits

Didomi does not enforce historical data limits for the periodization of your PMP analytics dashboards.

### Measured events

The Didomi PMP SDK collects events on your properties and utilizes those events to compute, aggregate, and generate the analytics in your PMP analytics dashboards.

{% hint style="info" %}
Events with an invalid domain or containing localhost are filtered out from the PMP analytics in your dashboard.
{% endhint %}

Review the table below for the events collected by Didomi to generate&#x20;

<table><thead><tr><th width="205">Event</th><th>Description</th></tr></thead><tbody><tr><td><code>authentication.asked</code></td><td>Triggered when the authentication request is displayed.</td></tr><tr><td><code>authentication.sent</code></td><td>Triggered when the authentication request confirmation is displayed.</td></tr><tr><td><code>consent.asked</code></td><td>Triggered when the end-user has accessed the preferences widget.</td></tr><tr><td><code>consent.given</code></td><td>Triggered when the end-user has configured their preferences and clicks the validation button.</td></tr></tbody></table>

{% hint style="warning" %}
**Note**: PMP metrics are event-based which means that if an end-user submits there preferences 10 times then those 10 times will be reflected in the analytics. Metrics will not be duplicated by end-users or any other variable.&#x20;
{% endhint %}

The following reflects the relationship between the events collected by Didomi and the PMP metrics produced in your PMP analytics dashboards:

<img src="/files/PsfAJrBOBrGsAHv1bVH2" alt="pmp_analytics" width="479">

### Data sampling

Didomi does not sample data to generate your organization's PMP analytics dashboards.


---

# 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.didomi.io/analytics/preference-management-platform-pmp-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.
