Interact | profile | Audience Levels | [AudienceLevelName] | Attributes Logging

In release 12.1.4, a playback data purging batch is introduced, which executes once a day, to delete playback API logging information. The configurations for playback purging batch are as follows:

DataRetentionInDays
The number of days to retain data post which the data will be purged or removed.
Example: 100
purgeBatchExecutionHour
The time (in hour) at which you want the syatem to purge the data. If you want to purge the data at 11:30 pm, type 23.
Example: 23
purgeBatchExecutionMinute
The time (in minutes) at which you want the syatem to purge the data. If you want to purge the data at 11:30 pm, type 30.
Example: 30

Child nodes of the Attributes Logging category

The Attributes Logging category has the following child nodes:
Node Path
startSession Interact | profile | Audience Levels | [AudienceLevelName] | Attributes Logging | startSession
setAudience Interact | profile | Audience Levels | [AudienceLevelName] | Attributes Logging | setAudience
getOffers Interact | profile | Audience Levels | [AudienceLevelName] | Attributes Logging | getOffers
getOffersForMultipleInteractionPoints Interact | profile | Audience Levels | [AudienceLevelName] | Attributes Logging | getOffersForMultipleInteractionPoints
postEvent Interact | profile | Audience Levels | [AudienceLevelName] | Attributes Logging | postEvent
getProfile Interact | profile | Audience Levels | [AudienceLevelName] | Attributes Logging | getProfile

Each node has the same parameters. Use these configuration properties to define the logging level of attributes for each Interact API. You can configure logging levels for profile attributes, session attributes, and event patterns. The parameters and their description are as follows:

Parameter name Description
logProfileAttributes
  • If set to None, Unica Interact does not log any profile attributes for the subjected Audience Level and API.
  • If set to All, Unica Interact saves all profile attributes to the requestAttrLogTable for the subjected Audience Level and API.
  • If set to Inclusive, Unica Interact saves the profile attributes mentioned in the includeExcludeProfileAttributes configuration.
  • If set to Exclusive, Unica Interact saves all other profile attributes except the ones mentioned in the includeExcludeProfileAttributes configuration.

Default value: None

Valid values: None | All | Inclusive | Exclusive

includeExcludeProfileAttributes

This configuration is applicable only if logProfileAttributes is set to Inclusive or Exclusive. If required, provide multiple profile attribute names separated by pipe (|) that must be Included or Excluded from getting logged into the requestAttrLogTable table.

Default value: Pipe (|) separated profile attribute names.

logSessionParameters

If set to True, Unica Interact saves the session parameters to the requestAttrLogTable for the subjected Audience Level and API.

Default value: False

Valid values: True | False

logEventPatternStatus

If set to True, Unica Interact saves the event pattern status to the requestAttrLogTable for the subjected Audience Level and API.

Default value: False

Valid values: True | False