-
Currently only google analytics is available as a connector. Is it possible to support additional analytics engines as well or is that not considered for future roadmap plans? Describe the solution you'd like Describe alternatives you've considered Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Hiya @IgnusG - the Analytics stuff in the SDK is an interface, the Google Analytics is just one of the possible implementations. Which language are you using and I can point you to the things worth looking at. |
Beta Was this translation helpful? Give feedback.
-
Hey @rvowles. Thanks for the info about that the interfaces! I'm using JS/TS for my project. |
Beta Was this translation helpful? Give feedback.
-
Hey there - its the AnalyticsCollector interface here: https://github.com/featurehub-io/featurehub/blob/master/sdks/typescript/client-typescript-core/app/analytics.ts at the top - if you implement a class that does that, you can just register it like the Google one and normal the normal analytics interface works. The upcoming functionality doesn't change this, anything you do will work straight up. |
Beta Was this translation helpful? Give feedback.
-
Going to close this issue unless there is something else? |
Beta Was this translation helpful? Give feedback.
-
That's all! Thanks @rvowles :)
|
Beta Was this translation helpful? Give feedback.
-
We would really appreciate that!
…On Fri, Apr 16, 2021 at 8:02 PM Jonathan ***@***.***> wrote:
That's all! Thanks @rvowles <https://github.com/rvowles> :)
If I get a working prototype for posthog I might link back to it from here
for other folks. Hope that's alright
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#318 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAANTWB6OXDHGQVKTU43VCTTI7VH3ANCNFSM42WMFV5Q>
.
--
---
Richard Vowles,
Full stack - from Kubernetes, through Node & Java, Web and Mobile
development in Flutter - software developer for hire!
ph: +64275467747
|
Beta Was this translation helpful? Give feedback.
Hey there - its the AnalyticsCollector interface here: https://github.com/featurehub-io/featurehub/blob/master/sdks/typescript/client-typescript-core/app/analytics.ts
at the top - if you implement a class that does that, you can just register it like the Google one and normal the normal analytics interface works. The upcoming functionality doesn't change this, anything you do will work straight up.