Privacy Manifest Non Tracking Within Webview

We are requesting some information on what should be done in the following case:

We have an application that has a privacy manifest, where tracking domains are listed. When the user does not give his/her consent to be tracked, non tracking domains are being used for requests to bring ads.

The application in question has a webview where content (ads) are loaded. When a user clicks on an ad, another webview is opened, and this webview does not know that it is in a non tracking flow. Therefore, tracking domains are being used instead of non tracking domains.

Since multiple redirections might be in play, there is no way to pass data from the original webview to the one that is opened once the ad is clicked.

  1. Would the tracking domains being used in the second webview be blocked?
  2. If so, what can we do to circumvent this scenario?
  3. Is this even a use case considering privacy manifest?

Thanks

Privacy Manifest Non Tracking Within Webview
 
 
Q