게시자가 미국 주 개인 정보 보호법을 준수하도록 지원하기 위해 Google 모바일 광고 SDK에서는 게시자가 서로 다른 두 매개변수를 이용하여 Google의 제한적인 데이터 처리(RDP) 사용 여부를 나타내도록 허용하고 있습니다. 게시자는 SDK를 통해 다음과 같은 신호를 사용하여 광고 요청 수준에서 RDP를 설정할 수 있습니다.
두 매개변수 중 하나를 사용하는 경우, Google에서 게시자에 서비스를 제공할 때 특정 고유 식별자 및 기타 가공되는 데이터를 사용하는 방식이 제한됩니다.
따라서 Google에서 개인 맞춤이 아닌 광고만 게재합니다. 이러한 매개변수는
UI의 RDP 설정을 재정의합니다.
게시자는 제한적인 데이터 처리가 규정 준수 계획에 어떻게 도움이 될지와 제한적인 데이터 처리를 언제 사용 설정할지를 직접 결정해야 합니다. 두 선택 매개변수 모두
Google의 광고 게재에 미치는 영향이 동일하지만
동시에 사용할 수 있습니다.
이 가이드에서는 광고 요청별로 이러한 옵션을 사용 설정하는 데 필요한 단계를 설명합니다.
RDP 신호
Google의 RDP 신호를 통해 RDP가 사용 설정되어야 한다는 점을 Google에 알리려면
rdp 키를 값이 1인 추가 매개변수로 입력하세요.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-02-08(UTC)"],[[["Google Mobile Ads SDK enables Restricted Data Processing (RDP) using Google's signal or the IAB-defined `IABUSPrivacy_String`, allowing publishers to comply with U.S. state privacy laws."],["Enabling RDP signals restricts Google's use of certain data, resulting in the display of non-personalized ads and overriding RDP UI settings."],["Publishers can implement RDP on a per-ad request basis using extra parameters, `rdp` for Google's signal and `IABUSPrivacy_String` for IAB's signal."],["When using mediation, publishers should configure CPRA settings in AdMob, potentially store the IAB signal using `UserDefaults`, and consult each ad network partner's documentation for compliance options."]]],["Publishers can enable restricted data processing (RDP) for ad requests to comply with U.S. privacy laws. This is done by adding parameters to ad requests, either using Google's `rdp` signal (value: `1`) or IAB's `IABUSPrivacy_String` signal. Both signals trigger non-personalized ads and override UI settings. For mediation, add partners to the CPRA list, consider using `UserDefaults` for the IAB signal, and check each partner's documentation for compliance options. Ensure you have necessary account permissions.\n"]]