Hi,
I was trying to update the destination mapping (want to change the start date of segments which i have mapped to destination) However, I got below error using BAAAM tool
REQUEST_STATUS | ERROR_MESSAGE |
Error: 404 | Not Found |
I've used below syntax:
destinationMappingId | destinationId | traitType | startDate | traitAlias |
I doubt about destinationMappingId field. can anyone please suggest?
Regards,
Charlie
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @charlie05 ,
Please retry with below syntax and let me know how it goes.
destinationMappingId | destinationId | sid | traitType | startDate | traitAlias |
Regards
Ankita Sodhi
Views
Replies
Total Likes
Can you please review above issue and suggest what's wrong with above syntax?
Thank you in Advance!
Regards,
Charlie
Views
Replies
Total Likes
Hello @charlie05 ,
Please retry with below syntax and let me know how it goes.
destinationMappingId | destinationId | sid | traitType | startDate | traitAlias |
Regards
Ankita Sodhi
Views
Replies
Total Likes
Appreciate your response. However, I'm not sure about where would I find the destination Mapping ID?
Regards,
Charlie
Views
Replies
Total Likes
Hello @charlie05 ,
My bad, I should've outlined the steps too. Please follow below points:
- First call below API to pull all the existing mapping for a specific destination.
- In response to above, you will destinationID and other details.
- Now, take the specific segments from the list and apply below header to update any mapping.
destinationMappingId | destinationId | sid | traitType | startDate | traitAlias |
Let me know if you have any further question.
Regards
Ankita Sodhi
Views
Replies
Total Likes