ArcGIS Desktop

  • Documentación
  • Soporte

  • My Profile
  • Ayuda
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plataforma de representación cartográfica para tu organización

ArcGIS Desktop

Un completo SIG profesional

ArcGIS Enterprise

SIG en tu empresa

ArcGIS for Developers

Herramientas para crear aplicaciones basadas en la ubicación

ArcGIS Solutions

Plantillas de aplicaciones y mapas gratuitas para tu sector

ArcGIS Marketplace

Obtén aplicaciones y datos para tu organización.

  • Documentación
  • Soporte
Esri
  • Iniciar sesión
user
  • Mi perfil
  • Cerrar sesión

ArcMap

  • Inicio
  • Introducción
  • Cartografiar
  • Analizar
  • Administrar datos
  • Herramientas
  • Extensiones

Understanding Market Report

Disponible con licencia de Business Analyst.

  • Resumen
  • Uso
  • Sintaxis
  • Muestra de código
  • Entornos
  • Información sobre licencias

Resumen

Compares the Tapestry profile of your Core and Developmental customers to the Tapestry profile of a syndicated survey.

Uso

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

  • To best 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 Segmentation 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 Base Segmentation Profile can be generated using total adult population or total households.

Sintaxis

UnderstandingMarketReport_ba (CustomerAlias, SSAdditionalGroup, {SSSortSegments}, {SSSortField}, {SSSortWay}, BaseProfile, TargetProfile, {TitleParameterName}, OutputDirectoryParameterName, {ReportFormats})
ParámetroExplicaciónTipo de datos
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
SSSortSegments
(Opcional)

Select to enable sorting in your segmentation report.

  • TRUE —Will allow report sorting
  • FALSE —Will not allow report sort. This is the default.
Boolean
SSSortField
(Opcional)

Select the method to sort the segmentation report.

  • Expected number of Households/Adults —Sorts the report based on the number of housesholds/adults per Tapestry Segment ID.
  • Index —Sorts the report based on the Index of each Tapestry Segment.
String
SSSortWay
(Opcional)

Select the method to sort the segmentation report.

  • Ascending —Sorts the report based on Tapestry Segments from lowest to highest segment ID.
  • Descending —Sorts the report based on Tapestry Segments from highest to lowest segment ID.
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
TitleParameterName
(Opcional)

Title for the report.

String
OutputDirectoryParameterName

The output directory that will contain the report.

Folder
ReportFormats
[ReportFormats,...]
(Opcional)

Select the desired report output format.

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

Muestra de código

UnderstandingMarketReport example (stand-alone script)

# Name: UnderstandingMarketReport.py
# Description: Generates a Segmentation Market Report.
# Author: Esri

# Import system modules
import arcview
import arcpy

arcpy.ImportToolbox(r"C:\Program Files (x86)\ArcGIS\Desktop10.6\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("customer", "Financial", BaseSeg, TargetSeg, OutPath)
 
# Release extension license 
  arcpy.CheckInExtension("Business") 
 
except:
 print arcpy.GetMessages(2)

Entornos

Esta herramienta no utiliza ningún entorno de geoprocesamiento.

Información sobre licencias

  • ArcGIS Desktop Basic: Requiere Business Analyst
  • ArcGIS Desktop Standard: Requiere Business Analyst
  • ArcGIS Desktop Advanced: Requiere Business Analyst

Temas relacionados

  • An overview of the Segmentation Analysis toolset

ArcGIS Desktop

  • Inicio
  • Documentación
  • Soporte

Plataforma ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

Acerca de Esri

  • Quiénes somos
  • Empleo
  • Blog interno
  • Conferencia de usuarios
  • Cumbre de desarrolladores
Esri
Díganos su opinión.
Copyright © 2018 Esri. | Privacidad | Legal