Because of data privacy regulations (in Europe) we must not be able to locate an individual customer fro GA data.
Our application (which implements GA) is only used by a specific industry sector. Because of this in a given Region there may only be one customer. So if we knew the Region we would often be able to locate the customer.
Now as a google analytics developer: How can I anonymize tracking so that region is not known but country is still known?
I am using GA anonymizeIP (which clears the IP's leat significant octet), but still from this anonymized IP I can get the Region.
Thanks in advance for any helpful Information.