Kaltura API

statskmcCollect
Description:
Will collect the kmcEvent sent form the KMC client // this will actually be an empty function because all events will be sent using GET and will anyway be logged in the Apache log
Input Params
Name Type Description Required Default Value
kmcEvent KalturaStatsKmcEvent V
Example HTTP Hit
http://www.kaltura.com/api_v3/service/stats/action/kmcCollect
JSON object:
				
{ kmcEvent: { objectType: "KalturaStatsKmcEvent", clientVer: "value", kmcEventActionPath: "value", kmcEventType: value, eventTimestamp: value, sessionId: "value", partnerId: value, entryId: "value", widgetId: "value", uiconfId: value, userId: "value" } }