In order to deliver the note "Advertising" whenever an creative is displayed, please enter your code under additional code before or after the creative code. Depending on whether the note is to appear above or below the ad media.
Example Code before the creative (displayed above the creative):
Advertising<br>
Example Code after the creative (displayed below the creative):
<br>Advertising
Example fat:
<b>Advertising</b><br>
Examples implementation with CSS:
<span class="anzeige">Anzeige</span><br>
<span style="...">Anzeige</span><br>
2. Define code as default for all advertising spaces via Global Settings
Settings -> Globale settings -> Publisher -> Codes
It can take up to 60 minutes for the codes to be output after you have entered them.
3. Hide "Anzeige" notice for certain creatives
Sometimes the term "Advertising" must be avoided in certain placements. For instance, in the case of a wallpaper, it is not desirable for the word "Advertising" to appear above the leaderboard as well as on the skyscraper.
You need to add an ID to the snippet.
For example:
<div id="skyanzeige">Advertising</div>
For a Sky advert where you wish to avoid the inclusion of the word "Advertising", insert a short script into the additional HTML field for banner creative or to the Additional HTML field.
<style>
.skyanzeige{display:none;}
</style>
4. Video Typ Video-Banner verdeckt das Wort Anzeige
In this case, the video is placed above the "Advertising". In general, if video banners are to be used, it would be advisable not to have the text played by the ad server, but directly from the website (i.e. you put the note ‘advert’ in front of the advertising space code). If necessary, you could then link this with JavaScript to subsequently hide the advert text in the case of ‘No advertising’, similar to here: Hide IFrame advertising spaces subsequently if they are empty: Hide empty iframe advertising spaces later
Another option is to create a workaround for a ceative using the wizard. To do this, the video creative of the video banner type is created first.
- Start wizart for graphic elements
- Set the width and height of the video and also move the banner down by the distance for “Ad”.
Upload a graphic for the word ad (an example has been added to this post). - You can upload a graphic as follows to get a URL: How do I get an image URL for a banner?
Then save the Wizart. It is also important to save the advertising material so that the wizart settings are adopted.