ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • 帮助
  • Sign Out
ArcGIS Desktop

ArcGIS Online

专为贵组织打造的制图平台

ArcGIS Desktop

全面的专业性 GIS

ArcGIS Enterprise

面向企业的 GIS

ArcGIS Developers

用于构建位置感知应用程序的工具

ArcGIS Solutions

适用于行业的免费模板地图和应用程序

ArcGIS Marketplace

获取适用于组织的应用程序和数据

  • 文档
  • 支持
Esri
  • 登录
user
  • 我的个人资料
  • 登出

ArcMap

  • 主页
  • 入门
  • 地图
  • 分析
  • 管理数据
  • 工具
  • 扩展模块

MRI Segmentation Report

获得 Business Analyst 许可后可用。

  • 描述
  • 使用方法
  • 语法
  • 代码示例
  • 环境
  • 许可信息

描述

Creates a report to compare the tapestry profile of your core and developmental customers to the tapestry profile of a syndicated survey.

Learn more about how MRI Segmentation Report works

使用方法

  • To determine what your index and percent composition threshold values should be, you should analyze the output from the Customer Tapestry Profile Report.

  • In most cases, the index threshold should be set to a value of at least 100.

  • The percent composition threshold should be set so you have at least three segments in the core target group. Often, there will be a natural break in the percent composition values.

  • Usually the target profile is based on customer records.

  • The base segmentation profile can be generated using the Create Profile By Area Summation tool.

  • Customers in the target profile should be wholly contained within the base profile.

  • Because the Mediamark Research, Inc. (MRI), weighted index values are based on an MRI national profile, you should use a national base (the whole United States).

  • The segmentation base can be generated using total adult population or total households.

  • Total adult population includes individuals 18 years old or older.

语法

arcpy.ba.MRISegmentationReport(ReportTemplate, CustomerAlias, SSAdditionalGroup, BaseProfile, TargetProfile, SegmentMethod, OutputDirectoryParameterName, IndexThreshold, PenetrationThreshold, {TargetGroup}, {CoreTarget}, {DevelopmentalTarget}, {TitleParameterName}, {ReportFormats})
参数说明数据类型
ReportTemplate

Selects the type of report to generate.

  • Developing Marketing Strategies —The tables in this report provide indexes for the top 20 media reading-, watching-, and listening-related characteristics.
  • Understanding Your Target Customers —The tables in this report provide indexes for the top 20 leisure-, sports-, and travel-related characteristics.
String
CustomerAlias

Description or alias for the term customer. For example, this could be patients, subscribers, customers, and so forth.

String
SSAdditionalGroup
[SSAdditionalGroup,...]

Select from a list of licensed MRI variables to run versus your target profile. The report template is formatted for four MRI variables.

String
BaseProfile

The base profile used in the calculation of the index and percent penetration. This profile is usually based on the geographic extent of your customers.

Folder
TargetProfile

The target profile that will be compared to the base profile. Typically, this is based on your customers and is generated using the Segmentation Profile tools.

Folder
SegmentMethod

Select the method to determine how your segments will be assigned to the Core and Developmental categories.

  • Use Threshold Values —This option allows Business Analyst to define how your Core and Developmental segments are assigned based on the thresholds set here.
  • Use Target Group —This option allows you to predefine what segments are classified as either Core or Developmental. To use this option, you must first create custom target groups with these assignments.
String
OutputDirectoryParameterName

The output directory that will contain the report.

Folder
IndexThreshold

The value used to determine the threshold index of your analysis.

Double
PenetrationThreshold

The percentage of customers that meets or exceeds the percent composition threshold.

Double
TargetGroup
(可选)

Select from a list of predefined Target Groups that contain your Core and Developmental segments.

String
CoreTarget
(可选)

Core targets should be defined as the segments that make up a good percentage of your customer base and also index well. To use this option, you must first create custom target groups with these assignments.

String
DevelopmentalTarget
(可选)

Developmental targets should be defined as the segments that make up a good percentage of your customer base but don't index as well as your Core segments. To use this option, you must first create custom target groups with these assignments.

String
TitleParameterName
(可选)

Title for the report.

String
ReportFormats
[ReportFormats,...]
(可选)

Select the desired report output format.

  • Simple XML
  • PDF
  • HTML
  • CSV
  • ZIP
  • XLSX
  • Stripped XLSX
String

代码示例

MRISegmentationReport example (stand-alone script)

# Name: MRISegmentationReport.py
# Description: Evaluates the media preferences of customers in the San Francisco market.
# Author: Esri

# Import system modules
import arcview
import arcpy

arcpy.ImportToolbox(r"C:\Program Files (x86)\ArcGIS\Desktop10.8\Business Analyst\ArcToolbox\Toolboxes\Business Analyst Tools.tbx")
 
try:
# Acquire extension license 
  arcpy.CheckOutExtension("Business") 
 
# Define input and output parameters for the MRI Segmentation Report tool
  BaseSeg = "C:/temp/Profile/Profile.xml"
  TargetSeg = "C:/temp/Profile1/Profile.xml"
  OutPath = "C:/temp/Output_Segmentation"
 
# Create MRI Segmentation Report
  arcpy.MRISegmentationReport_ba("Developing Marketing Strategies", "customer", BaseSeg, TargetSeg, "110", "4", OutPath)
 
# Release extension license 
arcpy.CheckInExtension("Business")

环境

此工具不使用任何地理处理环境。

许可信息

  • Basic: 需要 Business Analyst
  • Standard: 需要 Business Analyst
  • Advanced: 需要 Business Analyst

相关主题

  • An overview of the Segmentation Analysis toolset

ArcGIS Desktop

  • 主页
  • 文档
  • 支持

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

关于 Esri

  • 关于我们
  • 招贤纳士
  • Esri 博客
  • 用户大会
  • 开发者峰会
Esri
分享您的想法。
Copyright © 2022 Esri. | 隐私政策 | 法律声明