Wavecast
  • Start here
  • Events
    • Getting started
    • Setup your first event
    • Copy an existing event
    • Publish an event
      • Speakers
      • Sponsors
      • Resources
      • Testimonials
      • Copy
  • Publishing
    • Agendas
    • Create content
    • Control access
      • Adding Tickets, Passes & Guest Passes
        • Coupons: Schedule, manage and promote
        • Adding and Updating ad-hoc Coupons
        • Approval/Declining Process of Registration Requests
        • Guest list to invite contacts and track responses
        • Approval/Declining Process of Guest Passes
      • Hard and Soft Limits
      • Managing opt-ins
      • Metering
      • Extra Fields for Content
      • Import users
      • Email Lists
    • Classify & personalise
      • Create & configure taxonomies
    • Custom Headers
      • Headers
      • Templating Language
    • Shortcodes
      • Access Settings
      • Content
      • Content with Search Bar
      • Event Manager
      • Events with Search Bar
      • Full Width Carousel Slider
      • Countdown
      • Buttons
      • Popular Now
      • Engagement Tools
      • Events
      • RSS Feeds
    • Images
    • Widgets
    • Ad Banners
  • Emails
    • Create a campaign
      • Customise Email CTAs
      • Building Complex Emails
      • Email Segmentation
      • Email Templates
    • Organise contacts
      • Add email addresses to Lists
      • Send a campaign to a list
    • Advanced Emails
      • Send an event campaign to hub audience
      • Adjust user email preferences
      • Change reply-to email address
    • Campaign Reports
      • Link Clicks
      • Suppressed
      • Recipients
      • Inflated Clicks & Opens
  • Live
    • Engage audiences
      • Audience Q&A
      • In-Feed Graphics
      • Polls
      • Quotes
      • Related Content
      • Networking
      • Meeting Rooms
    • Deliver live content
      • Slides
    • Troubleshooting for audiences
    • Remote Production
      • Live Broadcast
        • Book a live broadcast
        • Prepare for a live broadcast
      • Enterprise Streaming Support
        • Conduct a stream test
      • Video & Audio Production
        • Book remote video production
        • Prepare for remote video recording
    • On-Site Production
    • Check-in App
  • Analytics
    • Dashboard
    • Engagement Report
      • 2024 (BETA)
    • Google Analytics
    • Cookie Management
    • Page Views
    • User Data
    • Guest Passes
  • Settings
    • Configuration
    • Fonts, Colours & Logos
    • Hub Header & Footer
    • Custom Domain
      • Update GoDaddy DNS
    • Search & Metadata
    • System Messages
    • Access Control
      • Admin Accounts
      • Progressive Profiling
    • Global Event Settings
    • Default Templates
  • Integrations
    • Marketing Automation
      • Marketo
      • Eloqua
      • Pardot
      • Mailchimp
    • Events Management
      • Cvent
      • Eventbrite
      • Eventsforce
      • Sync by Email
    • Unified Communications
      • Zoom
      • ON24
    • Video
    • Payments
    • Single Sign-On (SSO)
    • LinkedIn Sign Up Setup
    • API Keys
Powered by GitBook
On this page
  • Supported advertising banners
  • Banner previews
  • Leaderboard (Header)
  • Leaderboard (Footer)
  • Medium Rectangle & Large Skyscraper
  • Ad server code
  1. Publishing

Ad Banners

PreviousWidgetsNextCreate a campaign

Last updated 5 months ago

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

Please 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

Banner previews

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

Leaderboard (Header)

Available on all pages above the header.

Leaderboard (Footer)

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>

contact support