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
Recenlty i integrated the AEP SDK in Android , i see the AEP sdk is collecting activities bundle's data which i'm passing from one activity to another. I want to prevent this tracking ? Please let me know how to handle this. Please check the logs for more reference:
AdobeExperienceSDK: Core - collectData: generic data OS event dispatched.
AdobeExperienceSDK: EventBus(EventHub) - Processing event #32: {
class: Event,
name: CollectData,
eventNumber: 32,
source: com.adobe.eventsource.os,
type: com.adobe.eventtype.generic.data,
pairId: null,
timestamp: 1621421190625, data: {
"Name" : "John"
"Email" : "[email protected]"
}
}
The text was updated successfully, but these errors were encountered:
Recenlty i integrated the AEP SDK in Android , i see the AEP sdk is collecting activities bundle's data which i'm passing from one activity to another. I want to prevent this tracking ? Please let me know how to handle this.
Please check the logs for more reference:
AdobeExperienceSDK: Core - collectData: generic data OS event dispatched.
AdobeExperienceSDK: EventBus(EventHub) - Processing event #32: {
class: Event,
name: CollectData,
eventNumber: 32,
source: com.adobe.eventsource.os,
type: com.adobe.eventtype.generic.data,
pairId: null,
timestamp: 1621421190625,
data: {
"Name" : "John"
"Email" : "[email protected]"
}
}
The text was updated successfully, but these errors were encountered: