Overview
You can add custom fields in order to tailor MediaPlanHQ to your needs.
For example, to capture additional information about a media insertion.
Configuration Parameters
MediaPlanHQ supports multiple custom field types and their corresponding configurations as shown in the list below:
Text field
A free text e.g.: zip code, structured numbers, etc.
- Name: A mandatory unique text up-to 50 characters that uniquely identifies the field.
- Size: The maximum size of the text. (short text on a single line up-to 50 characters -or- long text on multiple lines up-to 500 characters)
- Text validation Regex: An optional regular expression pattern that validates the text. See http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html for more details on how to build a regex. (You can also contact the support center at support@mediaplanhq.com)
- Text Format: A optional user friendly text that explains the format of the text. This text will appear in light grey underneath the field.
List field
A list of managed options e.g.: status, client list, employee list, etc.
- Name: A mandatory unique text up-to 50 characters that uniquely identifies the field.
- Allow other values: An optional flag that indicates whether user are allowed to add options.
- Options: A mandatory list of options. Options are automatically sorted in alphabetical order when you save. Options are internationalized and must have a name for each supported languages of your account.
Date field
A date e.g.: on-sale date, due date, etc.
- Name: A unique text up-to 50 characters that uniquely identifies the field.
- Date validation: An optional date pattern that validates the date. See http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html for more details on how to build a . (You can also contact the support center at support@mediaplanhq.com)
- Date Format: A user friendly text that explains the format of the date. This text will appear in light grey underneath the field.
Number field
A number e.g.: quantity, cost, reach, etc.
- Name: A unique text up-to 50 characters that uniquely identifies the field.
- Represents money: An optional flag that indicates if the number represents money or not.
Adding a Custom Field
To add a new custom field:
- Log in as an Account Administrator
- Select Administration > Fields
- Click the appropriate Create button (e.g. Create text, Create List, or Create Date)
- Configure the parameters (see table above for details)
- Click the Save button
Once you have added a new custom field, you can associate it to modules and media plans:
Comments
0 comments
Article is closed for comments.