Content Group Plugin

Add content groups by parsing the URL string for the page.

Plugin options

The plugin is loaded with the following properties available to be set via the configuration object:

Parameters Description Data Type Default Value

Enable

Enable or disable the plugin Boolean false

cgDefs

Defined the content group behaviors String ['wt.cg_n', 'wt.cg_s', 'wt.cg_s#']

blockCollect

This option forces the Oracle CX Tag to wait until the plugin loads before data collection can begin. Boolean true

This option sets the position-sensitive parameters that will be used for the content groups in linear order. For example, with the following URL, the # character is a special meta character. The # will be replaced with the position in the URL.

//www.oracle.com/main/documents/infinity/howto.html wt.cg_n = main wt.cg_s = documents wt.cg_s2 = infinity

Learn more

Infinity Module Plugins