Ad Banners

Hubs can be configured to support ad banners across various page templates.

Please contact support if you require assistance with configuration.

Supported advertising banners

The following dimensions of ad banner are supported.

Name
Position
Dimensions (pixel)

Leaderboard (Header)

Above the header on any page.

728 x 90

Leaderboard (Footer)

Above the footer on any page.

728 x 90

Medium Rectangle

In the sidebar.

300 x 250

Large Skyscraper

In the sidebar.

300 x 600

The red rectangle on the following screenshots indicates where banners appear.

Leaderboard (Header)

Available on all pages above the header.

Available on all pages at the bottom of the page, above the footer

Medium Rectangle & Large Skyscraper

Only available on page templates that contain a sidebar.

Ad server code

A snippet of code is required to link the ad placements to your ad server.

Here is a sample code of the code for the Medium Rectangle (300x250 pixels) or Large Skyscraper (300x600 pixels) ad unit.

<script async data-cookieconsent="necessary" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>

<script data-cookieconsent="marketing">
  window.googletag = window.googletag || {cmd: []};
  googletag.cmd.push(function() {
    googletag.defineSlot('/5748/scm.main', [[300, 250], [300, 600]], 'r1301').setTargeting('adloc', ['r1301']).addService(googletag.pubads());
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>

<!-- /5748/scm.main -->
<div id='r1301'>
	<script>
	  googletag.cmd.push(function() { googletag.display('r1301'); });
	</script>
	</div>

Last updated