Reduce bounce rate and increase time on site with 9hits macros

daniel

Administrator
Staff member
VIP
Joined
Feb 23, 2018
Messages
268
Reaction score
36
Achievement
Hello, If you wonder what's bounce rate is, please read https://en.wikipedia.org/wiki/Bounce_rate

So, to reduce the bounce rate as well as increase time on site, we need to make some interactions, in this case, I would like to click on a random link on my site. The script may be simple like this
JavaScript:
while(true)
{
    await Delay (10000,);
    await ClickRandomInternalLink();
}
It's should click to a random link for every 10s.

Or I can delay in a random time range like this

JavaScript:
while(true)
{
    await Delay (10000, 20000);
    await ClickRandomInternalLink();
}
You can custom the script to make the interaction more like-human.

Let try it and see if it improving the bounce rate and time-on-site issue :)
 
Last edited:
  • Like
Reactions: weblord

weblord

Member
Premium
Joined
Dec 3, 2019
Messages
63
Reaction score
6
Achievement
thanks for the script, will this work on bot?
Hello, If you wonder what's bounce rate, please read https://en.wikipedia.org/wiki/Bounce_rate

So, to reduce the bounce rate as well as increasing time on site, we need to make some interactions, in this case, I would like to click to a random link on my site. The script may simple like this
JavaScript:
while(1)
{
    await Delay (10000);
    await ClickRandomLink();
}
It's should click to a random link for every 10s.

Or I can delay in a random time range like this

JavaScript:
while(1)
{
    await Delay (Random(10000, 20000));
    await ClickRandomLink();
}
You can custom the script to make the interaction more like-human.

Let try it and see if it improving the bounce rate and time-on-site issue :)
 

sergeyThymn

New Member
Joined
Nov 8, 2019
Messages
1
Reaction score
1
Age
41
Location
Rus
Добрый день, простите за беспокойство если пишу не туда, у меня что-то сайт открывается с ошибкой подозреваю что моя интернет-программа подглючивает в чем проблема не могу понять, у меня у одного так или у всех?
 
  • Like
Reactions: Chikaga

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu