Tipps zur Steigerung Ihres Einkommens
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.
Platzierung der Anzeigenzone
Anzeigenbereiche mit hoher Sichtbarkeit haben eine bessere Leistung, da die Werbetreibenden daran interessiert sind, ihre Anzeigen dort zu schalten, wo eine höhere Nutzeraktivität besteht. Daher ist es für gute Einnahmen entscheidend, zu wissen, wo Sie Ihre Anzeigen platzieren sollten.
Zwar hat jedes Anzeigenformat seine eigenen Strategien, um die größtmögliche Aufmerksamkeit zu erzielen, doch gibt es einige allgemeine Regeln, die alle Publisher bei der Gestaltung des Website-Layouts und der Zuweisung des entsprechenden Anzeigenplatzes beachten sollten:
a) Versuchen Sie immer, Ihre Anzeigen oberhalb der Falz zu platzieren, um bessere Einnahmen zu erzielen. Eine Anzeige oberhalb der Falz muss nicht gescrollt werden, um angezeigt zu werden, d.h. sie ist eines der ersten Elemente, die angezeigt werden, sobald die Seite geladen ist.
b) Wenn Sie eine Tube-Website (oder eine andere Website, die sich auf Videos konzentriert) betreiben, sollten Sie Anzeigen um und im Video schalten, da diese in der Regel mehr Aufmerksamkeit erhalten als andere Anzeigen auf der Website. Für In-Video-Anzeigen können Sie wählen, ob Sie einen normalen Banner-Zonencode oder unseren VAST-Code verwenden, falls Ihr Player VAST-kompatibel ist.
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
Reaktionsfähige Werbung
Die meisten unserer Anzeigenbereiche können sowohl auf dem Desktop als auch auf dem Handy angezeigt werden. Je nach Layout Ihrer Website möchten Sie vielleicht ein bestimmtes Anzeigenformat anzeigen, das auf dem Gerät basiert, das für den Zugriff auf Ihre Website verwendet wird, oder Sie möchten den Geräteverkehr durch bestimmte Zonen-IDs filtern.
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.
Sie können zum Beispiel eine responsive Skriptbibliothek (wie Jquery) hinzufügen, die Ihnen hilft, die Geräteumgebung zu erkennen und zu bestimmen, welches Popunder angezeigt werden soll, wie im folgenden Beispiel:
<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-Verkehr
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.
Geschwindigkeit des Seitenladens
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.
Eine schnelle Ladegeschwindigkeit wirkt sich nicht nur positiv auf Ihre Suchmaschinenoptimierung aus, sondern verringert auch die Wahrscheinlichkeit von Timeouts oder anderen unerwarteten Fehlern, die das Laden Ihrer Anzeigen verhindern könnten.