|
|
|
|
|
by sschueller
2637 days ago
|
|
Preventing apps from sending data doesn't solve the issue as long as you can use Googles analytics. You can abuse the analytics event system by encrypting data and submitting it as a string attached to analytic events. These can't be differentiated from normal click tracking. Server side you can then pull this data out via api and unencrypted it. |
|