You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -759,9 +762,11 @@ In accordance with article 17 of the EU's General Data Protection Regulation (GD
759
762
760
763
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.
## <aid="third-party-sharing"></a>Third-party sharing for specific users
763
766
764
-
You can now notify Adjust when a user has exercised their right to stop sharing their data with partners for marketing partners, but has allowed it to be shared for statistics purposes.
767
+
You can notify Adjust when a user disables, enables, and re-enables data sharing with third-party partners.
768
+
769
+
### <aid="disable-third-party-sharing"></a>Disable third-party sharing for specific users
765
770
766
771
Call the following method to instruct the Adjust SDK to communicate the user's choice to disable data sharing to the Adjust backend:
767
772
@@ -771,6 +776,37 @@ Call the following method to instruct the Adjust SDK to communicate the user's c
771
776
772
777
Upon receiving this information, Adjust will block the sharing of that specific user's data to partners and the Adjust SDK will continue to work as usual.
773
778
779
+
### <aid="enable-third-party-sharing">Enable or re-enable third-party sharing for specific users</a>
780
+
781
+
Call the following method to instruct the Adjust SDK to communicate the user's choice to share data or change data sharing, to the Adjust backend:
### <aid="measurement-consent"></a>Consent measurement for specific users
799
+
800
+
You can notify Adjust when a user exercises their right to change data sharing with partners for marketing purposes, but they allow data sharing for statistical purposes.
801
+
802
+
Call the following method to instruct the Adjust SDK to communicate the user's choice to change data sharing, to the Adjust backend:
803
+
804
+
```objc
805
+
[Adjust trackMeasurementConsent:YES];
806
+
```
807
+
808
+
Upon receiving this information, Adjust changes sharing the specific user's data to partners. The Adjust SDK will continue to work as expected.
809
+
774
810
### <a id="sdk-signature"></a> SDK signature
775
811
776
812
The Adjust SDK signature is enabled on a client-by-client basis. If you are interested in using this feature, please contact your account manager.
0 commit comments