Use * syntax for faster search

Newly created data fields (and changes to existing data fields) are only available for campaigns created after the data field was created or edited; the newly created or edited data field is not available for any campaigns that already exist.

Table of Contents



Start the Data Field Creation Process

All data fields begin in the same way, by opening the Manage Data Fields and Templates page for the desired entity and starting the data field creation process from there.

To start the data field creation process, do the following:

  1. Navigate to the Administration > Data Fields and Templates page.

  2. Expand the schema table as necessary in order to reach the entity that the data field will be created for.

  3. For the desired entity row, click the value in the Schema column to open its Manage Data Fields and Templates page.

  4. By default, the Manage Data Fields and Templates page opens on the Data Fields tab. On the Data Fields tab, click the Create Data field button

  5. On the Create Your Custom Field or Formula page, enter the following information:
    Field NameDescription
    NameEnter the name of the data field. 
    Reference CodeEnter the reference code of the data field.
    Schema Level

    Select the schema level of the data field, which defines what type of objects the data field can be applied to and where the data field can appear.

    The possible values are:

    • Order: The data field contains information that applies to all Cost Lines in an order. For example, vendor selections, buyer- or seller-related information, currency, and so on.

    • Cost Line: The data field contains cost- or finance-related information for a line item.

    • Media Line: The data field contains information about the media being run or the units being bought.

    • Ad Unit: The data field contain format and ad-specific information.

    • Ad Placement: The data field contains technology assignment details that are used in the Ad Server grid. This type of data field can only be added to External Integrations templates.

    (Optional)

    Required

    (Optional) Select whether or not the data field is required.

    If a data field is required, it must be filled out before the next step of the campaign management workflow can proceed. For example, if a required data field is added to the Schedule grid, a Cost Line cannot be committed if it does not have a value for that data field.

    Field Type

    Select the type of the data field:

    • Calculated Formula
    • Concatenated Formula
    • Currency
    • Date
    • Number
    • Percentage
    • Picklist
    • Text
    • Conversion Rate

    Depending on the selected field type, follow one of the options below to continue:


Create a Calculated Formula Data Field

To create a calculated formula data field, do the following:

  1. Start the data field creation process (see above).

  2. For Field Type, select Calculated Formula.

  3. Define the calculated formula:
    Field NameAction
    Select a Field

    Add a field to the calculated formula builder:

    1. Click the downward-facing triangle icon (▾) to open the dropdown list of available fields. The list of available fields depends on the value of the Schema Level field (Order, Cost Line, Media Line, or Ad Unit), because some fields are only available at certain schema levels. 

    2. Click on the name of a field to select it. 

    3. Click the Add Field Button to add the selected field. Only one field can be added at a time.
    Calculator Interface

    Use the added field(s) and the calculator interface to define the desired formula.

    Fields in the formula builder cannot be moved (by dragging and dropping the field), but they can be deleted and re-added after moving the cursor to a new position in the formula builder.

    Formula Output Configuration

    Select a display format for the formula:

    • Money
    • Number
    • Percentage
    Decimal PlacesSelect the number of decimal places that are displayed, from 0 to 16.


  4. Click Finish to create the data field as a draft and to return to the Manage Data Fields and Templates page.

  5. The new data field is created as a draft in the Data Fields grid, and must be saved before it can be used or kept. Any changes to the Data Fields grid that are not saved are lost when navigating away from the Data Fields tab.

    Save the draft data field by clicking Save.



Create a Concatenated Formula Data Field

To create a concatenated formula data field, do the following:

  1. Start the data field creation process (see above).

  2. For Field Type, select Concatenated Formula.

  3. Define the concatenated formula:
    Field NameAction
    Select Fields for Your Formula > Add a field

    Add a field to the concatenated formula builder:

    1. Click Add a Field to open the dropdown list of available fields. The list of available fields depends on the value of the Schema Level field (Order, Cost Line, Media Line, or Ad Unit), because some fields are only available at certain schema levels. 

    2. Click on the name of a field to select it. 

    3. Click anywhere outside the dropdown list to add the selected field. Only one field can be added at a time.

    Optional

    Position

    Change the order of the concatenated formula fields by doing one of the following:

    • Drag and drop a field into the desired order

    • Select a field and use the up (↑) and down (↓) arrows above the formula builder to re-order the field

    Optional

    Use Shortcode

    Select Use Shortcode to use the pre-defined short code of the field (if any) in the concatenation formula, instead of the full name of the field. 

    Select a Delimiter

    Select the character or symbol to separate the different fields in the concatenation formula.

    Optional

    Empty Value Code

    Enter a default string (like "N/A") that is used when a field in the concatenation formula is empty.

    Only applies if one or more data fields have been added to the formula builder

    Select Date Format

     

    Select how any date fields will be displayed.

    For more information, see Concatenated Formula Date Format Options.

    Optional

    Manual Entry

     

    Choose whether or not users can manually edit values created by the concatenated formula.

    • If Manual Entry is enabled, users can manually edit values created by the concatenated formula.

    • If Manual Entry is not enabled, users cannot manually edit values created by the concatenated formula.


  4. Click Finish to create the data field as a draft and to return to the Manage Data Fields and Templates page.

  5. The new data field is created as a draft in the Data Fields grid, and must be saved before it can be used or kept. Any changes to the Data Fields grid that are not saved are lost when navigating away from the Data Fields tab.

    Save the draft data field by clicking Save.

