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
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.
640
641
642
+
### <aid="disable-third-party-sharing"></a>Disable third-party sharing for specific users
643
+
644
+
You can now notify Adjust when a user has exercised their right to stop sharing their data with partners for marketing purposes, but has allowed it to be shared for statistics purposes.
645
+
646
+
Call the following method to instruct the Adjust SDK to communicate the user's choice to disable data sharing to the Adjust backend:
647
+
648
+
649
+
```cs
650
+
Adjust.disableThirdPartySharing();
651
+
```
652
+
653
+
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.
654
+
641
655
### <aid="sdk-signature"></a>SDK signature
642
656
643
657
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