thebarty / analytics-js-without-segment

A toolset to use Segments open-source analytics library (analytics.js) WITHOUT using the paid Segment service (segment.com). To be used with your favorite analytics-tools like Google Analytics, Mixpanel, Hotjar, etc.
48 stars 8 forks source link

Data Passthrough #3

Open cgpsn opened 5 years ago

cgpsn commented 5 years ago

First, thank you so much for this! I've now centralized/consolidated my GA/FB tracking, my life feels more organized already!

I'm looking for a way to pass through the raw analytics.js data to an endpoint and was originally hoping I could build my own custom integration and the config would look a little something like

'Custom Integration', {
  url: 'XXXXXX',
  token: 'XXXXXXX'
}

However, I'm not sure it's possible to build a custom integration that isn't registered with segment.

I'm curious if you have any suggestions/ideas on how to accomplish this. Thanks!

rotoyang commented 4 years ago

Hi @caseygipson , I have the same issue. Do you have any solution on this purpose?

cgpsn commented 4 years ago

ended up using google analytics data layer to distribute to other services, which actually cleans up the app

On Tue, May 26, 2020 at 3:29 AM rotoyang notifications@github.com wrote:

Hi @caseygipson https://github.com/caseygipson , I have the same issue. Do you have any solution on this purpose?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/thebarty/analytics-js-without-segment/issues/3#issuecomment-633915851, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHIN2EPWOCRQAA5Z5CTPUTRTODXNANCNFSM4HXBQ6CA .