From 38b2d9f60382936dfb8dc4fe89a789cbfdf5b54b Mon Sep 17 00:00:00 2001 From: Eric Slosser <325572+mr-fixit@users.noreply.github.com> Date: Thu, 14 Sep 2023 08:24:45 -0400 Subject: [PATCH] Update IAB Tech Lab - CMP API v2.md remove typo (duplicated phrase) --- TCFv2/IAB Tech Lab - CMP API v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TCFv2/IAB Tech Lab - CMP API v2.md b/TCFv2/IAB Tech Lab - CMP API v2.md index 50fb333c..3eee1234 100644 --- a/TCFv2/IAB Tech Lab - CMP API v2.md +++ b/TCFv2/IAB Tech Lab - CMP API v2.md @@ -788,7 +788,7 @@ Mediation SDK allows app developers to monetize from multiple vendors. ##### Vendor -* Vendor retrieves `IABTCF_gdprApplies` and `IABTCF_TCString` from [`NSUserDefaults`](https://developer.apple.com/documentation/foundation/nsuserdefaults#1664798?language=objc)(iOS) or [`SharedPreferences`](https://developer.android.com/training/data-storage/shared-preferences.html)(Android), and passes on these GDPR values downstream and passes on these GDPR values downstream. +* Vendor retrieves `IABTCF_gdprApplies` and `IABTCF_TCString` from [`NSUserDefaults`](https://developer.apple.com/documentation/foundation/nsuserdefaults#1664798?language=objc)(iOS) or [`SharedPreferences`](https://developer.android.com/training/data-storage/shared-preferences.html)(Android), and passes on these GDPR values downstream. ______