Skip to content

Commit 1418fd5

Browse files
authored
Merge pull request #677 from segmentio/repo-sync
repo sync
2 parents 8acd9bb + 879ad35 commit 1418fd5

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
(?:U|u)nmaps?\b
1818
(?:U|u)ploader
1919
(?:U|u)rls?\b
20+
Aampe
2021
adset
2122
Adwords
2223
Aircall
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Aampe Destination
3+
id: 6188d844be5cf0e3b59189d2
4+
---
5+
6+
[Aampe](https://aampe.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) uses automated, rapid learning to personalize notifications, and continuously learns what messages bring value to your customer.
7+
8+
This destination is maintained by Aampe. For any issues with the destination, [contact the Aampe Support team](mailto:[email protected]).
9+
10+
## Getting Started
11+
12+
{% include content/connection-modes.md %}
13+
14+
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
15+
2. Search for "Aampe" in the Destinations Catalog, and select the "Aampe" destination.
16+
3. Choose which Source should send data to the "Aampe" destination.
17+
4. Go to the [Data Integrations page](https://compose.aampe.com/configure/integrations) on Aampe Composer, click on "Add Integration", select "Segment" and click "Next".
18+
5. Copy the Segment API Key from the resulting page.
19+
6. Enter this key in "API Key" in the "Aampe" destination settings in Segment.
20+
21+
## Supported methods
22+
23+
Aampe supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
24+
25+
### Track
26+
27+
Segment sends [Track](/docs/connections/spec/track) calls to Aampe as a `track` event. These are used by Aampe to display engagement activity and reports in the [Aampe Composer](https://compose.aampe.com). You can use these to configure goals that are used for monitoring and creating campaigns. It may take up to 24 hours for events to show up in the Aampe Composer.
28+
29+
```js
30+
analytics.track("Login Button Clicked");
31+
```
32+
33+
Segment sends Track calls to Aampe as a `track` event.
34+
35+
Other methods like Page, Screen, and Identify are accepted by the Aampe destination but are not stored or used in any way.

0 commit comments

Comments
 (0)