Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Nudge] Documentation for new action destination #7676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

piyush-nudge
Copy link

Proposed changes

This PR adds documentation for a new Action Destination: Nudge. Nudge is an AI personalization platform for marketing teams that enables rapid personalization experimentation. The documentation includes details on the Identify API and Track Event API mappings, as well as troubleshooting and contact information.

Merge timing

  • ASAP once approved

@piyush-nudge piyush-nudge requested a review from a team as a code owner June 12, 2025 11:20
@piyush-nudge piyush-nudge requested a review from stayseesong June 12, 2025 11:20
@stayseesong stayseesong added the new-integration Added a new source or destination label Jun 20, 2025

## Getting started

1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "Nudge".
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "Nudge".
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for *Nudge*.

2. Select **Nudge** and click **Add Destination**.
3. Select an existing Source to connect to Nudge (Actions).
4. Go to the [Nudge dashboard](https://dashboard.nudgenow.com){:target="_blank"}, and navigate to the **Settings** page.
5. Go to the **Secret Keys** section and click on the **Create new secret key** button.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
5. Go to the **Secret Keys** section and click on the **Create new secret key** button.
5. Go to the **Secret Keys** section and click **Create new secret key**.

3. Select an existing Source to connect to Nudge (Actions).
4. Go to the [Nudge dashboard](https://dashboard.nudgenow.com){:target="_blank"}, and navigate to the **Settings** page.
5. Go to the **Secret Keys** section and click on the **Create new secret key** button.
6. Give appropriate name for the key, select the **Backend API** option from the permissions dropdown and create the key.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
6. Give appropriate name for the key, select the **Backend API** option from the permissions dropdown and create the key.
6. Give an appropriate name for the key, then select the **Backend API** option from the permissions dropdown and create the key.

5. Go to the **Secret Keys** section and click on the **Create new secret key** button.
6. Give appropriate name for the key, select the **Backend API** option from the permissions dropdown and create the key.
7. Copy the generated key and store it somewhere safe for future reference.
8. Enter the generated API key in the **Nudge** destination settings in Segment.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
8. Enter the generated API key in the **Nudge** destination settings in Segment.
8. Paste the generated API key in the **Nudge** destination settings in Segment.


## Supported methods

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/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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/)
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/)

* Confirm you’re sending dates like `"2025-05-14T07:30:00Z"`.
* Remove any timezone offsets other than `Z` (UTC).

### 3. Validation failures
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### 3. Validation failures
### Validation failures

Comment on lines +76 to +79
* **Missing or invalid API key**
Ensure that the API key you generated under **Settings → Secret Keys → Backend API** is correctly entered in your Segment destination settings.
* **Dropped Identify/Track calls**
Calls without `userId`, or with only `anonymousId`, are automatically dropped. Verify your mapping includes the correct identifier field.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **Missing or invalid API key**
Ensure that the API key you generated under **Settings → Secret Keys → Backend API** is correctly entered in your Segment destination settings.
* **Dropped Identify/Track calls**
Calls without `userId`, or with only `anonymousId`, are automatically dropped. Verify your mapping includes the correct identifier field.
Events may not show up in Nudge due to:
* **Missing or invalid API key.** Ensure that the API key you generated under **Settings > Secret Keys > Backend API** is correctly entered in your Segment destination settings.
* **Dropped Identify/Track calls.** Calls without `userId`, or with only `anonymousId`, are automatically dropped. Verify your mapping includes the correct identifier field.


If requests continue to fail after checking your API key and payload:

* Compare against Nudge’s specification from the documentation: [https://docs.nudgenow.com/](https://docs.nudgenow.com/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Compare against Nudge’s specification from the documentation: [https://docs.nudgenow.com/](https://docs.nudgenow.com/).
* Compare against Nudge’s specification from [Nudge's documentation](https://docs.nudgenow.com/){:target="_blank"} .

If requests continue to fail after checking your API key and payload:

* Compare against Nudge’s specification from the documentation: [https://docs.nudgenow.com/](https://docs.nudgenow.com/).
* Ensure all required fields (e.g., `userId`, `event` name for Track) are present and correctly typed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Ensure all required fields (e.g., `userId`, `event` name for Track) are present and correctly typed.
* Ensure all required fields (for example, `userId`, `event` name for Track) are present and correctly typed.

* Compare against Nudge’s specification from the documentation: [https://docs.nudgenow.com/](https://docs.nudgenow.com/).
* Ensure all required fields (e.g., `userId`, `event` name for Track) are present and correctly typed.

---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
---

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-integration Added a new source or destination
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants