Aniket Suryavanshi
Aniket Suryavanshi

Reputation: 1584

In SoundCloud, does streaming a track using the JavaScript SDK increment the playback_count of that track?

Does streaming a sound track using SC.stream() increment the playback_count of that track?

Upvotes: 0

Views: 110

Answers (1)

DopeLabs
DopeLabs

Reputation: 119

yes. any requests to api.soundcloud.com/tracks/TID/stream?client_id=CID

will count as a stream.

same goes for /tracks/TID/download?

Upvotes: 1

Related Questions