FRAMES | NO FRAMES
CustomerProfilingParameters Type

Parameters of CustomerProfiling task.

Availability: Business Analyst Server.

class CustomerProfilingParameters : AnalysisParameters

Property Description
AnalysisExtent (optional) Data extent to restrict the analysis. Type ExtentData.
Customers The customer layer used to get Customer Profile. Type PointLayer.
DataLayerID ID of a geography layer to get demography. Type String.
ProfileType (optional) Type of profiling the bounds of demography variables. Type esriCustomerProfilingFillingType.
Summarizations Array of demography field names to profile customers. Type String[].
Variance (optional) A variance value in percents. Type Double.
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. 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

The analysis can be restricted to an analysis extent if the AnalysisExtent property is specified.

The ProfileType property specifies the bounds of ranges of demography variables that will be profiled for your customers: floor bounds, ceiling bounds, or both bounds. By default, both bounds are calculated. The Variance specifies how wide the range will be. By default, the variance is zero. The floor and ceiling values for a demography variable are calculated by the formulas

floor = average * (1 – Variance/100),     ceiling = average * (1 + Variance/100).

Here average is an average value of a demography variable calculated.

See Also