Skip to content

Prerequisites

To integrate our ad placements in your newsletter environment, all you need to do is to use our REST endpoint. This is an HTTP GET command to receive either an image, click url or JSON response to build the newsletter markup.

Note: Newsletter support is not enabled by default for all publishers and is activated upon request!

Request an image banner:

html
<!-- fetch image banner from our service -->
<img src="https://io.ringier-advertising.ch/v1/loadslot?publisher=Testsite&language=DE&platform=Mail&channel=Newsletter&format=MR_1-TE&mime=mail/image-url&c=1231237" alt="" />

Click url for the image banner:

html
<!-- set the click url on the image banner -->
<a href="https://io.ringier-advertising.ch/v1/loadslot?publisher=Testsite&language=DE&platform=Mail&channel=Newsletter&format=MR_1-TE&mime=mail/click-url&c=1231238">...</a>

Get a JSON response with all information to build an image/native banner:

shell
# call endpoint and receive JSON
curl https://io.ringier-advertising.ch/v1/loadslot?publisher=Testsite&language=DE&platform=Mail&channel=Newsletter&format=MR_1-TE&mime=mail/json&c=1231239