Hello,
I've been working through the LUMA Web SDK implementation tutorial to familiarize myself with AEP Adobe RTCDP. Following the steps outlined, I've successfully created schemas, tags, data elements, rules, and datasets.
However, when utilizing the AEP platform debugger, I encounter an issue where the 'interact?' call in the network consistently displays a 400 Bad Request status, and no data seems to be reflected in the dataset. Could someone provide guidance on how to troubleshoot and debug this problem effectively?"
Solved! Go to Solution.
Views
Replies
Total Likes
Hey @Ankit_EG
400 bad request usually occurs when there is an invalid syntax. When you click on the interact call, could you share the response tab screenshot? What does it say ? Look at the payload tab in the network cal and check if everything is fine in there.
Once you provide these values or have had a look at them, we can help further.
Cheers,
Abhinav
Views
Replies
Total Likes
Hey @Ankit_EG
400 bad request usually occurs when there is an invalid syntax. When you click on the interact call, could you share the response tab screenshot? What does it say ? Look at the payload tab in the network cal and check if everything is fine in there.
Once you provide these values or have had a look at them, we can help further.
Cheers,
Abhinav
Views
Replies
Total Likes
Hello Abhinav,
Thanks for getting back to me.
Upon reviewing the response tab of the calls, it appears that I made an error while configuring the Web SDK extension. However, I've rectified the issue, and now the data is properly populated in the corresponding dataset of the schema.
Errors which I fixed
"errors": [
"$.com_adobe_analytics.reportSuites: invalid override value geo1xxpnwWebSdkImp provided",
"$.com_adobe_experience_platform.datasets.event.datasetId: invalid override value Names - Ankit Agarwal provided"
]
@Ankit_EG Great !
Please mark the response as correct if it helped you zero in on the cause so that others can also refer to it if they face similar issue.
Cheers,
Abhinav
Views
Replies
Total Likes