Skip to content

Commit 518e638

Browse files
committed
reformat warning [netlify-ignore]
1 parent b0228ec commit 518e638

File tree

1 file changed

+3
-4
lines changed
  • src/connections/destinations/catalog/evergage

1 file changed

+3
-4
lines changed

src/connections/destinations/catalog/evergage/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ rewrite: true
77

88
This document was last updated on January 8, 2021.
99

10-
| :warning: Evergage has been deprecated |
11-
|:---------------------------|
12-
| The Evergage Destination has been deprecated as of January 8, 2021. It is not available in our catalog. It will remain available to existing users but it is no longer supported or maintained. |
10+
> warning "The Evergage destination has been deprecated"
11+
> The Evergage Destination was deprecated on January 8, 2021 and is no longer supported or maintained. It is no longer available in the Segment catalog, but remains available to existing users.
1312
1413
## Identify
1514
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](https://segment.com/docs/connections/spec/identify/) does. An example call would look like:
@@ -35,7 +34,7 @@ analytics.group('companyId123', {
3534
A `groupId` is required on all `group` calls sent to {{ integration.name}}. When you call `group` Segment will call both `setCompany` and `setAccountField` in the [Evergage library](https://doc.evergage.com/display/EKB/Send+Data+to+Evergage) to insert both the `groupId` and corresponding group traits into {{ integration.name}}.
3635

3736
## Track
38-
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](https://segment.com/docs/connections/spec/track/) does. An example call would look like:
37+
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
3938

4039
```javascript
4140
analytics.track('Email Opened', {

0 commit comments

Comments
 (0)