switch (eventId) { ... case 'imageUrl' : ajaxion.SetEventMonior('imageUrl', ''); parameters = window.document.getElementById('dropDown').value; break; ... } return parameters; }in this code what is event id and what is the meaning of ajaxion?