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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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:
- if this passes through, you would know!
Hope this helps!
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:
- if this passes through, you would know!
Hope this helps!
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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies