-
Notifications
You must be signed in to change notification settings - Fork 369
[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
base: develop
Are you sure you want to change the base?
Conversation
feat: added docs for Nudge (Actions) Destination integration
fix: fixed readme manifest
|
||
## Getting started | ||
|
||
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "Nudge". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### 3. Validation failures | |
### Validation failures |
* **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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* **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/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* 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. | ||
|
||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--- |
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