Interact | partitions | <partitionName> | services | strategicSegments
source
- Description
- The source of the strategic segments. The following options are
available for this configuration:
- None
- Campaign
- Segment Central
When you select None, the strategic segments feature is disabled. If you select Campaign or Segment Central, Interact runtime calls Campaign or Segment central to get the eligible segments for the given audience during
startSessionAPI call. - Default value
- None
- Valid values
- None | Campaign | Segment Central
ServiceURL
- Description
- The Campaign service URL, such as any of the following.
- Default value
- http://localhost:7001/Campaign
corePoolSize
- Description
- The number of threads to keep in the pool, even if they are idle, for getting the Campaign segments.
- Default value
- 5
maxPoolSize
- Description
- The maximum number of threads to keep in the pool for scheduled threads for getting the Campaign segments.
- Default value
- 5
keepAliveTimeSecs
- Description
- When the number of threads is greater than the core, this is the maximum time that excess idle threads wait for new tasks before terminating to get the Campaign Segments.
- Default value
- 5
queueCapacity
- Description
- The size of the queue used by the thread pool for getting the Campaign segments.
- Default value
- 1000
readTimeoutInMilliseconds
- Description
- By default, the Campaign Service call is asynchronous. If
UACIWaitForSegmentationparameter withtruevalue is passed through API call, then this API call is synchronously called and it waits for the duration specified by this parameter. - Default value
- 50