[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-30。"],[[["The Google Mobile Ads SDK helps publishers comply with U.S. state privacy laws by offering two parameters to enable restricted data processing (RDP): Google's RDP signal and the IAB-defined `IABUSPrivacy_String`."],["Enabling RDP restricts Google's use of certain user data, resulting in the display of non-personalized ads."],["Publishers can enable RDP on a per-ad request basis using either Google's RDP signal (`gad_rdp` key in `UserDefaults`) or the IAB signal (`IABUSPrivacy_String` key in `UserDefaults`)."],["When using mediation, publishers should add their mediation partners to the CPRA ad partners list in AdMob, utilize the IAB signal, and consult each partner's documentation for CPRA compliance options."]]],["Publishers can enable restricted data processing (RDP) for U.S. state privacy laws compliance via the Google Mobile Ads SDK. This is achieved by setting either the `gad_rdp` key to `true` or providing a compliant `IABUSPrivacy_String` using `UserDefaults`. Utilizing either signal restricts Google's data processing and serves only non-personalized ads. For mediation, partners should be added to the CPRA ad partners list in the AdMob UI, and consider using the IAB signal via `UserDefaults`. Verify account permissions before configuring.\n"]]