I'm guessing you've seen this example already? A more simplified version of that example, if my event tracking mbox is called "conversionTest", could look something like this: alloy("sendEvent", {
xdm: {},
decisionScopes: ['conversionTest']
}).then(function(result) {
var propositions = result...