> For the complete documentation index, see [llms.txt](https://thisdot.gitbook.io/data-mapper-for-mailchimp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thisdot.gitbook.io/data-mapper-for-mailchimp/faqs/how-can-i-create-events-and-tags.md).

# How can I create events & tags

Events are a powerful tool that allow you to track specific interactions made by your customers.\
\
With events you can see within Mailchimp which events were triggered in order. This is shown on a customer’s activity feed.\
\
To enable these:

* Open up [Data Mapper for Mailchimp](https://dashboard.stripe.com/settings/apps/mailchimp)’s settings page
* Scroll down to Events & Tags
* Enable the events you wish to use

Additionally, you can configure advanced events by selecting “Advanced configuration”.\
\
To see the events once they’ve been created:

* Open up your [Mailchimp audience](https://us20.admin.mailchimp.com/audience/contacts/)
* Select a contact
* View the Activity panel

Newly triggered events will show up here if enabled in Data Mapper for Mailchimp.\
\
Additionally, you can also add tags to a customer when an event fires. Unlike event logs, this will be added to your customer one-time per tag, which is great for allowing you to segment your audience.\
\
To enable these:

* Open up [Data Mapper for Mailchimp](https://dashboard.stripe.com/settings/apps/mailchimp)’s settings page
* Scroll down to Events & Tags
* Select “Advanced configuration” for the event you’d like to create a tag for
* Under “Mailchimp tagging” select “Add new mapping”
* Select the event which triggers the tag and add the name of the tag to create

You can then see the tags on your audience members once a member triggers this event.


---

# 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:

```
GET https://thisdot.gitbook.io/data-mapper-for-mailchimp/faqs/how-can-i-create-events-and-tags.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.
