FRAMES | NO FRAMES
UnderstandingTargetCustomersParameters Type

Parameters of UnderstandingTargetCustomers task.

Availability: Business Analyst Server.

class UnderstandingTargetCustomersParameters : StandardReportParameters

Property Description
BaseProfile Base segmentation profile. Type ProfileData.
CustomerDescription (optional) Description or alias for the term customer. For example, this could be "patients", "subscribers", "customers", and so forth. Type String.
IndexThreshold Index threshold. Type Double.
MRIGroups Array of MRI groups to produce report by. Use the GetMRIGroups lookup operation to query available MRI groups. Type String[].
PercentThreshold Percent composition threshold. Type Double.
TargetProfile Target segmentation profile. Type ProfileData.
StandardReportOptions Report parameters. The TemplateName parameter is ignored. Type ReportOptions. Available with Business Analyst Server 9.3.1. Inherited from StandardReportParameters.
ActiveDatasetID ID of the active dataset. Type String. Inherited from AnalysisParameters.
IsFullErrorMessage Mode for composing error messages. Type Boolean. Inherited from AnalysisParameters.
OutputSpatialReference An option specifying the spatial reference to return the output feature layer in. Type SpatialReference. If this parameter is missing, the output record set will be returned in the default spatial reference. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
ReturnGeometry An option specifying the presence of the shape attribute in the returned record set. Type Boolean. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
Default: true.

Remarks

Two tapestry segmentation profiles should be specified—the base profile (BaseProfile property) is used for calculation the index and the target profile (TargetProfile property) is used for calculation the percent composition for each Tapestry segment.

The IndexThreshold and PercentThreshold properties specify the Index and Percent Composition thresholds used for selection the Core and Developmental segments. In most cases, the Index axis should be set to a value of at least 100. The Percent Composition axis should be set so you have at least three segments in the Core category. Often there will be a natural break in the percent composition values.

The MRIGroups property specifies MRI groups to create the report for.

See Also