Expand my Community achievements bar.

Applications are now open to join the Adobe Experience Platform Champion Program. Apply by June 10!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

AdobeExperienceSDK: Core - collectData: Could not dispatch generic data event, data is null or empty.

Avatar

Level 2

Seeing following error in logs, and wanted to check if data is being sent am missing something

Code (Android Java)
import com.adobe.marketing.mobile.ExperienceEvent;
import com.adobe.marketing.mobile.Edge;
 
ExperienceEvent experienceEvent = new ExperienceEvent.Builder()
.setXdmSchema(xdmData)
.build();
Edge.sendEvent(experienceEvent, null);
 
Documentation: https://aep-sdks.gitbook.io/docs/getting-started/initialize-the-sdk

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Did you define `xdmData` somewhere else?

If it's okay, please paste your raw error messages.

 

Thanks,

Hiroshi

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Did you define `xdmData` somewhere else?

If it's okay, please paste your raw error messages.

 

Thanks,

Hiroshi