Class: Kaltura::KalturaStatsKmcEvent

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Overview

Will hold data from the Kaltura UI components to be passed on to the reports and analytics system

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#client_verObject

Returns the value of attribute client_ver.



5477
5478
5479
# File 'lib/kaltura_client.rb', line 5477

def client_ver
  @client_ver
end

#entry_idObject

Returns the value of attribute entry_id.



5487
5488
5489
# File 'lib/kaltura_client.rb', line 5487

def entry_id
  @entry_id
end

#event_timestampObject

the client’s timestamp of this event



5482
5483
5484
# File 'lib/kaltura_client.rb', line 5482

def event_timestamp
  @event_timestamp
end

#kmc_event_action_pathObject

Returns the value of attribute kmc_event_action_path.



5478
5479
5480
# File 'lib/kaltura_client.rb', line 5478

def kmc_event_action_path
  @kmc_event_action_path
end

#kmc_event_typeObject

Returns the value of attribute kmc_event_type.



5479
5480
5481
# File 'lib/kaltura_client.rb', line 5479

def kmc_event_type
  @kmc_event_type
end

#partner_idObject

Returns the value of attribute partner_id.



5486
5487
5488
# File 'lib/kaltura_client.rb', line 5486

def partner_id
  @partner_id
end

#session_idObject

a unique string generated by the client that will represent the client-side session: the primary component will pass it on to other components that sprout from it



5485
5486
5487
# File 'lib/kaltura_client.rb', line 5485

def session_id
  @session_id
end

#uiconf_idObject

Returns the value of attribute uiconf_id.



5489
5490
5491
# File 'lib/kaltura_client.rb', line 5489

def uiconf_id
  @uiconf_id
end

#user_idObject

the partner’s user id



5492
5493
5494
# File 'lib/kaltura_client.rb', line 5492

def user_id
  @user_id
end

#user_ipObject

will be retrieved from the request of the user



5495
5496
5497
# File 'lib/kaltura_client.rb', line 5495

def user_ip
  @user_ip
end

#widget_idObject

Returns the value of attribute widget_id.



5488
5489
5490
# File 'lib/kaltura_client.rb', line 5488

def widget_id
  @widget_id
end