Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

actions don't log into "My Activity" #586

Open
tadly opened this issue Nov 10, 2017 · 5 comments
Open

actions don't log into "My Activity" #586

tadly opened this issue Nov 10, 2017 · 5 comments

Comments

@tadly
Copy link
Contributor

tadly commented Nov 10, 2017

I'm just curious and because there hasn't been an issue about it yet I though I'd create one :)

Basically, google also keeps taps on every played track over at https://myactivity.google.com.
This does not apply to gmusicapi however (I'm thinking of Mobileclient.increment_song_playcount)

The only reason I'm curious is (well partially because of OCD :D) because I'm not sure how this could affect machine learning related stuff (radio stations, IFL, etc.).

Does anyone know more about it?

@simon-weber
Copy link
Owner

Interesting; I didn't know this was a thing. There are some out-of-band metrics calls I've seen Google make that presumably report into this system. I can't remember what they are off the top of my head, but I'm pretty sure they've been noted in some issues before.

@simon-weber simon-weber changed the title Googles My Activity actions don't log into "My Activity" Nov 10, 2017
@tadly
Copy link
Contributor Author

tadly commented Nov 10, 2017

The whole music tracking is somewhat new actually.
Also, I usually try to block everything tracking related I can (ublock, some vpn based adblocker on android) yet they show up on the myactivities page anyways.
Just something I wanted to add :)

@jpathy
Copy link

jpathy commented Nov 21, 2017

The api calls are to useractivity/useractivity, it's done when you skip songs. Not sure what your use case is, but i find myself doing the reverse, i.e. retrieve all the entries from myactivity to keep track of my listen history on scrobblers like last.fm/listenbrainz. I have recently released a tool to scrape the listen data : https://github.com/jpathy/google-myactivity .

@tadly
Copy link
Contributor Author

tadly commented Dec 1, 2017

Sorry it took me this long to reply.
Thanks for that @jpathy, that's interesting and I'll certainly have a look.

@simon-weber is logging into googles "my activity" something that'd fit into gmusicapi (if at all possible)?
I was thinking something similar to how the playcount is increased.

@simon-weber
Copy link
Owner

Sure, I can picture something like Mobileclient.report_song_play.

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

No branches or pull requests

3 participants