Open GoogleCodeExporter opened 9 years ago
Hey Hazem, can you describe the filter you're using?
IP addresses are anonymized (just as if `aip` were used). In other words, if
you send `uip=1.2.3.4` it will be anonymized to `1.2.3.0` so any specific
filter looking for `1.2.3.4` will fail to match.
This is mentioned in the `uip` docs, but a note could probably be added as it
relates to filters:
https://developers.google.com/analytics/devguides/collection/protocol/v1/paramet
ers#uip
Does this sound like it might be your situation?
Original comment by philipwa...@google.com
on 3 Sep 2014 at 4:51
Thank you very much for your reply.
Your explanation makes perfect sense.
If this is not a bug it's a limitation.
Considering the above scenario, I am not sure implicitly forcing the IP
anonymization, when passing uip parameter, is a must-have feature.
If other legitimate scenarios show up, please consider making the anonymization
only the default, giving the developer the option to disable it, when needed.
Thank you,
Hazem
Original comment by ha...@e-nor.com
on 10 Sep 2014 at 8:54
I have a similar issue with our offline conversions.
In GA, I have two views set up: an unfiltered one and a "master" one which uses
a filter to exclude all traffic from our office IP address. The offline
conversion hits are originating from our office IP address, so I'm using the
uip parameter to pass the customer's IP address to circumvent the filtering.
Unfortunately, it's not working. All but two offline transactions hits so far
have been filtered out in the "master" view. The only difference I can see with
the two that did NOT get filtered is that I also included the ua parameter and
passed the user agent. Does the uip parameter only work if the ua parameter is
also passed? Doesn't seem logical.
Original comment by came...@prolifique.com
on 24 Feb 2015 at 4:04
I too am having this issue. I have a master profile and a master+office profile.
In the master profile I want to filter out our office IP, but it seems to not
be filtering (likely due to anonymization). Is it possible to anonymize AFTER
filtering? It doesn't make much sense to give a person to ability to IP filter,
but then anonymize it before the filter is applied.
Has a solution been proposed or anyone have a suggested (temporary) fix to this
issue?
Original comment by market...@patiolane.com
on 26 May 2015 at 11:16
By the way, why is &uip= even anonymized when you have a parameter for doing
such a thing: &aip= ?
Is there any logical reason for anonymizing uip? It seems to be causing issues
for several people. Don't you think that if users wanted the ip to be
anonymized, they would simply set the additional parameter to do just that?
Original comment by market...@patiolane.com
on 28 May 2015 at 10:45
Original issue reported on code.google.com by
ha...@e-nor.com
on 30 Aug 2014 at 11:48