Skip to content

Commit cac845b

Browse files
authored
Updating links per customer request.
Customer sent in a request to update existing links within their docs. Zendesk ticket for reference: https://segment.zendesk.com/agent/tickets/436316
1 parent 74ac38b commit cac845b

File tree

1 file changed

+7
-4
lines changed
  • src/connections/destinations/catalog/xtremepush

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This destination is maintained by Xtremepush. For any issues with the destinatio
1616

1717
1. From the Segment web app, click **Catalog**.
1818
2. Search for "Xtremepush" in the Catalog, select it, and choose which of your sources to connect the destination to.
19-
3. Enter the "API Key" into your Segment Settings UI which you can find from your Xtremepush Project under *Settings > Integrations* as described in the [user guide](https://support.xtremepush.com/hc/en-us/articles/360001351637-Generating-API-Tokens).
19+
3. Enter the "API Key" into your Segment Settings UI which you can find from your Xtremepush Project under *Settings > Integrations* as described in the [user guide](https://docs.xtremepush.com/docs/third-party-integrations).
2020

2121
## Identify
2222

@@ -39,7 +39,7 @@ Some special traits will also be used as additional user identifiers:
3939
| email | email |
4040
| phone | mobile_number |
4141

42-
For any additional traits you want to save you should create [User Profile Attributes](https://support.xtremepush.com/hc/en-us/articles/360000850789-User-Profiles-Quick-Start-Guide#AddingOtherAttributestoUserProfiles) in your Xtremepush Project.
42+
For any additional traits you want to save you should create [User Profile Attributes](https://docs.xtremepush.com/docs/attributes-tags) in your Xtremepush Project.
4343

4444
If a trait does not match a custom Xtremepush User Profile Attribute and is not recognized as a User Identifier it will be ignored.
4545

@@ -53,9 +53,12 @@ analytics.track('Product Purchased', {
5353
})
5454
```
5555

56-
Track calls will be sent to Xtremepush as a `event hits`, so you can use it to [trigger a campaign](https://support.xtremepush.com/hc/en-us/articles/207743999-Event-Tab) for a user.
56+
Track calls will be sent to Xtremepush as a `event hits`, so you can use it to [trigger a campaign](https://docs.xtremepush.com/docs/campaign-events) for a user.
5757

5858
Event properties can be used as merge tags in the message content. You can also define additional rules on where to trigger the campaign based on event properties value.
5959

6060
## Enabling Push and In-App Notifications
61-
To enable Xtremepush push and in-app notifications you will also need to to install the relevant [Xtremepush SDKs](https://support.xtremepush.com/hc/en-us/categories/200812171-SDKs).
61+
To enable Xtremepush push and in-app notifications you will also need to to install the relevant Xtremepush SDKs.
62+
[Xtremepush iOS SDK Docs](https://docs.xtremepush.com/docs/ios-integration)
63+
[Xtremepush Android SDK Docs](https://docs.xtremepush.com/docs/android-integration)
64+

0 commit comments

Comments
 (0)