thehen I'm having trouble with events with parameters. They seem to be sent but don't logged, or at least they're not displaying in the event log tab, unlike the events without parameters.
This is one of my triggers/actions for flurry events, I added the "TheLevelHasStarted" event without parameters for testing.
<img src="https://dl.dropboxusercontent.com/u/35440583/c2forums/FlurryEvents/FlurryEvents.png" border="0" />
This it the result Flurry got in the event logs tab:
<img src="https://dl.dropboxusercontent.com/u/35440583/c2forums/FlurryEvents/FlurryWeb.png" border="0" />
The only event logged was the one without any parameters, as the second, sixth and eighteenth event in the session. Other events were not displayed.
I did try adding "value" as the dictionary key value but the result was the same.
I tested your example as well and all events were recorded normally.
Any idea what could cause this?