I have been trying to test the trackEvent function on https://www.jcpenney.com/ site but when I run a basic trackEvent call in the browser console, it is getting a 400 response code every time. I was originally using a conversion event, but it was failing with a 400 code as well. We are using target version 2.4.0.
Sample call
adobe.target.trackEvent({'mbox':'homePageTest'});
Any ideas on what is causing this?
This is our target file:
https://test.static-jcpenney.com/integration4a/yoda-assets/vendor/target.js?v=release-2108
Thanks.