Discuții » Parere despre Geasy Fork

install count accuracy?

§
Postat în: 05-04-2016

install count accuracy?

Hello, all. I made a script for users of a website, and one of the people who commented on it there was curious why there are supposedly 0 Total Installs if they and a few other users have added it to their browsers. I wasn't sure. IIRC, I think userscripts.org had a post or something about how their install counter was, at best, not exact, and at worst, falsifiable. Does GF have known issues with its counter? Or does it perhaps take a while for the numbers to update?

This is the script in question. (I'm not worried about the low numbers on my other scripts, since they're mostly just postmortem migrations from userscripts.org.)

(And it's not that big of a deal. Though of course I don't want my scripts to seem to look like they're some sketchy ghost town.)

§
Postat în: 05-04-2016

Funny, 0 installs but 5 updates in the last 4 days. [1]

{
    "2016-04-02": {
        "installs": 0,
        "update_checks": 1
    },
    "2016-04-03": {
        "installs": 0,
        "update_checks": 1
    },
    "2016-04-04": {
        "installs": 0,
        "update_checks": 2
    },
    "2016-04-05": {
        "installs": 0,
        "update_checks": 1
    }
}

Greasyfork updates the numbers of my scripts daily. Only for testing: I installed today your script, so tomorrow should appear at least 1 install.

§
Postat în: 05-04-2016

Thanks for the response. Looks like maybe your install has already shown up (though, technically, it's already Tuesday where I'm at). Are update_checks related to my updating of the script/description? (I know I've updated the description a few times.) Or are they users pinging GF to see if the script has new versions?

§
Postat în: 05-04-2016

Yes, looks like my install has counted.
And update_checks are the count of users pinging Greasyfork to update for a new version.

§
Postat în: 09-04-2016

Ok. I would've thunk that most of the target users would be using the green install button (and JS enabled), but I could be mistaken. In any case, thanks for the reply!

§
Postat în: 12-02-2023
Editat în: 12-02-2023

Install counts are the people who clicked the green Install button on your script with JS enabled. If you install it any other way, it doesn't count. It counts an IP at most once per day.

Update checks are indeed Greasemonkey or Tampermonkey or whatever checking for updates, again counting an IP at most once per day.

Hey Jason, if I link to the same destination user.js the green button sends users but put the link elsewhere (say GitHub), will install count still rise?

§
Postat în: 14-02-2023

Hey Jason, if I link to the same destination user.js the green button sends users but put the link elsewhere (say GitHub), will install count still rise?

No.

§
Postat în: 08-03-2023

Hey Jason, if I link to the same destination user.js the green button sends users but put the link elsewhere (say GitHub), will install count still rise?

No.

If link to user.js is on GF description page, does it still count? Or is logic tied to button event

§
Postat în: 08-03-2023

It's only clicking the green button.

§
Postat în: 08-03-2023

Ok

Postează un raspuns

Autentifică-te pentru a posta un răspuns.