Tag_sessID
Tag_SessID
This call will tag sessions matching the session ID with the given tag. It is not in any way related to stream tags The session ID can be retrieved using the trigger, where it is part of the payload.
This call is requested as follows:
{
"tag_sessid": {
"session ID here": "tag here", //Given session ID is tagged
//Multiple sessions may be tagged simultaneously.
}
}
There is no response to this call. If the given session was not found in the session cache, a warning message is sent to the log saying as much.