How do I filter my home IPv6 address in GA when my ISP is continuously reassigning the address?Include multiple IP addresses in Google AnalyticsPrevent pings from inflating Google AnalyticsSolutions for filtering dynamic IP addresses in Google Analytics?Why does it seem my GA include-only-hostname filter is filtering out hits from Twitter?How do I filter traffic from IE7 in Google Analytics?How do I segment my users in Google Analytics to show only users who have triggered an event “X” times?Google Analytics filter with OR operatorcombine trailing slashes in analyticsWhat is adding p, subid, and uid variables to the query string of a site url?Do Google Analytics filters accept regex for IP address rules?
How does the Earth's center produce heat?
Possibility of faking someone's public key
First Program Tic-Tac-Toe
Interpretation of ROC AUC score
Python program for fibonacci sequence using a recursive function
Why does the hash of infinity have the digits of π?
Is this homebrew "Cactus Grenade" cantrip balanced?
Why did it take so long for Germany to allow electric scooters / e-rollers on the roads?
Dad jokes are fun
Freedom of Speech and Assembly in China
Does "was machen sie" have the greeting meaning of "what do you do"?
Storing voxels for a voxel Engine in C++
Why do Russians almost not use verbs of possession akin to "have"?
Is keeping the forking link on a true fork necessary (Github/GPL)?
Is "vegetable base" a common term in English?
How can I properly write this equation in Latex?
The disk image is 497GB smaller than the target device
Why is 'additive' EQ more difficult to use than 'subtractive'?
“For nothing” = “pour rien”?
How to politely tell someone they did not hit reply all in email?
If I arrive in the UK, and then head to mainland Europe, does my Schengen visa 90 day limit start when I arrived in the UK, or mainland Europe?
3 prong range outlet
...And they were stumped for a long time
What weight should be given to writers groups critiques?
How do I filter my home IPv6 address in GA when my ISP is continuously reassigning the address?
Include multiple IP addresses in Google AnalyticsPrevent pings from inflating Google AnalyticsSolutions for filtering dynamic IP addresses in Google Analytics?Why does it seem my GA include-only-hostname filter is filtering out hits from Twitter?How do I filter traffic from IE7 in Google Analytics?How do I segment my users in Google Analytics to show only users who have triggered an event “X” times?Google Analytics filter with OR operatorcombine trailing slashes in analyticsWhat is adding p, subid, and uid variables to the query string of a site url?Do Google Analytics filters accept regex for IP address rules?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I would like to set up IP address filtering in Google Analytics so that traffic coming from my home IP address is filtered and not counted as actual site traffic. I.e. I'm only interested in the traffic from IP addresses that are not that of my home IP address.
However, My ISP is changing my IPv6 address just about every day. Google Analytics allows certain regex-like matching as a filter parameter against the incoming IPv6 address. I can not include a pattern that is too specific, (i.e. a pattern that matches my current IPv6 address directly; for example 2601:602:8a00:d7d:30c9:8e0f:ecaf:3f45
will only match my current IP address until the ISP changes it again.
I also don't want to be too broad. I know the first 48 bits in an IPv6 address are specific to the ISP, and if I create a filter like 2601:602:8a00:*
it may incorrectly filter out otherwise valid network traffic from other on my same ISP.
Is there a way to do this, or how do other people approach it? Thank you.
ipv6 google-analytics
migrated from serverfault.com May 10 at 0:04
This question came from our site for system and network administrators.
add a comment |
I would like to set up IP address filtering in Google Analytics so that traffic coming from my home IP address is filtered and not counted as actual site traffic. I.e. I'm only interested in the traffic from IP addresses that are not that of my home IP address.
However, My ISP is changing my IPv6 address just about every day. Google Analytics allows certain regex-like matching as a filter parameter against the incoming IPv6 address. I can not include a pattern that is too specific, (i.e. a pattern that matches my current IPv6 address directly; for example 2601:602:8a00:d7d:30c9:8e0f:ecaf:3f45
will only match my current IP address until the ISP changes it again.
I also don't want to be too broad. I know the first 48 bits in an IPv6 address are specific to the ISP, and if I create a filter like 2601:602:8a00:*
it may incorrectly filter out otherwise valid network traffic from other on my same ISP.
Is there a way to do this, or how do other people approach it? Thank you.
ipv6 google-analytics
migrated from serverfault.com May 10 at 0:04
This question came from our site for system and network administrators.
Your problem may be that the host uses random addressing with privacy features. The host itself will periodically change the address. The ISP should be assigning a/64
network to you, and your host appears the be using random addressing (many OSes now default to privacy). The purpose of random, privacy addressing is to prevent you from being tracked on the public Internet, bu that seems to be what you want.
– Ron Maupin
May 9 at 23:12
1
A few well-meaning but misguided ISPs in some countries (like Germany) actually change residential customers' IPv6 prefixes extremely frequently. I have heard some of them change daily. This isn't an issue for the average consumer if the hardware is keeping up, but if you're doing anything beyond browsing the web then it can be extremely painful. First you should complain bitterly to the ISP and ask them to stop doing that.
– Michael Hampton
May 10 at 0:04
@nikkwong Google provides the Google Analytics Opt-out Browser Add-on for this purpose.
– dan♦
May 10 at 5:01
add a comment |
I would like to set up IP address filtering in Google Analytics so that traffic coming from my home IP address is filtered and not counted as actual site traffic. I.e. I'm only interested in the traffic from IP addresses that are not that of my home IP address.
However, My ISP is changing my IPv6 address just about every day. Google Analytics allows certain regex-like matching as a filter parameter against the incoming IPv6 address. I can not include a pattern that is too specific, (i.e. a pattern that matches my current IPv6 address directly; for example 2601:602:8a00:d7d:30c9:8e0f:ecaf:3f45
will only match my current IP address until the ISP changes it again.
I also don't want to be too broad. I know the first 48 bits in an IPv6 address are specific to the ISP, and if I create a filter like 2601:602:8a00:*
it may incorrectly filter out otherwise valid network traffic from other on my same ISP.
Is there a way to do this, or how do other people approach it? Thank you.
ipv6 google-analytics
I would like to set up IP address filtering in Google Analytics so that traffic coming from my home IP address is filtered and not counted as actual site traffic. I.e. I'm only interested in the traffic from IP addresses that are not that of my home IP address.
However, My ISP is changing my IPv6 address just about every day. Google Analytics allows certain regex-like matching as a filter parameter against the incoming IPv6 address. I can not include a pattern that is too specific, (i.e. a pattern that matches my current IPv6 address directly; for example 2601:602:8a00:d7d:30c9:8e0f:ecaf:3f45
will only match my current IP address until the ISP changes it again.
I also don't want to be too broad. I know the first 48 bits in an IPv6 address are specific to the ISP, and if I create a filter like 2601:602:8a00:*
it may incorrectly filter out otherwise valid network traffic from other on my same ISP.
Is there a way to do this, or how do other people approach it? Thank you.
ipv6 google-analytics
ipv6 google-analytics
asked May 9 at 22:58
nikk wong
migrated from serverfault.com May 10 at 0:04
This question came from our site for system and network administrators.
migrated from serverfault.com May 10 at 0:04
This question came from our site for system and network administrators.
Your problem may be that the host uses random addressing with privacy features. The host itself will periodically change the address. The ISP should be assigning a/64
network to you, and your host appears the be using random addressing (many OSes now default to privacy). The purpose of random, privacy addressing is to prevent you from being tracked on the public Internet, bu that seems to be what you want.
– Ron Maupin
May 9 at 23:12
1
A few well-meaning but misguided ISPs in some countries (like Germany) actually change residential customers' IPv6 prefixes extremely frequently. I have heard some of them change daily. This isn't an issue for the average consumer if the hardware is keeping up, but if you're doing anything beyond browsing the web then it can be extremely painful. First you should complain bitterly to the ISP and ask them to stop doing that.
– Michael Hampton
May 10 at 0:04
@nikkwong Google provides the Google Analytics Opt-out Browser Add-on for this purpose.
– dan♦
May 10 at 5:01
add a comment |
Your problem may be that the host uses random addressing with privacy features. The host itself will periodically change the address. The ISP should be assigning a/64
network to you, and your host appears the be using random addressing (many OSes now default to privacy). The purpose of random, privacy addressing is to prevent you from being tracked on the public Internet, bu that seems to be what you want.
– Ron Maupin
May 9 at 23:12
1
A few well-meaning but misguided ISPs in some countries (like Germany) actually change residential customers' IPv6 prefixes extremely frequently. I have heard some of them change daily. This isn't an issue for the average consumer if the hardware is keeping up, but if you're doing anything beyond browsing the web then it can be extremely painful. First you should complain bitterly to the ISP and ask them to stop doing that.
– Michael Hampton
May 10 at 0:04
@nikkwong Google provides the Google Analytics Opt-out Browser Add-on for this purpose.
– dan♦
May 10 at 5:01
Your problem may be that the host uses random addressing with privacy features. The host itself will periodically change the address. The ISP should be assigning a
/64
network to you, and your host appears the be using random addressing (many OSes now default to privacy). The purpose of random, privacy addressing is to prevent you from being tracked on the public Internet, bu that seems to be what you want.– Ron Maupin
May 9 at 23:12
Your problem may be that the host uses random addressing with privacy features. The host itself will periodically change the address. The ISP should be assigning a
/64
network to you, and your host appears the be using random addressing (many OSes now default to privacy). The purpose of random, privacy addressing is to prevent you from being tracked on the public Internet, bu that seems to be what you want.– Ron Maupin
May 9 at 23:12
1
1
A few well-meaning but misguided ISPs in some countries (like Germany) actually change residential customers' IPv6 prefixes extremely frequently. I have heard some of them change daily. This isn't an issue for the average consumer if the hardware is keeping up, but if you're doing anything beyond browsing the web then it can be extremely painful. First you should complain bitterly to the ISP and ask them to stop doing that.
– Michael Hampton
May 10 at 0:04
A few well-meaning but misguided ISPs in some countries (like Germany) actually change residential customers' IPv6 prefixes extremely frequently. I have heard some of them change daily. This isn't an issue for the average consumer if the hardware is keeping up, but if you're doing anything beyond browsing the web then it can be extremely painful. First you should complain bitterly to the ISP and ask them to stop doing that.
– Michael Hampton
May 10 at 0:04
@nikkwong Google provides the Google Analytics Opt-out Browser Add-on for this purpose.
– dan♦
May 10 at 5:01
@nikkwong Google provides the Google Analytics Opt-out Browser Add-on for this purpose.
– dan♦
May 10 at 5:01
add a comment |
1 Answer
1
active
oldest
votes
Your best bet would be to just block Google Analytics from running in your browsers.
There are a ton of apps that do this. I use uBlock Origin mostly to block ads but it also blocks Google Analytics scripts from running.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "45"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f122791%2fhow-do-i-filter-my-home-ipv6-address-in-ga-when-my-isp-is-continuously-reassigni%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your best bet would be to just block Google Analytics from running in your browsers.
There are a ton of apps that do this. I use uBlock Origin mostly to block ads but it also blocks Google Analytics scripts from running.
add a comment |
Your best bet would be to just block Google Analytics from running in your browsers.
There are a ton of apps that do this. I use uBlock Origin mostly to block ads but it also blocks Google Analytics scripts from running.
add a comment |
Your best bet would be to just block Google Analytics from running in your browsers.
There are a ton of apps that do this. I use uBlock Origin mostly to block ads but it also blocks Google Analytics scripts from running.
Your best bet would be to just block Google Analytics from running in your browsers.
There are a ton of apps that do this. I use uBlock Origin mostly to block ads but it also blocks Google Analytics scripts from running.
answered May 10 at 1:53
JasonBluefireJasonBluefire
211
211
add a comment |
add a comment |
Thanks for contributing an answer to Webmasters Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f122791%2fhow-do-i-filter-my-home-ipv6-address-in-ga-when-my-isp-is-continuously-reassigni%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Your problem may be that the host uses random addressing with privacy features. The host itself will periodically change the address. The ISP should be assigning a
/64
network to you, and your host appears the be using random addressing (many OSes now default to privacy). The purpose of random, privacy addressing is to prevent you from being tracked on the public Internet, bu that seems to be what you want.– Ron Maupin
May 9 at 23:12
1
A few well-meaning but misguided ISPs in some countries (like Germany) actually change residential customers' IPv6 prefixes extremely frequently. I have heard some of them change daily. This isn't an issue for the average consumer if the hardware is keeping up, but if you're doing anything beyond browsing the web then it can be extremely painful. First you should complain bitterly to the ISP and ask them to stop doing that.
– Michael Hampton
May 10 at 0:04
@nikkwong Google provides the Google Analytics Opt-out Browser Add-on for this purpose.
– dan♦
May 10 at 5:01