**GLOBAL VARIABLES** | Variable Name | Internal Key | Beschreibung | Persistenz | |--------------------------|---------------------------|------------------------------------------|------------| | *streamerChannel* | ws_streamerChannel | Streamer channel name | true | | *gameName* | ws_gameName | Gamename | false | | *gameImage* | ws_gameImage | Gameimage URL | false | | *timeStamp* | ws_timeStamp | Timestamp (12h) when submitted | false | | *sourceType* | ws_sourceType | ex. 'twitch', 'streamelements' | false | | *sourceSender* | ws_sourceSender | ex. 'twitchchat' | false | | *eventType* | ws_eventType | ex. 'chatMessage', 'alert' | false | | *actionType* | ws_actionType | ex. 'appendMessage', 'subscription' | false | | *message* | ws_message | Message of the user in chat | false | | *userColor* | ws_userColor | Chat user color | false | | *userName* | ws_userName | Name of the User committed the message | false | | *userGroups* | ws_userGroups | List of groups the user is in | false | | *userType* | ws_userType | ex. 'affiliate', 'partner' | false | | *userPicture* | ws_userPicture | Profile Picture 300x300 from user | false | | *userCreatedAt* | ws_userCreatedAt | Account creation of user | false | | *isFollowing* | ws_isFollowing | Is user follower on channel | false | | *isSubscriber* | ws_isSubscriber | Is user sub on channel | false | | *isVip* | ws_isVip | Is user vip on channel | false | | *isModerator* | ws_isModerator | Is user mod on channel | false | | *isBot* | ws_isBot | Is user a bot on channel | false | | *followAgeLong* | ws_followAgeLong | When did user follow | false | | *followDate* | ws_followDate | How long did user follow | false | | *userSubMonth* | ws_userSubMonth | How long subscribed | false | | *userSubMonthStreak* | ws_userSubMonthStreak | How long substreak | false | | *userSubTier* | ws_userSubTier | Which sub-tier has user (1-3, prime) | false | | *userSubsGiftedMonths* | ws_userSubsGiftedMonths | How long gifts | false | | *userSubsGiftedNow* | ws_userSubsGiftedNow | If sub-bomb, how many subs | false | | *userSubsGiftedTotal* | ws_userSubsGiftedTotal | How many gifted total | false | | *userSubRecipients* | ws_userSubRecipients | Recipients for gifted subs | false | | *raidViewers* | ws_raidViewers | Viewers of a raid | false | | *raidToUser* | ws_raidToUser | User to raid | false | | *raidToPicture* | ws_raidToPicture | Picture of user to raid | false | | *cheerUser* | ws_cheerUser | User who cheered | true | | *cheerValue* | ws_cheerValue | Amount of bits cheered | false | | *donationUser* | ws_donationUser | Name of user donated | true | | *donationPicture* | ws_donationPicture | Picture of user donated | false | | *donationAmount* | ws_donationAmount | Donation amount | false | | *donationCurrency* | ws_donationCurrency | Donation currency | false | | *donationMessage* | ws_donationMessage | Donation message | false | | *latestFollower* | ws_latestFollower | Latest follower on channel | true | | *latestSubscriber* | ws_latestSubscriber | Latest sub on channel | true | | *latestCheerer* | ws_latestCheerer | Latest cheerer | true | | *latestDonator* | ws_latestDonator | Latest donator | true | | *viewerCounter* | ws_viewerCounter | Viewer count of streamer | false | | *followCounter* | ws_followerCounter | Follow count of streamer | true | | *subscriberCounter* | ws_subscriberCounter | Sub count of streamer | true | | *clipSuccess* | ws_clipSuccess | BOOL, True/False | false | | *clipCreated* | ws_clipCreated | Creation date of clip | false | | *clipUrl* | ws_clipUrl | Clip URL of new created clip | false |