Concatenated Formula Date Format Options

The following table is a list of the available date format options:

Option

  • dd: Two-digit day of the month
  • MM: Two-digit month
  • MMM: Three-letter abbreviation of the month
  • yy: Two-digit year
  • yyyy: Four-digit year

Example

If the date is August 31, 2024

dd-MM-yy

31-08-24

dd-MM-yyyy

31-08-2024

dd-MMM-yy

31-Aug-24

MM-dd-yy

08-31-24

MM-dd-yyyy

08-31-2024

yy-MM-dd

24-08-31

yyyy-MM-dd

2024-08-31

yyyy-MMM-dd

2024-Aug-31

yyyy-MM

2024-08

yy-MM

24-08
yy24
yyyy2024



Create a Picklist Data Field

To create a picklist data field, do the following:

  1. Start the data field creation process (see above).

  2. For Field Type, select Picklist.

  3. Define the dropdown list, either through a CSV import or manually:
    OptionAction
    Define the dropdown options through a CSV import

    To define dropdown options through a CSV import:

    1. Create a CSV or Excel file that lists the values as rows in the same column (for example, column A). If short codes are included, the short codes should be in a separate column (for example, column B). Do not include a header row.

    2. Click the Import .CSV button.

    3. Select the desired file.
    Define the dropdown options manually

    To define dropdown options manually:

    1. In the dropdown builder, click Add a record.

    2. For Value, enter the desired value.

    3. Optional: For Shortcode, enter a short code for the value.

    Optional

    Postion

    Change the order of the dropdown options by doing one of the following:

    • Drag and drop a field into the desired order

    • Select a field and use the up (↑) and down (↓) arrows above the dropdown builder to re-order the field


  4. Customize the dropdown list settings:
    Setting NameAction
    Multi-select

    Choose whether or not users can select more than one dropdown option:

    • If Multi-select is enabled, users can select more than one option from the dropdown list.

    • If Multi-select is not enabled, users can only select one option from the dropdown list.

    Free-Form Text

    Choose whether or not the dropdown list includes a free-form text option:

    • If Free-Form Text is enabled, users can enter a custom string instead of selecting an option from the dropdown list.

    • If Free-Form Text is not enabled, users can only select option(s) from the dropdown list.

    Only applies if the Schema Level is not Ad Placement

    Auto-generate Adserver Placements

    Choose whether or not the data field creates new Ad Placement lines, when selected on the media schedule.

    • If Auto-generate Adserver Placements is enabled; Multi-select is enabled; and the data field is added to a schedule template: if multiple options in the dropdown list are selected when creating a Schedule grid line and the Schedule grid line has an assigned Ad Server provider, when the line is committed, each selected dropdown value automatically generates a unique Ad Placement line.

    • If Auto-generate Adserver Placements is not enabled, Ad Placement lines are not generated based on the dropdown list.


  5. Click Finish to create the data field as a draft and to return to the Manage Data Fields and Templates page.

  6. The new data field is created as a draft in the Data Fields grid, and must be saved before it can be used or kept. Any changes to the Data Fields grid that are not saved are lost when navigating away from the Data Fields tab.

    Save the draft data field by clicking Save.


Create a Currency, Date, Number, Percentage, or Text Data Field

To create a currency, date, number, percentage, or text data field, do the following:

  1. Start the data field creation process (see above).

  2. For Field Type, select Currency, Date, Number, or Percentage.

  3. Depending on the selected data field type, add any additional required information:
    Data Field TypeAction
    Currency

    For Decimal Places, select the number of decimal places that are displayed, from Currency Defined to 16.

    Currency Defined means that the number of decimal places is 0 to 3, depending on ISO standards.

    DateNo additional action required.
    Number

    For Decimal Places, select the number of decimal places that are displayed, from 0 to 16.

    PercentageFor Decimal Places, select the number of decimal places that are displayed, from 0 to 16.
    Text

    For Character Limit, enter the character limit of the text field.

    The minimum character limit is 1, and the maximum character limit is 2,500.



  4. Click Finish to create the data field as a draft and to return to the Manage Data Fields and Templates page.

  5. The new data field is created as a draft in the Data Fields grid, and must be saved before it can be used or kept. Any changes to the Data Fields grid that are not saved are lost when navigating away from the Data Fields tab.

    Save the draft data field by clicking Save.


Create a Conversion Rate Data Field

To create a conversion rate data field, do the following:

  1. Start the data field creation process (see above), making sure that Schema Level is Media Line.

  2. For Field Type, select Conversion Rate.

  3. Define the conversion rate:
    Field NameAction
    Unit Type FromSelect the unit type to convert from.
    Unit Type ToSelect the unit type to convert to.


  4. Click Finish to create the data field as a draft and to return to the Manage Data Fields and Templates page.

  5. The new data field is created as a draft in the Data Fields grid, and must be saved before it can be used or kept. Any changes to the Data Fields grid that are not saved are lost when navigating away from the Data Fields tab.

    Save the draft data field by clicking Save.

  • No labels
Provide feedback on this article