Session Duration 0s

MauroS5

Administrator
Staff member
Rule The Galaxy
Joined
May 10, 2018
Messages
199
Reaction score
15
Location
Spain
Website
9hitspoints.tk
Achievement
After some test, when a send traffic to my web, google analytics shows 0s on the sesion time

Its normal?
3 Days ago its works right
I set 68s-95s on 9hits
 

daniel

Administrator
Staff member
VIP
Joined
Feb 23, 2018
Messages
268
Reaction score
36
Achievement
Hi, you may wanna see this post
https://forum.9hits.com/viewtopic.php?f=8&t=11
 

MauroS5

Administrator
Staff member
Rule The Galaxy
Joined
May 10, 2018
Messages
199
Reaction score
15
Location
Spain
Website
9hitspoints.tk
Achievement
daniel post_id=459 time=1531275070 user_id=2 said:
Hi, you may wanna see this post
https://forum.9hits.com/viewtopic.php?f=8&t=11
I set this on the page:
while(await IsLoading())
{
await Delay(1000);
}
while(1)
{
await Delay (Random(20000, 40000));
ClickByTag("a", "random");
}

And now time sesion its on 13s. On 9hits its 60-173





What its the problem?
 

daniel

Administrator
Staff member
VIP
Joined
Feb 23, 2018
Messages
268
Reaction score
36
Achievement
Hi, just set duration without any interaction on your site would not meaning to session time. You are now set clicking on your site so let wait for one or two days to see the result. You may should use ClickRandomInternalLink if you want only click links on your site. And the delay should be decreasing to make more clicks.

while(await IsLoading())
{
await Delay(1000);
}
while(1)
{
await Delay (Random(10000, 20000));
ClickRandomInternalLink();
}
 

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