Rehabilitar o deshabilitar el envío de datos a terceros mediante la comunicación S2S
With Adjust, you can manage how data is shared with third parties for statistics purposes. This gives your users greater choice over how their data is handled. Here, you can find instructions on how to re-enable and disable third-party sharing server-to-server (S2S).
Versión mínima del SDK | Documentación para desarrolladores |
---|---|
Versión 4.26.0 o posterior del SDK de Android | Android: rehabilitar envío |
Versión 4.25.0 o posterior del SDK de iOS | iOS: rehabilitar envío |
extremo
Esta es la dirección de solicitud del extremo de la API:
https://s2s.adjust.com/third_party_sharing
Utiliza una solicitud POST
para interactuar con la API. También puedes enviar los parámetros del extremo en la URL o como datos de formulario.
Parámetros obligatorios
Nombre del parámetro: | Valor |
---|---|
gps_adid , idfa | Cadena del ID del dispositivo. Debes agregar al menos un ID del dispositivo. La API admite los mismos ID del dispositivo compatibles con las demás API S2S de Adjust. |
s2s | Siempre 1 |
app_token | El token de la aplicación. |
sharing | Elige enable o disable para permitir o evitar el envío de datos a terceros, respectivamente. |
Respuestas
Respuesta de éxito
Si la respuesta es exitosa, recibirás lo siguiente:
{
“status”: "OK"
}
Respuesta de error
Si hay algún error, recibirás un código de estado de respuesta 400 Error en la solicitud , junto con un mensaje que incluye la descripción del error.
Ejemplo:
{
"error": "Third party sharing failed (App not found)”
}
Ejemplos de URL
Inserta el parámetro "enable" para habilitar el envío de datos a terceros, por ejemplo:
https://s2s.adjust.com/third_party_sharing?s2s=1&sharing=enable&app_token=abc123abc123&gps_adid=10820328-872d-43a2-9786-0ccc748335d9
Inserta el parámetro "disable" para evitar el envío de datos a terceros, por ejemplo:
https://s2s.adjust.com/third_party_sharing?s2s=1&sharing=disable&app_token=abc123abc123&gps_adid=10820328-872d-43a2-9786-0ccc748335d9
Provide consent data to Google (Digital Markets Act compliance)
To comply with the EU's Digital Markets Act (DMA), Google Ads and the Google Marketing Platform require explicit consent to receive Adjust’s attribution requests to their APIs.
In the event a user changes their consent response, you can use Adjust's re-enable/disable third party sharing API to share this with us. Pass the following parameters in your request:
Key | Value | Description |
---|---|---|
eea | 1 = users are in the EEA and the DMA applies 0 = users are not in the EEA and the DMA does not apply | The eea parameter informs Google whether users are located in the EEA and thus whether the European regulations, including the DMA, apply to this user and conversion. The parameter type is boolean. |
ad_personalization | 1 = user consented 0 = user did not consent |
|
ad_user_data | 1 = user consented 0 = user did not consent | The ad_user_data parameter informs Google whether users granted consent to personal data being shared for measurement purposes or not. The consent applies to all the Core Platform Services (CPS) advertisers have specified in their Google Ads and Google Marketing Platform UI. |
npa | 1 = user did not consent 0 = user consented |
|
Note that you need to send the ad_personalization
parameter if you are working with Google Ads, and the npa
parameter if you are working with Google Marketing Platform.