I'm using Adobe Heartbeat 2.0 for video tracking and I'm tracking errors via the standard trackError call...
mediaHeartbeat.trackError(error);
After calling the function, I get a HTTP request with the following query parameters...
s:event:id:MyErrorID
s:event:type: error
My question is, where in the Analytics Interface can I see the Error ID? I'm able to find the number of errors, but not a dimension that holds the actual ID. In my example, I'd like to see which errors are being fired for a specific video. Will I need to setup a processing rule to map s:event:id into an eVar or is the error id available in Adobe Analytics by default?