ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Game Plan Chart

  • Summary
  • Illustration
  • Usage
  • Syntax
  • Code Sample
  • Environments
  • Licensing Information

Summary

Divides segments into four quadrants based on percent composition and index. Use this chart to identify core, developmental, and niche target groups.

Learn more about Game Plan Chart (Business Analyst) works

Illustration

Game Plan Chart

Usage

  • To best determine what your Index and Percent Composition axes values should be, you should analyze the output from the Customer Tapestry Profile Report.

  • 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 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.

  • If you are unclear about what to use as the base profile, you can use the whole United States.

  • The segmentation layer should be set to the block group level for this map.

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

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

  • You can drag and drop the chart axes to adjust Index and Percent Composition axes values.

Syntax

GamePlanChart_ba (BaseProfileParameterName, TargetProfileParameterName, IndexThreshold, PenetrationThreshold, TargetGroup, TitleParameterName, OutputDirectoryParameterName, {ReportFormats})
ParameterExplanationData Type
BaseProfileParameterName

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
TargetProfileParameterName

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
IndexThreshold

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

Double
PenetrationThreshold

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

Double
TargetGroup

The Tapestry Segmentation target group that contains the segments to be used in the Game Plan Chart.

String
TitleParameterName

Title for the report.

String
OutputDirectoryParameterName

The output directory that will contain the report.

Folder
ReportFormats
(Optional)

Select the desired report output format

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

Code Sample

GamePlanChart Example (Stand-alone Script)
# Name: GamePlanChart.py
# Description: Creates a game plan chart for a profile of customers in San Francisco.
# Author: Esri

# Import system modules
import arcview
import arcpy

arcpy.ImportToolbox("C:\Program Files (x86)\ArcGIS\Desktop10.3\ArcToolbox\Toolboxes\Business Analyst Tools.tbx")
 
try:
# Acquire extension license 
  arcpy.CheckOutExtension("Business") 
 
# Define input and output parameters for the Game Plan Chart tool
  BaseSeg = "San Francisco Area Profile" 
  TargetSeg = "Profile_0" 
  OutPath = "C:/temp/Output_Segmentation"
 
# Create Game Plan Chart
  arcpy.GamePlanChart_ba(BaseSeg, TargetSeg, "Game_Plan_Map", OutPath)
 
# Release extension license
  arcpy.CheckInExtension("Business") 
 
except:
  print arcpy.GetMessages(2)

Environments

This tool does not use any geoprocessing environments

Licensing Information

  • ArcGIS for Desktop Basic: Requires Business Analyst
  • ArcGIS for Desktop Standard: Requires Business Analyst
  • ArcGIS for Desktop Advanced: Requires Business Analyst

Related Topics

  • An overview of the Segmentation Analysis toolset
Feedback on this topic?

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

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

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal