サマリ
プロファイル セグメントのターゲット グループを作成します。
使用法
[プロファイル セグメンテーション レポート (Profile Segmentation Report)] の出力結果は、ターゲット グループの作成の際に、参考にすることができます。
高い割合を占め、高いインデックス値を持つ顧客セグメントが優良顧客になる傾向があります。Core ターゲットを作成する際は、これらのセグメントに注目します。
ターゲット グループを作成したら、これらのグループを [セグメンテーション占有率マップ (Segmentation Penetration Map)] ツールと組み合わせて使用できます。これらのマップでは、セグメントの占有率による主題別に分析範囲の標準区画レベルでマッピングできます。
構文
CreateTargetGroupFromList_ba (InputTargetGroupStringRepresentation, InputTargetGroupFolder, {InputTargetGroupComments})
パラメータ | 説明 | データ タイプ |
InputTargetGroupStringRepresentation | 各ターゲットのセグメントを一覧にして出力します。 | String |
InputTargetGroupFolder | 作成するターゲット グループの名前。 | String |
InputTargetGroupComments (オプション) | ターゲット グループに関するオプションのコメント。これらのコメントには、作者、ソース、日付、年代などの情報を含めることができます。 | String |
コードのサンプル
CreateTargetGroupFromList (リストからターゲット グループを作成) の例 (スタンドアロン スクリプト)
# Name: CreateTargetGroupFromList.py
# Description: Creates a target group of selected segments from a list.
# Author: Esri
# Import system modules
import arcview
import arcpy
arcpy.AddToolbox("C:\Program Files (x86)\ArcGIS\Desktop10.3\Business Analyst\ArcToolbox\Toolboxes\Business Analyst Tools.tbx")
try:
# Acquire extension license
arcpy.CheckOutExtension("Business")
# Define input and output parameters for the Create Target Group tool
Segments = "Core=7,8,9;"
# Create Target Group
arcpy.CreateTargetGroupFromList_ba(sSegments, "SampleTargetGroup")
# Release extension license
arcpy.CheckInExtension("Business")
except:
print arcpy.GetMessages(2)
環境
このツールはジオプロセシング環境を使用していません
ライセンス情報
- ArcGIS for Desktop Basic: 次のものが必要 Business Analyst
- ArcGIS for Desktop Standard: 次のものが必要 Business Analyst
- ArcGIS for Desktop Advanced: 次のものが必要 Business Analyst