segmentio / analytics-python

The hassle-free way to integrate analytics into any python application.
https://segment.com/libraries/python
MIT License
240 stars 149 forks source link

Segment integration with Gainsight not working from Python #456

Closed HKongCC closed 5 months ago

HKongCC commented 6 months ago

We currently have Segment + Gainsight integration set up in JS. We are trying to track some events from the python side by sending custom event tracks from Python -> Segment -> Gainsight. We are seeing the event track in the Segment debugger but not in Gainsight. Is destination integration supported with the python client?

nd4p90x commented 5 months ago

@HKongCC have you found any resolution to this issue? I would hazard to guess that if you are seeing events within the Segment debugger, then the integration flow to Gainsight may not be configured properly. Gainsight integration should work as expected. I can attempt to replicate your issue if you let me know your current status.

Thanks

HKongCC commented 5 months ago

Yes, we got help from the main Segment support team. Learned about how there's a difference between the cloud and client and implemented the Gainsight Cloud PX and it worked on its own.

nd4p90x commented 5 months ago

This is excellent news, Thanks you for the update.