Google ads. Last mail about cookies

Hey,

Lately I’ve got mail from Google about using cookies:

I thinking how to implement this into my apps.
Which messages should be better:

First message is quite long. What do you think?

And what address should I insert there:

  1. http://www.google.com/intl/eng/policies/technologies/cookies/
  2. http://www.google.com/intl/eng/policies/privacy/partners/

I don’t know how to put link into Unity so I will insert this address as a normal text.

Thanks.

You can add a button there called “Read more” or etc. next to the privacy notification and use:

Application.OpenURL(“http://yoursite.com/your-app-privacy.html”);

OK thank you. I will test it.