Parameters for configuring Infinity Module

The following parameters help govern the behavior of the Infinity module. Modifying the default value associated with each of the parameters changes the behavior of the Infinity module.

VIDEO_LOAD_AUTO_ENABLED

  • Description: Controls whether video load events will be logged automatically or not
  • String Literal: ora_dc_video_load_auto_enabled
  • Default Value: false
  • Acceptable Values: boolean as a string — true or false

VIDEO_LOAD_META_AUTO_ENABLED

  • Description: Controls whether video load meta events will be logged automatically or not
  • String Literal: ora_dc_video_load_meta_auto_enabled
  • Default Value: true
  • Acceptable Values: boolean as a string — true or false

VIDEO_PLAY_AUTO_ENABLED

  • Description: Controls whether or not video play events will be logged automatically or not
  • String Literal: ora_dc_video_play_auto_enabled
  • Default Value: false
  • Acceptable Values: boolean as a string — true or false

VIDEO_RESUME_AUTO_ENABLED

  • Description: Controls whether or not video resume events will be logged automatically.
  • String Literal: ora_dc_video_resume_auto_enabled
  • Default Value: false
  • Acceptable Values: boolean as a string — true or false

VIDEO_PAUSE_AUTO_ENABLED

  • Description: Controls whether or not video pause events will be logged automatically.
  • String Literal: ora_dc_video_pause_auto_enabled
  • Default Value: true
  • Acceptable Values: boolean as a string — true or false

VIDEO_SEEK_AUTO_ENABLED

  • Description: Controls whether or not video seek events will be logged automatically.
  • String Literal: ora_dc_video_seek_auto_enabled
  • Default Value: true
  • Acceptable Values: boolean as a string — true or false

VIDEO_COMPLETION_AUTO_ENABLED

  • Description: Controls whether or not video complete events will be logged automatically.
  • String Literal: ora_dc_video_complete_auto_enabled
  • Default Value: false
  • Acceptable Values: boolean as a string — true or false

VIDEO_VOLUME_CHANGE_AUTO_ENABLED

  • Description: Controls whether or not video volume change events will be logged automatically.
  • String Literal: ora_dc_video_volume_change_auto_enabled
  • Default Value: true
  • Acceptable Values: boolean as a string — true or false

VIDEO_QUARTILE_AUTO_ENABLED

  • Description: Controls whether or not video quartile events will be logged automatically.
  • String Literal: ora_dc_video_quartile_auto_enabled
  • Default Value: true
  • Acceptable Values: boolean as a string — true or false

VIDEO_PCT_INC

  • Description: Controls the quartile percentage during video playing before forcing a new session to start.
  • String Literal: ora_dc_video_pct_inc
  • Default Value: "25"
  • Acceptable Values: integer as a string — (any valid positive integer value less than 100)

VIDEO_BEACON_AUTO_ENABLED

  • Description: Controls whether or not video beacon events will be logged automatically.
  • String Literal: ora_dc_video_beacon_auto_enabled
  • Default Value: true
  • Acceptable Values: boolean as a string — true or false

VIDEO_BEACON_RATE

  • Description: Controls the beacon rate before forcing a new session to start.
  • String Literal: ora_dc_video_beacon_rate
  • Default Value: "60"
  • Acceptable Values: integer as a string — (any valid positive integer value less than 65000)

VIDEO_BIN

  • Description: Controls the bin before forcing a new session to start.
  • String Literal: ora_dc_video_beacon_rate
  • Default Value: "15"
  • Acceptable Values: integer as a string — (any valid positive integer value less than 65000)

VIDEO_ERROR_AUTO_ENABLED

  • Description: Controls whether or not video error events will be logged automatically.
  • String Literal: ora_dc_video_error_auto_enabled
  • Default Value: false
  • Acceptable Values: boolean as a string — true or false