segmentio / segmentio/analytics.js-integrations
Customerio push notifications tracking.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 125
- Forks
- 136
- Avg merge
- 2h 45m
- Merged PRs (30d)
- 1
Description
We have been using Segment with Customerio for a couple of years. In general, all is okay, but there is one pain point: the tracking of push notifications uses a different endpoint, and the integration doesn't cover that.
The URL should be https://track.customer.io/push/events instead of the https://track.customer.io/api/v1/customers/{identifier}/events
I want to contribute to the customer destination by applying the changes needed to forward this event to the right endpoint. First, assume that the "Opened" event is a push notification event or create some mapping property to select what events should go to the push/events endpoint.
Anyone could help me to apply this changes?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Customer.io destination integration and trace how events are forwarded to the current customer-events endpoint. Determine how the issue's proposed event mapping should select the push/events endpoint, then verify that push notification events use that URL without changing other events.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100