Installation

How do I install a newsletter ad unit?_

In order to be able to use AdUp advertising material in your e-mail newsletter, you must have created a corresponding page as well as a newsletter incl. newsletter layout in your publisher account.

How it works

For Newsletter-Ads, an <img> tag must be included for each ad, which is enclosed by an <a> tag. The source URL of the image (src) and the target URL of the link (href) must also have the same parameter signature.

If several advertisements are to be placed in a newsletter, then the signature of the respective blocks differs by the parameter "rank", which must then be counted up from 1 starting per advertisement.

Syntax

<a href="https://d.adup-tech.com/newsletter/?[PARAMETER]">
    <img src="https://d.adup-tech.com/newsletter/ad.jpg?[PARAMETER]"  border="0" alt="" />
</a>

Required parameters

Name Description Example
p_id

The unique ID of the publisher

p_id=1234
s_id

The unique ID of the newsletter

s_id=5678
key

A unique ID of the user (e.g. an MD5 hash of the email address).

Note: The key you generate must not contain any randomness (e.g. random values or timestamps)!

key=f3ada405ce890b6f8204094deb12d8a8
rank

Consecutive number (start at 1) that must be assigned for each advertisement within the newsletter.

rank=1

Optional parameters

Name Description Example
query

Keywords by which the ads are to be filtered. Several keywords can be separated by semicolons.

query=mallorca;travel
m

This is the minimum price you want to earn for a click.

Generally, the lower the minimum price, the more campaigns you will be presented with and the more money you can earn due to greater competition for the position.

m=0.15
gdpr gdpr_consent

Here you have the possibility to provide us with GDPR information.

gdpr

1 = GDPR applies

0 = GDPR does not apply

(omit) = Unknown (default)

gdpr_consent

The IAB Consent String (base64url-encoded)

gdpr=1&amp;gdpr_consent=[CONSENT_STRING]