Skip to content

Commit ad39318

Browse files
authored
Merge pull request #4 from nudgenow/update/docs
feat: added destination id to the actions-nudge docs
2 parents 12efce8 + 95285bf commit ad39318

File tree

1 file changed

+4
-4
lines changed
  • src/connections/destinations/catalog/actions-nudge

1 file changed

+4
-4
lines changed

src/connections/destinations/catalog/actions-nudge/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Nudge (Actions) Destination
3-
id:
3+
id: 6863e71f2a1e1ddc4b4612bf
44
---
55

66
{% include content/plan-grid.md name="actions" %}
@@ -22,11 +22,11 @@ This destination is maintained by the Nudge Developer Team. For any issues with
2222

2323
## Supported methods
2424

25-
The Nudge (Actions) Destination currently supports the Identify and Track methods listed below in accordance to the core Segment Specs. Reference: [Spec Overview](https://segment.com/docs/connections/spec/)
25+
The Nudge (Actions) Destination currently supports the Identify and Track methods listed below in accordance to the core Segment Specs. Reference: [Spec Overview](/docs/connections/spec/)
2626

2727
### Identify
2828

29-
The Identify method lets you create or update a user in Nudge’s backend. Every Identify call should include a `userId`. See Segment's Spec for Identify for any reference: [Identify Spec](https://segment.com/docs/connections/spec/identify/)
29+
The Identify method lets you create or update a user in Nudge’s backend. Every Identify call should include a `userId`. See Segment's Spec for Identify for any reference: [Identify Spec](/docs/connections/spec/identify/)
3030

3131
Example (using Segment's Analytics.js SDK):
3232

@@ -49,7 +49,7 @@ How Nudge handles Identify calls:
4949

5050
### Track
5151

52-
The Track method sends custom events and their properties into Nudge. You must include `event` name in every Track call so events can be associated with the correct user. See Segment's Spec for Track for any reference: [Track Spec](https://segment.com/docs/connections/spec/track/)
52+
The Track method sends custom events and their properties into Nudge. You must include `event` name in every Track call so events can be associated with the correct user. See Segment's Spec for Track for any reference: [Track Spec](/docs/connections/spec/track/)
5353

5454
Example (using Segment's Analytics.js SDK):
5555

0 commit comments

Comments
 (0)