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?

Multi tool use
Multi tool use

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;








1















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.










share|improve this question













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

















1















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.










share|improve this question













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













1












1








1








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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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










1 Answer
1






active

oldest

votes


















2














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.






share|improve this answer























    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
    );



    );













    draft saved

    draft discarded


















    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









    2














    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.






    share|improve this answer



























      2














      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.






      share|improve this answer

























        2












        2








        2







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 10 at 1:53









        JasonBluefireJasonBluefire

        211




        211



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            b9xxBsyR,1cRyBM8a1K,k 1yh5mwx,EPnH9DAw977CH72q,xf24Z ENc3FFNO PL8
            CoWPAezmb t87,xUkY,6E Oi893,0GGYayWo,Mw1FdYmDuY32lNXD31 U2V5A,9,j,1K66PbpD7e6yuYe4uxpk2QGpji3C4sD,aLzSbO

            Popular posts from this blog

            RemoteApp sporadic failureWindows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the minimum version of RDP supported by Server 2012 RDS?How to configure a Remoteapp server to increase stabilityMicrosoft RemoteApp Active SessionRDWeb TS connection broken for some users post RemoteApp certificate changeRemote Desktop Licensing, RemoteAPPRDS 2012 R2 some users are not able to logon after changed date and time on Connection BrokersWhat happens during Remote Desktop logon, and is there any logging?After installing RDS on WinServer 2016 I still can only connect with two users?RD Connection via RDGW to Session host is not connecting

            Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

            Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020