Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use Ad Price Connection ID Assignments in the Lightning Key Value UI. This feature allows you to associate connection IDs with ad prices, ensuring that only assigned connection IDs for specific types are displayed. This impacts the visibility of all targeting types. Additionally, a new feature setting, "allowedAdServersByCategory," is introduced to selectively hide specific types of connection IDs in the campaign builder and media configCampaign Builder and Media Configuration.

To create and set up Ad Price Connection ID Assignments, refer to this page 3.5.7 Create Ad Price Connection ID Assignments -> Blackfor Blacklisting/Whitelisting of Targeting Criteria and Key Values for Products.

...

For Xandr items you can select additional operators such as "less than," "less than or equal," "greater than," and "greater than or equal."

Note

Please note that if greater than, greater than or equal, less than, or less than or equal operators are selected, only a single value may be chosen.

Info

Administrators can customize default operators between groups for each ad server login, and this default logic will be applied in the Key Value/Audience Segment UI for both Xandr and Freewheel.

...

  • Click on the Edit button (2). This opens the tree view on the right. (If you choose key values (3) you can also add presets (4) 3.5.5.4 KeyValue Preset Wizard (Version 2.105 and up))

  • Navigate through the tree and select the key (5) and then the values (6) you like to add. (Select as many Key Value pairs as you need in that group. Remember those are combined with a logical AND (7)

  • Alternatively, you can Search (8) and get a dropdown list to select from.

...

  • To begin, navigate to the Administration Settings and look for the Media Configuration & Optimizer section.

  • Look for the setting labelled Enable New Key Values UI and proceed to activate it.

  • If you only want to see the active records, while still in Administration Settings, locate the setting called Filter for Active Records and enable it. This verification process ensures that only Connection IDs with a field Active = true (or checked) are displayed on the new key values UI when searching. Next, you need to access the media configuration page and click the edit button under the key values tab.

Change default operators

If you would like to define define different operators for your Xandr or FreeWheel targeting selection when opening it the first time then you can adjust or create the following feature setting:

  • Feature Setting Name: AdServerTargetingDefaultConnectors

  • Feature Name: MediaConfiguration

  • Value:

    Code Block
    [
       {
          "adserver":"APPNEXUS",
          "connector":"and"
       },
       {
          "adserver":"FREEWHEEL",
          "connector":"or"
       }
    ]
  • Description:

    • the values can be in either uppercase or lowercase

    • the connector defined here is the one that will be shown between groups. The one shown within groups will be inverted