Adobe-Marketing-Cloud / aep-sdks-documentation

Documentation repository for the Adobe Experience Platform Mobile SDKs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sdk Tracking Activity bundle Data

r0shanbhagat opened this issue · comments

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" : "john@testmail.com"
}

}