We just released a new version of our Android app and are seeing about 30% of our devices generating a new unique visitor and visit for every tracking call. This is significantly inflating our visit count and making our conversion rates incorrect.
I found a device that was tracking this way and ran it through a Charles proxy. Each call is being duplicated. The first one appears to be redirecting and inserting two variables into the url: g=none&pccr=true. I am pretty sure that the insertion of the pccr value is causing the increment to visits and visitors, but I can't figure out why it is redirecting and being added in.
Has anyone else seen this type of tracking?