Omniture on Page
The Omniture s_code config version of the plugin allows you to connect the Omniture plugin to your existing s_code.js configuration for easy integration of video analytics into an Omniture site. For full implementation guide see Omniture Plugin Setup and Information Guide in the Knowledge Center.
Studio Parameter name | Parameter description | Sample Value | Required |
---|---|---|---|
Code url | The URL to the Omniture generated sCode file that must be set in the uiConf (not via flashvars). This parameter is required for the plugin to work. | adobe_sample_s_code.js | Yes |
Entry code name | The name of the s_code entry point in the global window scope. ("s" by default ). | s | Yes |
Monitor event tracking interval | Set to an interval (in seconds) for tracking the Omniture 'monitor' event. | 10 | Yes |
Omniture events function name | A global callback function for logging Omniture events. | omnitureTrackingLog | no |
Media name concatenation rules | A per partner key for special media name concatenation rules. By default this parameter should be left null. | no | |
Kaltura player events | A comma separated list of Kaltura player events you want to track. | "openFullScreen,closeFullScreen" | no |
Omniture variables and properties | A comma separated list of Omniture evars and props, you wish to pass along with every media event. | "eVar51,prop44" | no |
Kaltura values | A comma separated list of Kaltura values, you want to pass along with every media event. Values will correspond to the evars and props comma separated map defined in the "Omniture variables and properties" field. | "{mediaProxy.entry.creatorId},{mediaProxy.entry.createdAt}" | no |