Skip to main content
WM Territory Data File

Describes the format of territory data files for the provisioning and maintenance of user locations.

Updated over 2 years ago

General Format

A description of the csv file format can be found in the accompanying article.

A territory describes a user location (eg branch or office). At this time, only US-based locations are accepted.

Column Descriptions

Column Name

Required?

Type (max length)

Unique?

territory_id

Yes

string (255 characters)

yes*

name

Yes

string (255 characters)

yes*

postal_code

Yes

string (10 characters)
USPS postal code in either 5 digit or Zip+4 format.

no

Notes

  1. territory_id: A unique identifier of the location (eg branch or office). Some clients use their branch number. The territory_id is not displayed within the 4U Platform. Two territories may not have the same id.

  2. name: A unique name for the territory as you would like it to appear within the system. Some clients have made this a combination of the branch number and location. For example, "999 - Walnut Creek, CA". The territory name is what your Field users will see as their location for contact matching and IC and WM Home Office users see as locations in the analytics reporting. Two territories may not have the same name.

  3. * Uniqueness: Although defining locations at the branch or office level is the most common and generally recommended approach, it is possible to define locations that span larger geographical regions comprising multiple postal codes. In these cases, we support specifying multiple postal codes by repeating the unique territory_id and name line multiple times (one per postal code). See Sample File below:

Sample File

Locations with one postal code

territory_id,name,postal_code
3,"3 - Yeadon, PA",19050-3343
7,"7 - Walnut Creek, CA",94598

Locations spanning multiple postal codes

One line per postal code with all records for a given territory_id appearing consecutively in the file. All records for a given territory_id appearing consecutively in the file is a requirement for correct processing.

Whenever possible, using more granular branch-level locations is recommended.

territory_id,name,postal_code
3,"Portland Metro, SE",97202
3,"Portland Metro, SE",97206
7,"7 - Walnut Creek, CA",94598

Please contact us at Support@4uplatform.com for additional assistance.

Did this answer your question?