Hi I've got the same problem (only I'm waiting since saterday (3 days). I can execute any textbook example I can find nothing will show up in the realtime console (or even the behaviour reports)
Things I tried:
ga("send", "event", {
eventCategory: "category",
eventAction: "action",
nonInteraction: true
});
ga('send', 'event', 'category', 'action', {'page': '/my-new-page'});
ga('send', 'event', 'QuestionTypes', 'multiple choice');
Nothing seems to work, did anyone succeed in using events with the UA?
Thanks a lot,
Koen