Skip to content

Commit daa1b34

Browse files
committed
4.12.0 README updates
1 parent 09d7971 commit daa1b34

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This is the Unity SDK of Adjust™. It supports iOS, Android, Windows Store 8.1,
3333
* [Disable tracking](#disable-tracking)
3434
* [Offline mode](#offline-mode)
3535
* [Event buffering](#event-buffering)
36+
* [GDPR right to be forgotten](#gdpr-forget-me)
3637
* [SDK signature](#sdk-signature)
3738
* [Background tracking](#background-tracking)
3839
* [Device IDs](#device-ids)
@@ -554,6 +555,16 @@ Adjust.start(adjustConfig);
554555

555556
If nothing is set, event buffering is **disabled by default**.
556557

558+
### <a id="gdpr-forget-me"></a>GDPR right to be forgotten
559+
560+
In accordance with article 17 of the EU's General Data Protection Regulation (GDPR), you can notify Adjust when a user has exercised their right to be forgotten. Calling the following method will instruct the Adjust SDK to communicate the user's choice to be forgotten to the Adjust backend:
561+
562+
```cs
563+
Adjust.gdprForgetMe();
564+
```
565+
566+
Upon receiving this information, Adjust will erase the user's data and the Adjust SDK will stop tracking the user. No requests from this device will be sent to Adjust in the future.
567+
557568
### <a id="sdk-signature"></a>SDK signature
558569

559570
An account manager must activate the Adjust SDK signature. Contact Adjust support ([email protected]) if you are interested in using this feature.

0 commit comments

Comments
 (0)