Error while mapping in datastream. | Community
Skip to main content
New Participant
December 18, 2024
Solved

Error while mapping in datastream.

  • December 18, 2024
  • 2 replies
  • 722 views

Hi ,
I am trying to Implement Adobe Analytics with the Adobe Experience Platform Edge Network, and create a schema then create dataset , then i was do setup for datastream ,and while mapping i am facing the error what was that help me out.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Harveer_SinghGi1

Hi @aep_guy ,

Data prep in datastream requires mapping for _id and timestamp fields always to be there as these are required fields of the ExperienceEvent class. This is the reason that when you start with data prep these two mappings are already there as below,

The error you got would occur if _id mapping was removed. Can you confirm if that is the case or the error occurs even when _id mapping is added?

2 replies

Harveer_SinghGi1
Harveer_SinghGi1Accepted solution
New Participant
December 18, 2024

Hi @aep_guy ,

Data prep in datastream requires mapping for _id and timestamp fields always to be there as these are required fields of the ExperienceEvent class. This is the reason that when you start with data prep these two mappings are already there as below,

The error you got would occur if _id mapping was removed. Can you confirm if that is the case or the error occurs even when _id mapping is added?

bjoern__koth
New Participant
December 18, 2024

Hi @aep_guy 

just Abend untested guess: I think it may be your Date.now()

 

what happens if you remove that mapping and try to save?

Cheers from Switzerland!