Expand my Community achievements bar.

SOLVED

AEP Update a Mapping Set API Timestamp/ID Error

Avatar

Level 1

We're working to migrate to CJA from Analytics and considering mapping our Adobe Analytics Connector into a custom schema.  One downside is the mapping process during the dataflow setup.  Ideally we won't have to do this manually through the UI.  I'm testing out the Update a Mapping Set API and I keep getting errors such as "Bad request parameters or payload. Please check your request and try again. Additional detail: The following unmapped paths are required: _id, timestamp. Please include the required paths and try again."  I have not been successful so far in adjusting to avoid the errors.

 

Has anyone seen this before?  Maybe share the body of a successful request?

 

https://experienceleague.adobe.com/en/docs/experience-platform/data-prep/api/mapping-set#update-a-ma...

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 6

I have not worked with AA connector, but I think the event dataset by default as both "timestamp" and "_id" as required fields (please check at your end in your schema). So, these 2 fields you have to fill in the the request body.

You can do a quick test where:

  • Key in a proper datetime field into "timestamp" field
  • Hash out any id into "id" field

- if this passes through, you would know!

 

Hope this helps!

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

I have not worked with AA connector, but I think the event dataset by default as both "timestamp" and "_id" as required fields (please check at your end in your schema). So, these 2 fields you have to fill in the the request body.

You can do a quick test where:

  • Key in a proper datetime field into "timestamp" field
  • Hash out any id into "id" field

- if this passes through, you would know!

 

Hope this helps!

Avatar

Level 4

Hi @Kim_R,

Did the shared solution help you out? If yes, kindly consider marking the answer as ‘correct’.

If you’re still facing any challenges, please feel free to continue the conversation here. Or if you've discovered a solution yourself, we would appreciate it if you could share it with the community.