Understanding Browser Handler Arguments #119
-
I'm trying to understand what below parameters mean. I think they are applicable to the "HandlerArgs": {
"stickiness": "65",
"stickiness-depth-min": "3",
"stickiness-depth-max": "15",
"visited-remember": "5"
} Also, regarding the trackable timeline, should I just give a define random guid for the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
More applicable to a random browse command. "stickiness": "65" Means that for a new site, 65% of the time, stay on that site and browse a random link found within this site, and do this between 3 and 15 times. Don't browse the same link of the last 5 URLs that you just browsed, which is useful for avoiding getting stuck in a main navigation loop. |
Beta Was this translation helpful? Give feedback.
More applicable to a random browse command.
"stickiness": "65"
"stickiness-depth-min": "3",
"stickiness-depth-max": "15",
"visited-remember": "5"
Means that for a new site, 65% of the time, stay on that site and browse a random link found within this site, and do this between 3 and 15 times. Don't browse the same link of the last 5 URLs that you just browsed, which is useful for avoiding getting stuck in a main navigation loop.