Skip to content

Commit 708504e

Browse files
authored
Merge pull request #669 from dori-af/master
Guide - API+CMP - Added TCF v2.3
2 parents 344d599 + 4d83226 commit 708504e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Docs/RN_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ appsFlyer.enableTCFDataCollection(true);
894894
### setConsentData
895895
`setConsentData(consentObject): void`
896896

897-
When GDPR applies to the user and your app does not use a CMP compatible with TCF v2.2, use this API to provide the consent data directly to the SDK.
897+
When GDPR applies to the user and your app does not use a CMP compatible with TCF v2.2/2.3, use this API to provide the consent data directly to the SDK.
898898

899899
**Recommended approach (since v6.16.2):**
900900
Use the `AppsFlyerConsent` constructor:

Docs/RN_CMP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ hidden: false
99
## Send consent for DMA compliance
1010
The SDK offers two alternative methods for gathering consent data:
1111

12-
Through a Consent Management Platform (CMP): If the app uses a CMP that complies with the Transparency and Consent Framework (TCF) v2.2 protocol, the SDK can automatically retrieve the consent details.
12+
Through a Consent Management Platform (CMP): If the app uses a CMP that complies with the Transparency and Consent Framework (TCF) v2.2/2.3 protocol, the SDK can automatically retrieve the consent details.
1313

1414
OR
1515

1616
Through a dedicated SDK API: Developers can pass Google's required consent data directly to the SDK using a specific API designed for this purpose.
1717

1818
### Use CMP to collect consent data
19-
A CMP compatible with TCF v2.2 collects DMA consent data and stores it in NSUserDefaults (iOS) and SharedPreferences (Android). To enable the SDK to access this data and include it with every event, follow these steps:
19+
A CMP compatible with TCF v2.2/2.3 collects DMA consent data and stores it in NSUserDefaults (iOS) and SharedPreferences (Android). To enable the SDK to access this data and include it with every event, follow these steps:
2020

2121
1. Call `appsFlyer.enableTCFDataCollection(true)`
2222
2. Initialize the SDK in [manual start mode](/Docs/RN_API.md#initsdk)
@@ -62,7 +62,7 @@ A CMP compatible with TCF v2.2 collects DMA consent data and stores it in NSUser
6262

6363
### Manually Collecting Consent Data
6464

65-
If your app does not use a TCF v2.2-compatible CMP, you must manually provide the consent data using the SDK API.
65+
If your app does not use a TCF v2.2/2.3-compatible CMP, you must manually provide the consent data using the SDK API.
6666

6767
How to Set Consent Data: </br>
6868
1. Determine GDPR Applicability:

0 commit comments

Comments
 (0)