Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
I would like to know how to configure the debugger so that when inspecting event objects, I do not need to manually expand the payload. How do I do that?
I'm not aware of any way to do that. I agree that it would be a nice enhancement to the Debugger if there were fewer clicks needed to get to the data you most want to see. This has gotten incrementally harder as the requests have gotten more sophisticated (GET to POST, simple query string params to nested objects, etc).What data points to you want to get to most quickly? For me, it's typically the XDM object or the scopes sent to Target. Can you elaborate a little further and post this as an idea instead of a question? (Or @NimashaJain , can you relabel this as an idea?)
Generally we are checking the XDM schema for data accuracy. Currently I have switched to using a different debugger because having to expand each event in AEP debugger is much slower, especially when checking multiple events.