Skip to content

Commit 01e7334

Browse files
authored
Merge pull request #5180 from segmentio/niallzato-patch-1
Add info on device.token
2 parents cef74f8 + 9f1c084 commit 01e7334

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ analytics.track('Clicked Button');
118118

119119
Track events send to Customer.io as `custom events`. In the Customer.io "Activity Logs", "Activity Type" sets to `event` and "Activity Name" sets to the event name.
120120

121-
## Device Token Set up
121+
## Device token setup
122122

123-
Set `device.token` before you send the `Application Installed`, `Application Uninstalled`, or `Application Opened` events to Segment.
123+
Set `device.token` before you send the `Application Installed`, `Application Uninstalled`, or `Application Opened` events to Segment. For more on why you'd want to send `device.token`, see Customer.io's [device token documentation](https://customer.io/docs/journeys/device-tokens/#what-is-a-device-token){:target="_blank"}. You'll likely need to extract this value from your push notification provider.
124124

125125
For that, you need to make the following calls:
126126

0 commit comments

Comments
 (0)