Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue-segment dont work with Analytics 2.0 #25

Open
cefjic opened this issue Aug 19, 2021 · 4 comments
Open

vue-segment dont work with Analytics 2.0 #25

cefjic opened this issue Aug 19, 2021 · 4 comments

Comments

@cefjic
Copy link

cefjic commented Aug 19, 2021

In Segment backoffice, if I activate Analytics 2.0, the data will no longer be uploaded. How can I activate Analytics 2.0 with vue-segment ? Source : https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/

More informations :

vue-segment: 0.2.9
nuxt-segment: 0.2.11
node: 14.17.3
npm: 6.14.13
nuxt: 2.8.1

@rtouze
Copy link
Contributor

rtouze commented Aug 20, 2021

It seems that the plugin source is outdated, according to quickstart snippet.
We do not use segment for our business anymore. I don't even have an account to test the plugin update. Feel free to create a PR so I can update the source code.
If you want to fork or be a maintainer of vue-segment, it will be a pleasure ;-)

@cefjic
Copy link
Author

cefjic commented Aug 24, 2021

Hello @rtouze, if you do not mind my asking, what did you use to replace Segment ? I will talk about with my manager if I can have time to update your plugin. Tks

@rtouze
Copy link
Contributor

rtouze commented Aug 25, 2021

We used segments to gather analytics from our website and to get data from third party services, as segment can create webhooks for you.
For us the ROI wasn't there so we decided to go towards:

  • using directly Google Tag Manager for analytics with axeptio for GDPR consent management;
  • implementing the webhooks by ourselves with a small web server for the few services that used them.

@rtouze
Copy link
Contributor

rtouze commented Aug 25, 2021

By the way, the update is almost a copy paste from segment snippet. You should fork and update vue-segment according to your needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants