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.
<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 | |
s_id | The unique ID of the newsletter | |
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)! | |
rank | Consecutive number (start at 1) that must be assigned for each advertisement within the newsletter. |
Optional parameters
Name | Description | Example |
---|---|---|
query | Keywords by which the ads are to be filtered. Several keywords can be separated by semicolons. | |
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. | |
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) |