> For the complete documentation index, see [llms.txt](https://docs.adpage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adpage.io/getting-started/setup-data-assistent.md).

# Setup Data Assistent

The AdPage Data Assistent tag can be configured to provide additional insights into the quality of the setup as ongoing activity

The AdPage Data Assistant tag monitors everything that happens in the dataLayer of your website. These dataLayer events will get temporarily saved so our in-software Data Assistent chatbot can help you find and fix issues quickly.

## Setup steps

{% stepper %}
{% step %}

### Add the tag template to your workspace

Open your Google Tag Manager web container. Go to **Tags** and create a new tag. As the **Tag Configuration**, select **Discover more tag types in the Community Template Gallery**. In the template gallery look for the AdPage Data Assistant configuration. Add this tag configuration to your workspace.

<figure><img src="https://1274044937-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FA65KwL1NwewlJbtCXsXd%2Fuploads%2FiJVirynleP6wdqXzUVnw%2Fimage.png?alt=media&amp;token=978bdc18-a385-4af8-8b7b-a366b4fbca92" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Configure the tag

In the **Tagging URL** input field, enter your server container URL. Expand **Advanced Settings**, then **Consent Settings**. Enable **Require additional consent for tag to fire**. Enter `analytics_storage` as the required consent. For example "[https://tagging.domain.nl](https://tagging.martvisser.nl)"

<figure><img src="https://1274044937-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FA65KwL1NwewlJbtCXsXd%2Fuploads%2FHqvscCxInn5BfIX6AbOX%2Fimage.png?alt=media&amp;token=02d7ec1b-d1a9-41f5-904e-6a5fe5d8a55f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Add the trigger

Add a **Trigger** to your Data Assistant tag. Open **Triggering** and select the blue plus icon to create a new trigger. Select **Custom Event** as the trigger type. Enter `.*` as the event name. Enable **Use regex matching**.

<figure><img src="https://1274044937-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FA65KwL1NwewlJbtCXsXd%2Fuploads%2FvKBV5iUiR7nHWPtbqCBe%2Fimage.png?alt=media&amp;token=b393486a-9424-4d75-8dcd-ba3a324b314c" alt=""><figcaption></figcaption></figure>

Save the trigger, then save the tag.
{% endstep %}
{% endstepper %}

## What's next?

Events Monitoring is now active for your server-side tracking. Continue with the Tagging pixel setup to track funnel interactions.


---

# 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.adpage.io/getting-started/setup-data-assistent.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.
