Skip to content

Commit 3135f32

Browse files
authored
[SIEMINT-81] DDSaaS: Mailchimp: Crawler Integration v1.0.0 (#18282)
* Mailchimp Crawler integration with assets * Added Mailchimp Crawler integration dashboards * Update mailchimp metadata.csv order by metric_name * Mailchimp campaign dashboard widget & title update * Updated README.md as per review comments * Updated the source_type_name to natural-title case * Added mailchimp light and dark theme svg logo * set display_on_public_website to false
1 parent dad9502 commit 3135f32

11 files changed

+2777
-14
lines changed

mailchimp/README.md

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,60 @@
11
# Mailchimp
22

33
## Overview
4-
[Mailchimp][1] is an all-in-one marketing platform designed to help businesses create, send, and analyze email campaigns. It offers tools for audience management, marketing automation, and insights to boost engagement and grow your business. With its user-friendly interface, businesses can easily design emails, manage subscribers, and track campaign performance.
4+
5+
[Mailchimp][1] is an all-in-one marketing platform designed to help businesses create, send, and analyze email campaigns. It offers tools for audience management, marketing automation, and insights to boost engagement and grow your business. Businesses can design emails, manage subscribers, and track campaign performance.
6+
7+
This integration ingests the following metrics:
8+
9+
- Reports (metrics related to campaigns)
10+
- Lists/audience (metrics related to audiences)
11+
12+
The Mailchimp integration collects metrics from campaigns and lists, directing them into Datadog for analysis. This integration provides insights including total campaigns, email performance, click-through rates, open rates, bounce rates, unsubscribes, and abuse reports. It features consolidated statistics for campaigns sent in the last 30 days, along with many additional metrics, all accessible through out-of-the-box dashboards.
513

614
## Setup
715

816
### Configuration
917

10-
!!! Add list of steps to set up this integration !!!
18+
#### Get API credentials for Mailchimp
19+
20+
1. Log in to your [Mailchimp account][2] and click the profile icon
21+
2. Navigate to the **Extras** tab
22+
3. Click **API keys**
23+
4. Scroll down to the **Your API Keys** section and click **Create A Key**
24+
5. Enter your preferred name for the API key and click **Ok**
25+
6. Once the API key is generated, copy and save it as you will only see it once
1126

12-
### Validation
1327

14-
!!! Add steps to validate integration is functioning as expected !!!
28+
#### Mailchimp DataDog integration configuration
29+
30+
Configure the Datadog endpoint to forward Mailchimp metrics to Datadog.
31+
32+
1. Navigate to the `Mailchimp` integration tile in Datadog.
33+
2. Add your Mailchimp credentials.
34+
35+
| Mailchimp parameters | Description |
36+
| -------------------- | ------------ |
37+
| Marketing API key | API key for your Mailchimp marketing account. |
38+
| Server prefix | Server prefix (for example: us13) of the Mailchimp account. It is the `xxxx` part of `https://xxxx.admin.mailchimp.com/`. |
1539

1640
## Data Collected
1741

1842
### Metrics
1943

20-
The Mailchimp integration collects and forwards Campaigns and Lists(Audiences) metrics to Datadog.
44+
The Mailchimp integration collects and forwards campaign and list (audience) metrics to Datadog.
2145

2246
### Service Checks
2347

24-
Mailchimp does not include any service checks.
48+
The Mailchimp integration does not include any service checks.
2549

2650
### Events
2751

28-
Mailchimp does not include any events.
52+
The Mailchimp integration does not include any events.
2953

3054
## Troubleshooting
31-
Need help? Contact [Datadog support][2].
3255

33-
[1]: **LINK_TO_INTEGRATION_SITE**
34-
[2]: https://docs.datadoghq.com/help/
56+
Need help? Contact [Datadog support][3].
57+
58+
[1]: https://mailchimp.com/
59+
[2]: https://login.mailchimp.com/
60+
[3]: https://docs.datadoghq.com/help/

0 commit comments

Comments
 (0)