Hi Team, I had a quick question passing the mbox parameters while
calling getOffers() earlier with alloy('sendEvent'{}) now, could you
please take a look and suggest me if this correct or any changes. Thanks
in advance. adobe.target.getOffers({ request: { "prefetch": { "mboxes":
[ { index: 0, name: "hero-container" "parameters": { "ad": "1" },
"profileParameters": { "age": 23 } }, { index: 1, name:
"home-page-left-rail" "parameters": { "ad": "1" }, "profileParameters":
{ "age": 23 } } ] } } }); ...