Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Dimension for Adobe Heartbeat Error Event ID s:event:id?

Avatar

Level 2

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?

1 Accepted Solution

Avatar

Correct answer by
Level 2

After further investigation it appears that Error IDs send via Heartbeat cannot be displayed in Adobe Analytics Workspaces. It's also not possible to intercept the s:event:id using a processing rule. If you need to track exact video errors, the recommendation is to make an AppMeasurement's s.tl() call.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

After further investigation it appears that Error IDs send via Heartbeat cannot be displayed in Adobe Analytics Workspaces. It's also not possible to intercept the s:event:id using a processing rule. If you need to track exact video errors, the recommendation is to make an AppMeasurement's s.tl() call.