I want to get information about how many times a visitor has visited

hi there.
how’s twitch.
I want to get information about how many times a visitor has visited.

This is because I would like to provide special services to those who often come when I am streaming.

good see you.

This closest you get is self monitoring and tracking of Get Chatters

WHAT???
i can’t find your opinion.WHAT thing??

Response Body

Field Type Description
data Object The list of users that are connected to the broadcaster’s chat room. The list is empty if no users are connected to the chat room.
user_id String The ID of a user that’s connected to the broadcaster’s chat room.
user_login String The user’s login name.
user_name String The user’s display name.
pagination Object Contains the information used to page through the list of results. The object is empty if there are no more pages left to page through. Read More
cursor String The cursor used to get the next page of results. Use the cursor to set the request’s after query parameter.
total Integer The total number of users that are connected to the broadcaster’s chat room. As you page through the list, the number of users may change as users join and leave the chat room.

Not sure what you mean?

Get Chatters will tell you whom is present in your chat, aka “a visitor” as you put it

So during a stream you can poll this endpoint and see whom is present on whatever cadence you want, then you’ll know which chatters turned up to a stream, then score that in your own system accordingly

So the endpoint will return the user name(s) and user id(s) for the users (or as you put it visitors) present in a stream.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.