Set Up a Display Placement

How to set up the right entities and flow to monetize display

In this document we will go over the process required to create a display placement, what changes and updates were made to the ad-server UI and what to expect on the client side according to setup.

Summary of actions required:

  1. Enable the display service in your account if not already enabled. (Ask your CSM).

  2. Create a display ad-source (select creative type = display).

  3. Create display or multiformat channel (select creative type = display or multiformat).

    1. If publisher/partner connection is needed - Continue as usual.
      *In multiformat channels, the publisher/partner connection should have the correct create type.

  4. Create display placement in studio.

  5. Associate to network or publisher channel.

  6. Generate display placement code in studio and implement on page.


Step by step guide and additional information:

  1. Ad-source list page: Use the “Creative Type” filter to see all your display ad sources.

    image-20240408-130223.png
  2. Ad-source Display Setup

    1. Create a new ad-source.

    2. Select “Creative Type” = Display.

    3. Use the new field “Creative Type” in the ad-source “Basic Info” tab, select “Display”.
      Note: Not all providers currently support display, if you can’t see the “display” option under a certain provider, it’s due to lack of support, notify the team you would like to add display prebid adapter support for that provider.

    4. Select source type:

      1. Google - More information here.

      2. Prebid.

      3. Custom / Tag - Few important notes about this source type:

        1. Any custom script can be added here, the “Gross CPM” will not be dynamic, similar to vast.

        2. Creative size field - It is mandatory to select the size of the creative (script/image).

        3. Important note - Unlike in vast, the display ad-manager (the display equivalent to the video player), will not know when there is an actual response, and this type of ad-source will be rendered whenever it has a won the auction over it’s competition (other ad-sources), it’s important to only set images/scripts that always provide an impression, otherwise the ad source will be prone to discrepancies.

      4. Partner connection.

    5. All features are enabled similarly to video, capping, flight, targeting, etc, with some changes due to differences between video and display.

    6. Some optimization features might not work as they are being adjusted for display.

  3. Channel Display Setup:

    1. Create a new channel - Select “Display” or “Multiformat” in the dropdown.

    2. Select ad-sources in the display or waterfall tab (only display ad-sources will be shown in the dropdown/bulk add window).

      1. Select Google ad sources in the Google ad units section - More information here.

    3. All features are enabled similarly to video channels with few differences::

      1. IVT - Not currently supported for display.

      2. Player Settings - Changed to “Display Settings” - Will not show video specific settings.

      3. All other settings (e.g pricing rules, configuration, connections) should work same as in video.

  4. Publisher/Partner Connections:

    1. In Display channels - the connection’s creative type will be predefined as “Display”.

    2. In Multiformat channels - Choose “Display” as the creative type.

    3. Publisher connections:

      1. All other settings are the same as in video.

    4. Partner connections:

      1. Partner list will only show partners that have the “Display Service” enabled - If you can’t find a partner, make sure they have the display service enabled.

        1. You can also see which partners have it by clicking on a partner in the “Partners” page:

      2. All other settings are the same.

  5. Studio / Display Placement (New entity, the equivalent to a Video Player).

    1. Create a new display placement - Setup:

      1. Set up the usual placement setup (similar to player) - Info (name, description, ref1, publisher, etc), placement settings (gpid, position identifier, etc).

      2. Placement Dimensions (Specific to display):

        1. Placement size - This field will define the size of the placement div container, dropdown will allow one selection out of list of default sizes.

        2. Creative dimensions - This field will define the creative dimensions that the display placement will be allowed to request, they must be equal or smaller than placement size.

          1. “Add eligible sizes” button will automatically add all smaller sizes than the placement size to the “Creative Dimensions” but it doesn’t necessarily means the customer will want to call all these sizes).

        3. Refresh Interval:

          1. This will determine the amount of time (seconds) between each rendering of a new display ad (impression), options are 30, 60, 90 and None.

          2. Aniview display placement will refresh only if these conditions are met:

            1. Tab is viewable.

            2. Ad was viewable for the minimum X viewability (changeable in config).

            3. At refresh Interval seconds have passed since last ad was rendered.

    2. Preview - Similarly to video, use the preview option to review the display placement before you generate it.

    3. Generate - You can generate short (recommended) and full code, similar to video.

      1. It’s recommended that the user will set a minimum width and height on the targeted div to avoid CLS (cumulative layout shift) that will create bad UX and cause element shifting on the page while they load.