Header Ads

slove Don't track your own page views in Blogger not working

go to manage tracking your own pageviews
 

check the box and click right click the choois inspact element and go to consol past this script

function createCookie(name,value,days) {
    if (days) {
        var date = new Date();
        date.setTime(date.getTime()+(days*24*60*60*1000));
        var expires = "; expires="+date.toGMTString();
    }
    else var expires = "";
    document.cookie = name+"="+value+expires+"; path=/";
}
createCookie("_ns", "2", 999);

then click entre
now blogger will not count your own pageviews :)

No comments: