CDF

Categories
    • android tips 35
    • Blogger Tips 33
    • Blogging 49
    • Blogging tips 20
    • Browsing tips 53
    • codings 27
    • E-dinar 9
    • earnings 33
    • educational 13
    • Games 8
    • hacking 16
    • Hacking Tips 7
    • how to 120
    • HTML 14
    • info 99
    • JavaScript's 15
    • Konga tips 3
    • Mobile 39
    • mp3 1
    • PC tips 17
    • school gist 7
    • seo tutorials 14
    • Social media 16
    • software 27
    • tech 20
    • templates 2
    • tutorials 105
    • updates 161
    • Vpn tips 2
    • WiFi hacking tutorials 3
Dark
Contact Us
ProfilMain Page
  • About us
  • Sponsored
  • Disclaimer
  • Privacy Policy

Showing posts from November 22, 2016

Views Style:
Guidelines To Settle Blogger Tracking Your Pageviews

Guidelines To Settle Blogger Tracking Your Pageviews

Blogger Tips No comments
Load more posts

Trending Post

  • Instructions to Automatically add Read More connection to Blogger
    Instructions to Automatically add Read More connection to Blogger
  • instructions to put a blogger widget inside a scroll box
    instructions to put a blogger widget inside a scroll box
  • The most effective method to Pay Or Receive Payments With mCash
    The most effective method to Pay Or Receive Payments With mCash
  • Download Website Organic Traffic Ebook Here
    Download Website Organic Traffic Ebook Here
  • methods to Profit Online With PayPal
    methods to Profit Online With PayPal
Email Subscription

Guidelines To Settle Blogger Tracking Your Pageviews

  • Get link
  • Facebook
  • X
  • Pinterest
  • Email
  • Other Apps
Oleh bcoded - November 22, 2016

This is a guest post compiled by David Flicks  for Codedforum.com.ng
Your blog's speedy details on the dashboard mirrors the quantity of site visits your blog got in a given time window, the details can be erroneous as it may likewise be checking your own online visits.

Blogger provides an alternative to quit following your site hit, however it doesn't work legitimately for some Blogger clients.

Obviously many blog proprietors might not have any desire to track their own particular site visits, particularly when even low number of site hits from their side may influence the general details, so it bodes well that you might need to advise Blogger to quit following in for you.

We as of late began getting a considerable measure of questions about "why blogger is as yet following my site visits" and comparable, on Twitter and in the discussions in huge amount. Here's a tweet from a Blogger client with the hashtag #gHelp looking for help with the issue

The most clear alternative is to set the choice in your blog's dashboard, that should be possible by taking after these means (these are discretionary strides, you may have turned it on as of now):


Go to your Blogger Dashboard 


Select the Stats ↣Overview tab and then tap on "Oversee following your own online visits"

You might be currently taken to another tab with the accompanying URL design: https://[yourblog].blogspot.com/b/statsCookieManage 
Check the crate that says "Don't track my perspectives for this blog.", and that is it.
This should quit following your site hits on the blog, however in the event that you test it you will find that it doesn't work. You can check this in the event that it works or not by reviving your blog in the program, and after that invigorate the details on your blogger dashboard - you will see that the perspectives are as yet being tallied rendering the alternative to turn it off totally pointless. 

A Valid Workaround 

We realize that it doesn't work, and Blogger specialists are still on it to alter it, yet in the mean time many blog proprietors are influenced and this must be settled in some way or another. 

To advise Blogger to not tally your site hit is not an enchantment, the strategy is to set a treat on your program so that at whatever point you stack your blog the server realizes that you don't need your online visits to be tallied, if the treat, which is only a little content record put something aside for sites that contains information utilized by the program and server, is not accessible it tallies your perspectives. 

What the issue is 
(You might need to move to the following area on the off chance that you need to simply know how to alter it) 

The mistake is with where the treat is set when you go to the choices page that we should you pick on the off chance that you need the blog to quit following your site visits. 

The URL is: https://[yourblog].blogspot.com/b/statsCookieManage
The treat named "_ns" with the estimation of "2" should be determined to blog address, yet because of a blunder on the Blogger framework the treat is just determined to the/b though it should be determined to the "/" way which connotes that it must work on each page of your blog, yet because of the mistake it is most certainly not. 

Here are some screenshots with the data of treats that is set while we flip the choice
Everything appears to work affirm. As should be obvious, when the choice in the second picture in unchecked (highlighted in orange), the treat named "_ns" vanishes. That is the manner by which it should work, the issue really is its Path esteem set to/b 

Furthermore, as the way is set to/b the treat shows up no where on the blog aside from the page that begins on the way/b 

The Workaround 
To make this work i.e to have Blogger quit tallying our own particular online visits we simply need to set a treat on the blog, however this time physically as the alternatives page that Blogger gives us doesn't work legitimately. 

That should be possible with a basic JavaScript scrap. All we will do is set a treat with the name "_ns" and the esteem "2" on the root way of your blog. 

Immediately here's the code we require (duplicate it to your clipboard):
CLICK HERE TO GET THE JAVASCRIPT CODE
The bit will make a treat with the passed values in createCookie("_ns", "2", 999);,
you don't have to comprehend anything about this for it work,
just thing you may be intrigued is the quantity of days
this treat will be substantial for, in the code we have set it to 999 days, after
that the treat will be expelled itself from the program.
You can set the esteem higher or lower in the event that you like. 

