To upload banners to Upsales Engage for use with an advertising campaign, use one of the available dimensions.
Formats: Your image must be in JPG-, PNG- or GIF-format.
Size: 150K max
Also as a best practice, use a 1px frame around your image. This frame is included in the banner dimensions. Remember to include your company or product logo in the banner.
Using HTML 5 ads (ZIP or HTML tag)
1) Your ad will be displayed on the website inside an iFrame
Clicktag
It is important to incorporate the possibility to click on all creatives served. The clickurl to be used can be retrieved in the following way. Begin by including our helper script
<script src="https://adsby.bidtheatre.com/js/asxhtml5.min.js"></script>
The clickurl is then retrieved with the following function call. The second part of the function call is what to use as a default value if no specific clickurl is found (typically the case during development)
var clickurl = asxhtml5.getParam('clickurl', 'https://www.advertiser.com');
The actual implementation of the clicktag can be done in many different ways. One is exemplified below.
<div id="banner">
<!-- This is where the actual creative content is displayed -->
</div> <script> var clickurl = asxhtml5.getParam('clickurl', 'https://www.advertiser.com'); var clickDiv = document.getElementById('banner'); clickDiv.onclick = function() { window.open(clickurl,'_blank'); } </script>
Make sure to use one of the available dimensions.
Make sure to compress the root files, and not the folder. A sample is illustrated below.
The total size of all files, including external libraries, should be 200kb or less. If you're uploading a ZIP-file it will fail to upload if it's larger.
Always use SSL (https) if you're including external libraries, or the banner will not display properly on https websites (including Upsales where you want to preview the banner).
All links must have the attribute target="_blank" to open in a new window or tab.
Use a 1px frame around your banner. This frame is included in the banner dimensions.
Always use a company or product logo in the banner or some Ad exchanges will not display it.
Available banner dimensions
Recommended dimensions (width x height)
160 x 600
300 x 250
728 x 90
300 x 480
480 x 280
980 x 240
320 x 320
480 x 280
All dimensions (width x height)
120 x 600
125 x 125
180 x 150
200 x 200
234 x 60
240 x 400
250 x 250
250 x 360
300 x 50
300 x 600
320 x 320
320 x 380
320 x 480
320 x 50
336 x 280
468 x 60
480 x 320
480 x 400
480 x 60
480 x 75
600 x 100
640 x 100
640 x 960
720 x 300
725 x 360
741 x 360
970 x 250
980 x 120
980 x 240
Comments
0 comments
Please sign in to leave a comment.