> 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/releases-and-announcements/releases/2023-april-27.md).

# 2023 - April 27

Didomi continually releases updates to our platform to improve our capabilities and resolve issues. Please refer to the sections below for our latest releases:

* [Analytics](#analytics)

***

### Analytics

#### **"Country" dimension added in dashboards**

1. A map and a table have been added at the bottom of the traffic dashboards, namely **Web Pageviews** and **App Sessions** (example screenshot below).\
   ![Capture d’écran 2023-04-26 à 10.37.21](https://support.didomi.io/hs-fs/hubfs/Capture%20d%E2%80%99%C3%A9cran%202023-04-26%20%C3%A0%2010.37.21.png?width=688\&height=237\&name=Capture%20d%E2%80%99%C3%A9cran%202023-04-26%20%C3%A0%2010.37.21.png)
2. A 'Country' column has been added to the **Custom Report** dashboard.

**The update on the Custom Report dashboard will change the format of the exported data, adding the country column in the file.**

#### **The GDPR filter**

The GDPR filter has been updated to **remove the United Kingdom** and **add Norway (NO) and Iceland (EEA country)** from the list of countries that are selected when the filter is set to 'EU - Only'.

{% hint style="info" %}
Please be aware that since the filter is applied on the fly to the data, any data that was previously exported may be affected and the results from before the filter change and after the filter change could be different.
{% endhint %}


---

# 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/releases-and-announcements/releases/2023-april-27.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.
