Hello,
we send our requests via own serverside app. The target is to count requests, like e.g. clicks on links vs. clicks on buttons. User recognition is not wanted. Each request should be assigned to a new user and to new session - only one request needs to be recorded in each session. IP adress ist constant. That’s the theory and actually it’s going well, but…
There are a lot of requests “Session exceeded max configured length”.
Every request have following parameter:
method: POST,
query_params: {
{
“cs”: “UTF-8”,
“dimension14”: “https://domain/…”,
“e_a”: …,
“e_c”: …,
“e_n”: …,
“h”: “09”,
“idsite”: “…”,
“lang”: “de-DE”,
“m”: “38”,
“rec”: “1”,
“s”: “18”,
“send_image”: “0”,
“ua”: “…”,
“uid”: “1714289898270”,
“url”: “…”,
“urlref”: “https://www.google.com/”
}
uid = timestamp. So every neu request have neu unique uid.
cip not provided
Why is the user recognized again and the session continues to be written?
On the screenshot you can see, it will be searching for the Visitor ID = “6a278427f6aded94”, but all users on the screenshot have another Id´s. Uid is always different.