trustedDialog Preview Templates
Untenstehend finden Sie die Templates zur direkten Einbindung in den Header/Body Ihrer Mailings.
Bitte beachten Sie folgende Hinweise:
- Bitte prüfen Sie, ob Ihr E-Mail-Versandsystem die Einbindung von JSON-LD erlaubt. Sollte dies nicht so sein, nutzen Sie bitte das HTML Microdata Template für die Einbindung.
- Bitte nehmen Sie nur Änderungen an folgenden Inhalten vor:
- "image": "https:// www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-1.jpg"
bzw. <span itemprop="image">https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-1-Test.jpg</span> - "description": "IhreCodebeschreibung"
bzw. <span itemprop="description">IhreCodebeschreibung</span>, - "discountCode": "IhrCode"
bzw. <span itemprop="discountCode">IhrCode</span>, - "availabilityStarts": "2026-01-01T00:00:00+02:00"
bzw. <time itemprop="availabilityStarts" datetime="2026-01-01T00:00:00+02:00"></time>, - "availabilityEnds": “2026-12-31T23:59:59+02:00”
bzw.<time itemprop="availabilityEnds" datetime="2026-12-31T23:59:59+02:00"></time>
- "image": "https:// www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-1.jpg"
- Falls Sie eine der Zeilen nicht befüllen möchten, lassen Sie diese jeweils wie folgt leer: "image": "" bzw. <span itemprop="image"></span>
- Verpflichtende Inhalte:
- Bei Einbindung von Bildern:
"image" (Bild 1): verpflichtend; mind. eine Grafik muss über einen https-fähigen Link eingebunden werden
- Bei Einbindung eines Gutscheincodes:
"discountCode" (DiscountOffer): verpflichtend; der Code muss mindestens zwei Zeichen enthalten
- Bei Einbindung von Bildern:
Für die Nutzung der trustedDialog Preview ist vorab eine technische Aktivierung durch UIM notwendig. Kontaktieren Sie uns dafür bitte per E-Mail.
Technische Anforderungen für die Einrichtung
JSON-LD Template zur Einbindung in den Header/Body Ihrer Newsletter
Bilder + Gutscheincode
<script type="application/ld+json">
[
// Bild 1 (verpflichtend)
{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-1.jpg"
},
// Bild 2 (optional)
{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-2.jpg"
},
// Bild 3 (optional)
{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-3.jpg"
},
// DiscountOffer (verpflichtend)
{
"@context": "http://schema.org/",
"@type": "DiscountOffer",
"description": "IhreCodebeschreibung",
"discountCode": "IhrCode",
"availabilityStarts": "2026-01-01T00:00:00+02:00",
"availabilityEnds": "2026-12-31T23:59:59+02:00"
}
]
</script>
Nur Bilder
<script type="application/ld+json">
[
// Bild 1 (verpflichtend)
{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-1.jpg"
},
// Bild 2 (optional)
{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-2.jpg"
},
// Bild 3 (optional)
{
"@context": "http://schema.org/",
"@type": "PromotionCard",
"image": "https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-3.jpg"
}
]
</script>
Nur Gutscheincode
<script type="application/ld+json">
[
// DiscountOffer (verpflichtend)
{
"@context": "http://schema.org/",
"@type": "DiscountOffer",
"description": "IhreCodebeschreibung",
"discountCode": "IhrCode",
"availabilityStarts": "2026-01-01T00:00:00+02:00",
"availabilityEnds": "2026-12-31T23:59:59+02:00"
}
]
</script>
HTML Microdata Template zur Einbindung in den Body Ihrer Newsletter
Bilder + Gutscheincode
<div
style="display:none; max-height:0; overflow:hidden; mso-hide:all;"
aria-hidden="true">
<div itemscope itemtype="http://schema.org/PromotionCard">
<span itemprop="image">https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-1-Test.jpg</span>
</div>
<div itemscope itemtype="http://schema.org/PromotionCard">
<span itemprop="image">https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-2-Test.jpg</span>
</div>
<div itemscope itemtype="http://schema.org/PromotionCard">
<span itemprop="image">https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-3-Test.jpg</span>
</div>
<section itemscope itemtype="http://schema.org/DiscountOffer">
<p>
<span itemprop="discountCode">IhrCode</span>
<span itemprop="description">IhreCodebeschreibung</span>
</p>
<p>
<time itemprop="availabilityStarts" datetime="2026-01-01T00:00:00+02:00"></time>
<time itemprop="availabilityEnds" datetime="2026-12-31T23:59:59+02:00"></time>
</p>
</section>
</div>
Nur Bilder
<div
style="display:none; max-height:0; overflow:hidden; mso-hide:all;"
aria-hidden="true">
<div itemscope itemtype="http://schema.org/PromotionCard">
<span itemprop="image">https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-1-Test.jpg</span>
</div>
<div itemscope itemtype="http://schema.org/PromotionCard">
<span itemprop="image">https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-2-Test.jpg</span>
</div>
<div itemscope itemtype="http://schema.org/PromotionCard">
<span itemprop="image">https://www.united-internet-media.de/fileadmin/uim/media/pictures/Bild-3-Test.jpg</span>
</div>
</div>
Nur Gutscheincode
<div
style="display:none; max-height:0; overflow:hidden; mso-hide:all;"
aria-hidden="true">
<section itemscope itemtype="http://schema.org/DiscountOffer">
<p>
<span itemprop="discountCode">IhrCode</span>
<span itemprop="description">IhreCodebeschreibung</span>
</p>
<p>
<time itemprop="availabilityStarts" datetime="2026-01-01T00:00:00+02:00"></time>
<time itemprop="availabilityEnds" datetime="2026-12-31T23:59:59+02:00"></time>
</p>
</section>
</div>