Utilizing the code bit 
After you have replicated the code open your blog's landing page. To run this code you have to get to the JavaScript reassure, there are distinctive approaches to open the comfort in various programs, I am saying how to do it in Chrome and Firefox 

Google Chrome 
You can open the comfort utilizing the console alternate way CTRL+Shift+J/F12 on Windows or ⌘+Option+J, or you could right tap on a vacant territory in the site page, then select Inspect and change to the Console tab. 

Taking after screenshot demonstrates the code entered in the JavaScript support on Chrome↴↴.
In the wake of gluing the code set up, hit enter and that is it. The treat is set and now until the treat lapses or is physically evacuated (by tidying treats up your program) Blogger would not tally your site hits when you get to your blog from the program. 

Mozilla Firefox 
To open the comfort in Firefox: CTRL+Shift+K on Windows or ⌘+Option+K on Mac. On the other hand you could Right Click, then pick Inspect Element and afterward go to the Console tab. 

Enter the code in the comfort window and hit enter. Here's the means by which it must look like in Mozilla Firefox:

The Cookie's currently set. That is it. 
Since you have run the code the treat that we have been saying all through the post will be determined to in your program. For whatever length of time that the treat remains in the program any visits to your blog from that program would not be tallied towards the site hits of your blog. 

In the event that you utilize distinctive programs, you may likewise utilize this code in those to quit following the site hits from those also. 

Take note of that it is conceivable in programs to set a choice that erases any treats on a site once it is shut, so I prescribe you to search for the choice for treats in your program if this doesn't appear to work, if issue proceeds please post a remark on this post.


This post was written by David Flicks .  He Blogs on Insuranceblog and you can send him an sms ON BLOG HELP and add him as friend on Facebook here. 
Read more
Post a Comment
Nhãn : Blogger Tips Blogging codings how to tutorials
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)
Powered by Blogger

Report Abuse

Search This Blog

Archive

  • Feb 151
  • Feb 021
  • Jan 301
  • Jan 241
  • Jan 191
  • Jan 131
  • Jan 121
  • Jan 081
  • Jan 051
  • Jan 021
  • Dec 311
  • Dec 271
  • Dec 201
  • Dec 181
  • Dec 131
  • Dec 121
  • Dec 101
  • Dec 081
  • Dec 061
  • Dec 052
  • Dec 041
  • Nov 281
  • Nov 271
  • Nov 261
  • Nov 241
  • Nov 221
  • Nov 211
  • Nov 191
  • Nov 181
  • Nov 172
  • Nov 161
  • Nov 151
  • Nov 141
  • Nov 111
  • Nov 101
  • Nov 082
  • Nov 071
  • Nov 061
  • Nov 031
  • Nov 011
  • Oct 311
  • Oct 301
  • Oct 281
  • Oct 271
  • Oct 231
  • Oct 201
  • Oct 181
  • Oct 162
  • Oct 152
  • Oct 141
  • Oct 121
  • Oct 102
  • Oct 081
  • Oct 071
  • Oct 061
  • Oct 042
  • Oct 022
  • Oct 011
  • Sept 292
  • Sept 281
  • Sept 261
  • Sept 251
  • Sept 221
  • Sept 212
  • Sept 192
  • Sept 182
  • Sept 162
  • Sept 151
  • Sept 131
  • Sept 121
  • Sept 111
  • Sept 102
  • Sept 091
  • Sept 082
  • Sept 072
  • Sept 062
  • Sept 051
  • Sept 041
  • Sept 031
  • Sept 012
  • Aug 311
  • Aug 302
  • Aug 291
  • Aug 282
  • Aug 271
  • Aug 261
  • Aug 251
  • Aug 241
  • Aug 231
  • Aug 222
  • Aug 212
  • Aug 201
  • Aug 192
  • Aug 182
  • Aug 171
  • Aug 162
  • Aug 152
  • Aug 144
  • Aug 131
  • Aug 123
  • Aug 112
  • Aug 102
  • Aug 093
  • Aug 081
  • Aug 075
  • Aug 062
  • Aug 055
  • Aug 044
  • Aug 033
  • Aug 022
  • Aug 011
  • Jul 308
  • Jul 297
  • Jul 2812
  • Jul 275
  • Jul 267
  • Jul 251
  • Jul 242
  • Jul 232
  • Jul 222
  • Jul 211
  • Jul 205
  • Jul 194
  • Jul 186
  • Jul 173
  • Jul 167
  • Jul 156
  • Jul 145
  • Jul 1310
  • Jul 127
  • Jul 117
  • Dec 201
Show more Show less

ADVERTISMENT



Copyright © 2015 - 2017 Blog Indoor | Designed with by
Fancybloggertricks
About Us | Sitemap | Hire Us | Privacy & Policy | Advertise | Sitemap | Write For Us | Sponsor A Post | Own A Site | Disclaimer

SEARCH BLOGINDOOR

SUBSCRIBE TO OUR POST

Subscribe With Us!
Why should I subscribe?
  • ✔
    For Latest Free Browsing Tweaks
  • ✔
    Android & PC Tutorials
  • ✔
    Tech News & HOW TOs
  • ✔
    All Straight into your → INBOX
Safe With Us | Privacy Policy

Pages

  • Home

Recent Updates


⚠ WARNING: Every advert left on comment section of this blog are not endorsed by 9jaentbaze,they are scam.


Home | About us | privacy-policy | contact us | Sponsored Post
Disclaimer

© Copyright 2019" 9jaentbbaze 2019 · All Rights Reserved · And Our Sitemap · All Logos and Trademark Belongs To Their Respective Owners·