Table 7. Options specified within the segmentationOptions element
|
|
|
countOverride |
- All
- Default (default)
- None
|
The countOverride value must be set to "All" to execute getCounts SOAP method. "All" specifies that count numbers are calculated for all criteria blocks. Otherwise executing getCounts results in an error. |
removeCacheHits |
|
Usually cache entries are refreshed with the latest information when cache entries are expired or do not exist. Set removeCacheHits to true for getCounts to ensure that you query against the most current data. This is achieved by removing all existing cache entries that contain count information for the target segment or segment tree and repopulating the cache with new count number entries calculated by getCounts. |
samplingFactor |
|
The getCounts calculates the count number of criteria blocks against a subset of the data determined by the samplingFactor value. The default value of 100 determines that the count number is calculated against the entire data set. Set the samplingFactor to indicate the size of the data set for calculating counts. |
Prompts |
Possible values are 0 to unbounded. |
Prompts do not have any namevaluepair element by default when not specified in segmentationOptions or when segmentationOptions is not specified. Values sent through prompts for corresponding prompted columns in segments and segment trees are used to filter data when generating counts. If columns in segment are prompted and corresponding values are not sent, no filter criteria are applied. |
govRules |
Possible values are 0 to unbounded. |
govRules do not have any namevaluepair element by default when not specified in segmentationOptions or when segmentationOptions is not specified. Values sent through govRules namvaluepairs enforce corresponding contact planning rules for the segment. |