Советы по увеличению заработка
We want you to get the best possible earnings based on the traffic you provide us. Below you will find several tips to help you scale up your earnings.
Размещение рекламных зон
Рекламные зоны с высокой видимостью имеют лучшие показатели, потому что рекламодатели заинтересованы в показе своих объявлений там, где больше пользователей. Поэтому знать, где размещать рекламу, очень важно для получения хороших доходов.
Хотя для каждого формата рекламы существуют свои стратегии, позволяющие получить максимальную отдачу, есть несколько общих правил, о которых должны помнить все издатели при разработке макета сайта и распределении соответствующего рекламного пространства:
a) Всегда старайтесь размещать объявления выше сгиба для получения более высоких доходов. Объявление, размещенное выше сгиба, не требует прокрутки страницы для отображения, а значит, оно будет одним из первых элементов, отображаемых после загрузки страницы.
б) Если у вас есть сайт-трубач (или любой другой сайт, специализирующийся на видео), подумайте о размещении рекламы вокруг и в видео, поскольку на них обычно обращают больше внимания, чем на другие объявления на сайте. Для рекламы в видео вы можете выбрать, использовать ли обычный код зоны баннерной рекламы или наш код VAST, если ваш плеер поддерживает VAST.
c) When listing your thumbnails, consider placing ads within your listings and adapting the ads to your website styling so that they do not stand out as obvious advertising. This can be achieved through different ways: the most common one is by creating a Recommendation Widget and using the Layout options to imitate your website CSS. You can also use the Custom CSS option to add your own styling rules, more information about this in this blog post.
d) Lastly, try assigning different content subcategories to each of your ad zones so as to showcase a wider diversity of ad products. You can achieve this through the various ad zone settings we offer: either by specifying the subcategory or by blocking specific products so as to avoid showing always the same. Alternatively, you can also fetch your page keywords so as to give advertisers an idea of what content is displayed on that specific page. You can find more details about keywords in our blog
A site with a large amount of quality content and the right proportion of advertising will be more effective than just a placeholder site for ads. Excessive advertising can actually have the opposite effect in your eCPM, so make sure that there is a balance between content and advertising. Remember that we favour traffic quality over quantity
Отзывчивая реклама
Большинство наших рекламных зон могут отображаться как на настольных, так и на мобильных компьютерах. В зависимости от структуры вашего сайта вы можете быть заинтересованы в показе определенного формата объявлений в зависимости от устройства, с которого осуществляется доступ к вашему сайту, или вы можете захотеть отфильтровать трафик устройств с помощью определенных идентификаторов зон.
If you are using our multi-format code, this should no longer be necessary as our multi-format code will display the campaign that yields the highest revenue to you (more details in this blog post) However, if you would still prefer to specify the ad shown in specific environments, our scripts and iframe codes should be compatible with custom integrations in the majority of cases.
Например, вы можете добавить отзывчивую библиотеку сценариев (например, Jquery), которая поможет вам определить окружение устройства и определить, какой popunder должен быть показан, как в примере ниже:
<script type="text/javascript">
var ad_idzone;
window.onload = function(e) {
if ("function" === typeof MobileDetect) {
var detector = (new MobileDetect(window.navigator.userAgent));
if (detector.mobile()) {
// Mobile device, including tablets
ad_idzone = "AAAAAAAAA";
}else{
// Desktop device
ad_idzone = "BBBBBBBB";
}
}
ad_popup_fallback = false,
ad_popup_force = false,
ad_chrome_enabled = true,
ad_new_tab = false,
ad_frequency_period = 5,
ad_frequency_count = 1,
ad_trigger_method = 2,
ad_trigger_class = "trigger";
var s = document.createElement("script");
s.type = "text/javascript";
s.src = "https://a.realsrv.com/popunder1000.js";
document.body.appendChild(s);
};
</script>
Трафик Ad Block
Adblockers are a common utility used by the majority of online users. However, this does not mean that you cannot monetize this traffic. If you have already received a payment from us, you can use our anti-ad block solution NeverBlock. This solution will help to prevent your ad zones from being blocked and minimise revenue loss.
Visit the website now for more info and increase the impressions you receive. The difference is immediately noticeable once you have implemented the solution.
Скорость загрузки страниц
A crucial aspect for a good SEO is to have a fast page load speed. While Exoclick is trying its best to optimize its ad zone codes and minimize the impact on page load speed, you should review all the JS, files and functions loaded in your site to make sure none of them drag down its performance. You can use tools such as Google Page Insights or Pingdom to assess your current load speed.
Быстрая скорость загрузки не только положительно влияет на SEO, но и снижает вероятность возникновения таймаутов или других непредвиденных ошибок, которые могут помешать загрузке ваших объявлений.