Skip to content

Commit 63df46c

Browse files
author
markzegarelli
authored
Merge pull request #2137 from segmentio/tawe-segment-patch-1
Update broken links to Customer.io API Docs
2 parents d1a5af0 + 1849b7f commit 63df46c

File tree

1 file changed

+3
-3
lines changed
  • src/connections/destinations/catalog/customer-io

1 file changed

+3
-3
lines changed

src/connections/destinations/catalog/customer-io/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ For that, you need to make the following calls:
129129

130130
## Application Installed
131131

132-
[Application Installed](/docs/connections/spec/mobile/#application-installed) events will add or update a device in the person's Customer.io profile using [this](https://customer.io/docs/api/#apitrackcustomersdevices_update) API endpoint. Note, you must pass a device token in your event payload using a `context.device.token` property. See more on Contextual properties [here](/docs/connections/spec/common/#context).
132+
[Application Installed](/docs/connections/spec/mobile/#application-installed) events will add or update a device in the person's Customer.io profile using [this](https://customer.io/docs/api/#operation/add_device) API endpoint. Note, you must pass a device token in your event payload using a `context.device.token` property. See more on Contextual properties [here](/docs/connections/spec/common/#context).
133133

134134
{% comment %} api-example '{
135135
"action": "track",
@@ -209,7 +209,7 @@ For that, you need to make the following calls:
209209
## Application Uninstalled
210210

211211

212-
[Application Uninstalled](/docs/connections/spec/mobile/#application-installed) events will remove the device from the person's Customer.io profile using [this](https://customer.io/docs/api/#apitrackcustomersdevices_delete) API endpoint. Note, you must pass a device token in your event payload using a `context.device.token` property. See more on [Contextual properties](/docs/connections/spec/common/#context).
212+
[Application Uninstalled](/docs/connections/spec/mobile/#application-installed) events will remove the device from the person's Customer.io profile using [this](https://customer.io/docs/api/#operation/delete_device) API endpoint. Note, you must pass a device token in your event payload using a `context.device.token` property. See more on [Contextual properties](/docs/connections/spec/common/#context).
213213

214214

215215
{% comment %} api-example '{
@@ -261,7 +261,7 @@ To enable this feature:
261261
## Best Practices
262262

263263
### Rate Limits
264-
Customer.io has limits on the data collected by their API. To ensure your events arrive in Customer.io, make sure that you're respecting the limits placed on the [Customer.io API](https://learn.customer.io/api/#api-documentationlimits). If you're using Segment's [HTTP API](/docs/connections/sources/catalog/libraries/server/http/) to send a batch of events to Customer.io at once, make sure you throttle the `import` to 100-200 requests per second.
264+
Customer.io has limits on the data collected by their API. To ensure your events arrive in Customer.io, make sure that you're respecting the limits placed on the [Customer.io API](https://customer.io/docs/api/#tag/trackLimit). If you're using Segment's [HTTP API](/docs/connections/sources/catalog/libraries/server/http/) to send a batch of events to Customer.io at once, make sure you throttle the `import` to 100-200 requests per second.
265265

266266
## Troubleshooting
267267

0 commit comments

Comments
 (0)