InPage Slide and Sidebar Slide ad code can be placed wherever you want an ad to load on the page, while observing ad layout requirements:
-
Unique and original content must be in view above the fold, and should comprise at least 50% of the page as you scroll.
-
LIMIT AD DENSITY to 5 total ads or less in view on desktop and 2 ads or less in view on mobile at one time.
- If your site does not comply with the spirit of our ad layout requirements, you will be terminated without pay, at our discretion.
Ad Layout Requirements can be found here.
Important:
-
The ad code for InPage Slide and Sidebar Slide ads is identical.
-
InPage ad code is different from InPage Slide and Sidebar Slide ads, but the Site ID is the same.
-
InPage ad code is different from InPage Slide and Sidebar Slide ads, but the Site ID is the same.
-
The ad sizes eligible for InPage Slide and Sidebar Slide ad space can be constrained by the dimensions specified in the ad code.
-
Set the desired height (min-height: px) and width (min-width: px) in the ad code. We recommend min-width: 300px and min-height: 1200px. You can add more to either the width or height, depending on your available space. The height facilitates the range of the slide, which improves the ad’s visibility.
-
Depending on your platform, you may also need to modify your container / div dimensions to align with the specified ad code dimensions.
- For long / infinite scroll pages we require utilizing a lazy load for below the fold / unseen divs. Lazy load prevents ads from loading until they are visible in the viewport. This may decrease impressions because it requires that ads be fully loaded and in view to be counted.
Example Ad Code:
***Please note, you will replace "XXXXX" with your site's SID***
<!--- UNDERDOGMEDIA --- Place this code where you want the ad to go. --->
<div class="udm-inpage-scroll-area" style="width: 100%; min-width: 300px; height: 100%; min-height: 1200px;">
<div class="udm-inpage" style="position: sticky; top: 40px;" data-adhesion="true">
<script>
try {
top.udm_inpage_sid = XXXXX
} catch (e) {
console.warn('Error initializing udm inpage. Please verify you are not using an unfriendly iframe')
}
</script>
<script src="https://bid.underdog.media/inpageLoader.js"></script>
</div>
</div>
Additional GAM Implementation Instructions
If you place the inpage ad code via GAM please make sure this div is being served in a friendly (unsafe) iframe.
Important: When served via GAM, this ad unit is responsive to the page element that the GAM iframe populates. Its size is not based on the size of the GAM iframe itself. The ads that will fill the placement are limited by the width of the element this code is placed within. It is not limited by the set height, it will adjust the height of the element to fit the selected ad.
Please note, paid ads will only render when the div is in view to the user. When Ad Code is not placed ‘Above The Fold’ we recommend using a Lazy Load to ensure InPage placements are InView or Viewable when called. For more info on Google’s Viewability Best Practices, check out this Google support document, https://support.google.com/admanager/answer/6199883?hl=en
Comments
0 comments
Article is closed for comments.