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;








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







            Popular posts from this blog

            Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

            Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

            What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company