Leiste mit Community-Erfolgen erweitern.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

GDPR Opt out in AEP SDK

Avatar

Level 3

Hi All, 

 

We are implementing AEP SDK in our mobile application for both platforms- iOS and Android. 

We have implemented the GDPR optout privacy using MobileCore.setPrivacyStatus method, below is the link for reference :

https://aep-sdks.gitbook.io/docs/resources/privacy-and-gdpr#set-and-get-privacy-status

 

When user has opted out, analytics requests should not be sent to adobe server. We have captured the log in debugger, attaching it here.

Is this done correctly ? If someone has done the same way, request you to please confirm. Many thanks in advance ! 

 

2020-04-03 15:08:24.946062+0530 ABC[123456:1234567] [AdobeExperienceSDK TRACE <com.adobe.module.analytics>]: HandleAnalyticsContentRequest - Sending request to process the currently queued events.
2020-04-03 15:08:24.947902+0530 ABC[123456:1234567] [AdobeExperienceSDK WARNING <com.adobe.module.analytics>]: Track - Dropping track request (Privacy is opted out).
2020-04-03 15:08:44.353246+0530 ABC[123456:1234567] [] nw_connection_receive_internal_block_invoke [C29] Receive reply failed with error "Operation canceled"

 

Thanks, 

Rupal

 

 

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee

Hi @rupaljain2408,

 

The log is showing the expected behavior. This line specifically:
2020-04-03 15:08:24.947902+0530 ABC[123456:1234567] [AdobeExperienceSDK WARNING <com.adobe.module.analytics>]: Track - Dropping track request (Privacy is opted out).

More information regarding the AEP SDK and GDPR can be seen at https://aep-sdks.gitbook.io/docs/resources/privacy-and-gdpr. Please let us know if you have any additional questions.

 

Thanks,

Ryan Morales

Mobile Engineer

Adobe Experience Cloud 

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Employee

Hi @rupaljain2408,

 

The log is showing the expected behavior. This line specifically:
2020-04-03 15:08:24.947902+0530 ABC[123456:1234567] [AdobeExperienceSDK WARNING <com.adobe.module.analytics>]: Track - Dropping track request (Privacy is opted out).

More information regarding the AEP SDK and GDPR can be seen at https://aep-sdks.gitbook.io/docs/resources/privacy-and-gdpr. Please let us know if you have any additional questions.

 

Thanks,

Ryan Morales

Mobile Engineer

Adobe Experience Cloud