Skip to content

Commit 31b588d

Browse files
niallzatoNiall Brennanstayseesong
authored
Add flag for token collection (#4282)
* Add flag for token collection Add flag for token collection as it is a required param. * Update index.md * add example * Update src/connections/destinations/catalog/customer-io-actions/index.md --------- Co-authored-by: Niall Brennan <[email protected]> Co-authored-by: stayseesong <[email protected]>
1 parent ef34661 commit 31b588d

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ For example, if you send an event with a `purchase_time` trait of `2006-01-02T18
5050

5151
Customer.io makes an exception for the `created_at` trait, converting ISO-8601 timestamps or any values supported by JavaScript `Date` objects to Unix timestamps.
5252

53+
## Device token collection
54+
55+
Segment does not automatically collect push notification tokens. These parameters are required by Customer.io, requiring logic to be implemented to collect these values. As an example, you can use [this plugin](https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-device-token){:target="_blank"} to collect the Firebase Cloud Messaging device token for React Native.

0 commit comments

Comments
 (0)