Installation

Examples for the installation of newsletter ad units

Here you can find some examples to help you with the installation of your newsletter ad units. You can find detailed instructions in our support article on the installation of Newsletter-Ads.

Example with one display

<a href="https://d.adup-tech.com/newsletter/?p_id=2&s_id=5&key=abcdef&rank=1">
    <img src="https://d.adup-tech.com/newsletter/ad.jpg?p_id=2&s_id=5&key=abcdef&rank=1" 
         border="0" 
         alt="" />
</a>

Example with multiple displays

<a href="https://d.adup-tech.com/newsletter/?p_id=12&s_id=15&key=user1&rank=1">
    <img src="https://d.adup-tech.com/newsletter/ad.jpg?p_id=12&s_id=15&key=user1&rank=1" 
         border="0" 
         alt="" />
</a>
<a href="https://d.adup-tech.com/newsletter/?p_id=12&s_id=15&key=user1&rank=2">
    <img src="https://d.adup-tech.com/newsletter/ad.jpg?p_id=12&s_id=15&key=user1&rank=2" 
         border="0" 
         alt="" />
</a>
<a href="https://d.adup-tech.com/newsletter/?p_id=12&s_id=15&key=user1&rank=3">
    <img src="https://d.adup-tech.com/newsletter/ad.jpg?p_id=12&s_id=15&key=user1&rank=3" 
         border="0" 
         alt="" />
</a>