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
@@ -1028,18 +1031,52 @@ Upon receiving this information, Adjust will erase the user's data and the Adjus
1028
1031
Please note that even when testing, this decision is permanent. It is not reversible.
1029
1032
1030
1033
1031
-
### <aid="ad-disable-third-party-sharing"></a>Disable third-party sharing for specific users
1034
+
## <aid="ad-third-party-sharing"></a>Third-party sharing for specific users
1035
+
1036
+
You can notify Adjust when a user disables, enables, and re-enables data sharing with third-party partners.
1032
1037
1033
-
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.
1038
+
### <aid="ad-disable-third-party-sharing"></a>Disable third-party sharing for specific users
1034
1039
1035
1040
Call the following method to instruct the Adjust SDK to communicate the user's choice to disable data sharing to the Adjust backend:
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.
1042
1048
1049
+
### <aid="ad-enable-third-party-sharing">Enable or re-enable third-party sharing for specific users</a>
1050
+
1051
+
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="ad-measurement-consent"></a>Consent measurement for specific users
1069
+
1070
+
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.
1071
+
1072
+
Call the following method to instruct the Adjust SDK to communicate the user's choice to change data sharing, to the Adjust backend:
1073
+
1074
+
```csharp
1075
+
Adjust.trackMeasurementConsent(true);
1076
+
```
1077
+
1078
+
Upon receiving this information, Adjust changes sharing the specific user's data to partners. The Adjust SDK will continue to work as expected.
1079
+
1043
1080
## Testing and troubleshooting
1044
1081
1045
1082
### <aid="tt-debug-ios"></a>Debug information in iOS
0 commit comments