Arguments Used by the SDK

Arguments Used by the Oracle CX Core SDK Names, descriptions and string length limits for all arguments used by the Oracle CX Core SDK. Each event method contains code to validate arguments that are passed in. The validation code checks the string content against the formal requirements for each argument type, as well as validating the string length. All the arguments described in this topic can contain alphanumeric characters (letters, numbers, punctuation marks, mathematical and other conventional symbols). If you set a Oracle CX Core SDK query parameter using the customData argument, Oracle CX Core SDK also validates against the parameter's format requirements.

Note: Character limits for strings are as follows: *Values passed (including content descriptions, path, content group names or any custom data): 512 *Custom data name: 64 *Total request length: 4096

  • eventPath: Specifies the hierarchical representation of an application view at the time of the event. For example, this parameter can specify an application path.
  • eventDescr: Specifies the representation of an application view at the time of the event. For example, this parameter can specify the name of a screen.
  • eventType: Specifies the type of event that occurred, such as a view or click.
  • eventDl: Specifies the Dl of event that occurred.
  • eventSys: Specifies the sys of event that occurred.
  • customData (optional): Specifies a series of custom name-value parameters used to pass data that is not included in the method.