Skip to content

Commit c899674

Browse files
committed
Update README.md
1 parent 614fa0f commit c899674

File tree

1 file changed

+24
-13
lines changed

1 file changed

+24
-13
lines changed

README.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,27 @@ This is the React Native SDK of Adjust™. You can read more about Adjust™ at
2424
* [In-app purchase verification](#iap-verification)
2525
* [Callback parameters](#callback-parameters)
2626
* [Partner parameters](#partner-parameters)
27-
* [Session parameters](#session-parameters)
27+
* [Session parameters](#session-parameters)
2828
* [Session callback parameters](#session-callback-parameters)
2929
* [Session partner parameters](#session-partner-parameters)
3030
* [Delay start](#delay-start)
31-
* [Attribution callback](#attribution-callback)
32-
* [Session and event callbacks](#session-event-callbacks)
33-
* [Disable tracking](#disable-tracking)
34-
* [Offline mode](#offline-mode)
35-
* [Event buffering](#event-buffering)
36-
* [SDK signature](#sdk-signature)
37-
* [Background tracking](#background-tracking)
38-
* [Device IDs](#device-ids)
31+
* [Attribution callback](#attribution-callback)
32+
* [Session and event callbacks](#session-event-callbacks)
33+
* [Disable tracking](#disable-tracking)
34+
* [Offline mode](#offline-mode)
35+
* [Event buffering](#event-buffering)
36+
* [GDPR right to be forgotten](#gdpr-forget-me)
37+
* [SDK signature](#sdk-signature)
38+
* [Background tracking](#background-tracking)
39+
* [Device IDs](#device-ids)
3940
* [iOS advertising identifier](#di-idfa)
4041
* [Google Play Services advertising identifier](#di-gps-adid)
4142
* [Amazon advertising identifier](#di-fire-adid)
4243
* [Adjust device identifier](#di-adid)
43-
* [Push token](#push-token)
44-
* [Track additional device identifiers](#track-additional-ids)
45-
* [Pre-installed trackers](#pre-installed-trackers)
46-
* [Deep linking](#deeplinking)
44+
* [Push token](#push-token)
45+
* [Track additional device identifiers](#track-additional-ids)
46+
* [Pre-installed trackers](#pre-installed-trackers)
47+
* [Deep linking](#deeplinking)
4748
* [Standard deep linking](#deeplinking-standard)
4849
* [Deferred deep linking](#deeplinking-deferred)
4950
* [Reattribution via deep links](#deeplinking-reattribution)
@@ -614,6 +615,16 @@ adjustConfig.setEventBufferingEnabled(true);
614615
Adjust.create(adjustConfig);
615616
```
616617

618+
### <a id="gdpr-forget-me"></a>GDPR right to be forgotten
619+
620+
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:
621+
622+
```js
623+
Adjust.gdprForgetMe();
624+
```
625+
626+
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.
627+
617628
### <a id="sdk-signature"></a>SDK signature
618629

619630
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)