You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When realizing a profiling of my app I have obtained some interest points associated with the privacy manifest :
Fault: googleads.g.doubleclick.net is not listed in your app’s NSPrivacyTrackingDomain key in any privacy manifest. It may be following users across multiple apps and websites to create a profile about users of apps that contact this domain.
Fault: pubads.g.doubleclick.net is not listed in your app’s NSPrivacyTrackingDomain key in any privacy manifest. It may be following users across multiple apps and websites to create a profile about users of apps that contact this domain.
Fault: g.doubleclick.net is not listed in your app’s NSPrivacyTrackingDomain key in any privacy manifest. It may be following users across multiple apps and websites to create a profile about users of apps that contact this domain.
Fault: securepubads.g.doubleclick.net is not listed in your app’s NSPrivacyTrackingDomain key in any privacy manifest. It may be following users across multiple apps and websites to create a profile about users of apps that contact this domain.
Is it normal that any of those domains are not declared as tracking domains in the privacy manifest of the library ?
Configuration :
GoogleMobileAds version 11.5.0
Xcode 15.4.0
iOS 17.5
Reproduction methods :
Start profiling activity monitor with interest points enable
Display an ad
The text was updated successfully, but these errors were encountered:
When realizing a profiling of my app I have obtained some interest points associated with the privacy manifest :
Is it normal that any of those domains are not declared as tracking domains in the privacy manifest of the library ?
Configuration :
Reproduction methods :
The text was updated successfully, but these errors were encountered: