Versions Compared

Key

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

...

  1. Ad-source Display Setup

    1. Create a new ad-source.

    2. Select “Creative Type” = Display.

    3. Select a provider from the dropdown list.

    4. Possible ad source types:

      1. Prebid - Look for the SSP’s name.

        1. Select the provider and fill in the prebid required id values at the bottom of the page.

      2. Google - See more information here.

      3. Direct demand - use the “Custom” provider.

        1. Add your script or image tag to the URL field at the bottom of the page.
          You can host your image on Aniview, contact your CSM. Example for simply image:

          Code Block
          <img src="https://www.example.com/yourBanner.jpg"></img>
        2. Set a clickthrough URL if needed.

        3. Select the size of the creative on the “Creative Size” field.

      4. Partner connections (Display) may also be shared with you.

      5. If you can’t find the required prebid provider, contact your CSM.
        *Amazon, RTB and Prebid-Server demand for display will be added soon.

    5. All other settings are similar to video and can be found here: Ad Sources

  2. Channel Display Setup:

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

    2. Select Google ad sources in the “Google Ad Units” section - More information here.

    3. Select prebid/other ad-sources in the display setup tab.

    4. Important Note: Currently Google demand may only work in combination with prebid.
      Direct demand can not work with Google demand (it may work with prebid).

  3. Publisher/Partner Connections:

    1. When creating a publisher or partner connection, choose “Display” in the creative type field.

    2. For connection behavior In Multiformat channels - See more info here.

    3. 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 as video, more information can be found here.

  4. List pages: Change the “Creative Type” filter to see all your display entities.

    image-20240408-130223.png
  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.

...