Giter VIP home page Giter VIP logo

Comments (3)

grahammcculloch avatar grahammcculloch commented on June 12, 2024

@nh758 can you elaborate on what it means to 'reset analytics tracking id'? What action should take place in the code when the user clicks on said reset button in the Settings panel?

from bible-karaoke.

nh758 avatar nh758 commented on June 12, 2024

The tracking id is a locally stored identifier that is sent with the analytics hits to identify the same install over multiple sessions. GA policy requires this to be user-reset-able. The library we're using didn't handle the identifier in line with this, so I forked and modified it. I've made a pull request over a month ago, but doubt it will be accepted. I'm planning to publish it as a separate npm package. The reset button in the settings panel will make a call to the modified library that generates and stores the new tracking id. I can handle this on Friday.

from bible-karaoke.

nh758 avatar nh758 commented on June 12, 2024

@grahammcculloch Change the library to electron-ga-uuid, it was previously pointing to my github.

Reset Client Id

import { resetClientId } from 'electron-ga-uuid';
resetClientId();

from bible-karaoke.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.