Hi @SwathiKo4 
It sounds like the media ping events aren’t being passed to event forwarding because of one of these common causes -
- 
The Media Analytics (streamingMedia) component isn’t enabled in your Web SDK configuration or datastream schema.
 
- 
The ping interval isn’t reached — heartbeats fire every 10 seconds during active playback.
 
- 
Event forwarding filters may exclude 'ping' events (check your rule conditions).
 
- 
The data element path in event forwarding might not match the XDM structure for 'media.ping'.
 
I would suggest checking the Web SDK setup and forwarding rule filters first, those are usually the blockers.