LogoLogo
  • Prerequisites
  • Inventory Creation
  • Troubleshooting
  • Release notes
  • Ad Server Setup
    • Google Ad Manager
    • Equativ
    • Xandr
  • Ad Formats
    • Mobile
      • Thumbnail Ad
      • Header Ad
      • Footer Ad
      • In-Article Ad
    • Mobile & Desktop
      • Standard Banner Ad
    • Shared Configurations
  • Header bidding
    • Ogury Prebid.js Adapter
    • Amazon TAM integration
Powered by GitBook
On this page
  • Ad Tag Creation
  • Sizes supported
  • Parameter Configuration Details
  • format_sizes

Was this helpful?

  1. Ad Formats
  2. Mobile & Desktop

Standard Banner Ad

Direct Integration of the Standard Banner format into the publisher's web pages.

Last updated 1 month ago

Was this helpful?

Ad Tag Creation

For all the pages where you want to display an Ogury ad, copy one of the following snippets on the placement of your choice inside the page's body.

If you can't or don't want to create the tags by yourself, Ogury can provide a so called Ad Tag. This means that all configuration is done in the Ogury Interface and you don't need to worry about anything. A custom code would look like the tag below and you can use it like any other ad tag:

<script type="text/javascript" data-ccid="CC-SOME-ID" src="https://mwtw.presage.io/v1/tag.js"></script>

CC-SOME-ID corresponds to a unique custom code id that Ogury creates for you and will be automatically replaced for you when providing the Ad Tag

<script type='text/javascript'>
   window.top.OG_ad_units = window.top.OG_ad_units || [];
   window.top.OG_ad_units.push({
       ad_unit_id: '$OGURY_AD_UNIT',
       asset_key: '$OGURY_ASSET_KEY',
   });
</script>
<script type="text/javascript" src="https://mwtw.presage.io/v1/tag.js" async></script>

You need to replace $OGURY_AD_UNIT and $OGURY_ASSET_KEY by the values you received during the in the platform. are mandatory for the tag execution.

For more customisation options, please refer to the .

Sizes supported

The Standard Banner Ad on Mobile supports the following sizes:

  • 300x100

  • 300x250

  • 300x50

  • 300x600

  • 320x100

  • 320x480

  • 320x50

  • 336x280

The Standard Banner Ad on Desktop supports the following sizes:

  • 300x600

  • 300x250

  • 728x90

  • 970x250

  • 160x600

  • 640x360

  • 970x90

  • 336x280

Depending on your need you can accept all sizes or a subset of them.

Parameter Configuration Details

Below you'll find a list of parameters for the standard banner format, that can be used to customize the ad. Those parameters have to be defined in the params object.

format_sizes

Description

The accepted sizes for the standard banner format

Prebid.js Notation

n/a - for prebid the sizes are managed via the size object

Required

yes

Type

array of strings with sizes

Default Value

n/a

Example Value

['300x600', '729x90']

configuration
common configuration
These values