Skip to content

Commit b652608

Browse files
authored
Add minor tweaks to delighted docs (#3937)
1 parent f549d0a commit b652608

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/delighted

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ analytics.identify('userId123', {
3232
});
3333
```
3434

35-
Identify calls will add to your list of People in Delighted. The only trait that is required by Delighted is `email`. All additional traits will be added to Delighted surveys as metadata (Delighted calls this metadata *Properties*) which you can use to [segment feedback](https://help.delighted.com/article/111-introduction).
35+
The only trait that is required by Delighted is email. All additional traits will be added to Delighted surveys as metadata (Delighted calls this metadata Properties) which you can use to segment feedback. For a contact to receive a survey, the identify method must occur before the track method.
3636

3737
## Track
3838

@@ -42,7 +42,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
4242
analytics.track('Purchased Product');
4343
```
4444

45-
Track calls will trigger a Delighted survey if you have configured the event name in [your Delighted dashboard](https://delighted.com/integrations/segment) to appear _exactly_ as the event name in your Track call.
45+
Track calls will create a person in Delighted and schedule a survey to be sent to that person; make sure that event name configured on Delighted's Segment integration page exactly matches the event name in your Track call.
4646

4747
This also enables you to define the "Sample Rate" and an optional "Delay" for the triggered surveys.
4848

0 commit comments

Comments
 (0)