x

Analytics traffic referral

Hi,

I don't understand how I am getting referrals to my website from these strange websites that are mainly pop up ads? Here is one for example.  pizza-tycoon.com I have several differnet ones.

Liz

2,875 Views
Message 1 of 9
Report
1 Best Answer

Best Answer

u need a few lines of code  which disables the right click

put this in the footer code  under the main settings  and under seo


<body oncontextmenu="return false;">

and put this   in the header code....

<script type="text/javascript">
document.onkeydown = function (cc) {
if(cc.which == 85){
return false;
}
if(cc.which == 80){
return false;
}
}
</script>

i found it on here actually..

if u open my site u can test it...   just try to copy the text  or   right click on an image.    its all blocked.   i was very happy with this advice..https://www.nomadicbackpacker.com

View Best Answer >

2,852 Views
Message 10 of 9
Report
8 REPLIES 8

there are hundreds of these fake referrals.   

some how..  they set up websites   that somehow end up giving u a hit.

all it does it muck up ur stats.    they dt actually go to ur site.

i was a victim of this crap.

i have a new site now i am not putting it on insta  which is the source of my own spam hits   and am not commenting on blog posts when they r still using http   

there is a massive google forum post on this.  

no one seems to know the solution

2,873 Views
Message 10 of 9
Report

Hmmm, that is not good.  I just read this in another post which says there is an app that can block them.

https://community.weebly.com/t5/How-Do-I-In-the-Community/How-Do-I-Eliminate-Ghost-Referrals/m-p/127...

2,867 Views
Message 10 of 9
Report

ok    . i was so hacked off with these fakers  that i took my original blog with 250 posts, off line.

good luck 

https://www.nomadicbackpacker.com

2,864 Views
Message 10 of 9
Report

i used to block all hits from Paris    as thats where mine were coming from    but then they were from multiple countries  But the server remained the same..  which i didnt manage to block.

i have disabled right click..   u cant copy text. down load photos  unless u use a screen shot.   or   down load the page for off line viewing   and i guess these r manual actions as opposed to robots.   but i dunno for sure. https://www.nomadicbackpacker.com

2,858 Views
Message 10 of 9
Report

Oh...is that a blog feature to disable right click?  I guess I did not see that if it is.  My guess the spammers are using tunnels from different countries if it was the same server spamming your blog?

I also have google analytics on my site for the last week or so. I think it might filter those hits. I know that the Weebly analytics uses IP and Google analytics uses cookies to track. My website is fairly new and I am still tweaking it.

www.sundownalpacaranch.com

Liz

2,854 Views
Message 10 of 9
Report

Best Answer

u need a few lines of code  which disables the right click

put this in the footer code  under the main settings  and under seo


<body oncontextmenu="return false;">

and put this   in the header code....

<script type="text/javascript">
document.onkeydown = function (cc) {
if(cc.which == 85){
return false;
}
if(cc.which == 80){
return false;
}
}
</script>

i found it on here actually..

if u open my site u can test it...   just try to copy the text  or   right click on an image.    its all blocked.   i was very happy with this advice..https://www.nomadicbackpacker.com

2,853 Views
Message 10 of 9
Report

Thank You. I just did this and it works!

Liz

2,846 Views
Message 10 of 9
Report

i hit about 10 pages on ur site   for good luck Smiley Wink)

my site has been tweaked no end...

embeded code ,   tips from editortricks,    or  webnots,  then tweaked even more  and playing around with html, 1 piece of coding at a time...  magins  text size and fonts     letter spacing  line height , all editted on PC  and checked on a smart phone   to make sure i get a desirable effect.

Smiley Wink)

2,844 Views
Message 10 of 9
Report