xdm object and data object coexisting
Hello,
Setup: Adobe Analytics using xdm, schema set through code in edit code area JS (btw there are a bunch of warnings in the code ie 'expected identifier and instead saw '=') of AEP WebSDK extension.
We are having an issue where a numeric event is not sending values on purchase (number of coupons used in the transaction), talking with experts here seems it should just work. The numeric event is not fired as data layer event but a parameter of purchase and then later turned into an event somehow to be shown in Workspace etc.
I should mention that this company is unusually stringent (the most in my career) on access to admin or even testing the purchase path, so I haven't QAd myself, so I can't confirm if the tools are failing or bad setup or CMS related, etc and all I do is try my best with the limited tools and visibility I have.
I've read about data object and how it is better so I'm thinking to use it, however would be great to know how to go about using both xdm and data object, at least for the custom event that we are troubleshooting as going full data object may be high LOE and could face politics, etc. By the way the eventN is in the JS code I mentioned above, wondering if could copy the content.xdm and add below or above another with data._ formatting or so.
Thanks!
R