Każdy wydawca mailingowy współpracujący z siecią Tradedoubler oświadcza, że posiadane przez niego rekordy są zgodne z Rozporządzeniem RODO, ale również innymi aktami powszechnie obowiązującego prawa, jak chociażby art. 10, 18 i 19 ustawy o świadczeniu usług drogą elektroniczną. Wszystkie składniki mailingu powinny zostać́ zapisane do formatu ”.zip” przekazane do TradeDoubler jako gotowe materiały reklamowe. Paczka z mailingiem w formacie „.zip” powinna zawierać:
- Kod HTML zgodny ze standardami W3C, nazwany jako: index.html.
- Grafiki/banery, jeśli kreacja je posiada, nie dotyczy kreacji tekstowych.
- Dane do zrealizowania wysyłki, najlepiej spakowane w pliku tekstowym.
- Dane te powinny zawierać najpotrzebniejsze do rozpoczęcia wysyłki informacje, tj: Temat nieprzekraczający 120 znaków. W temacie nie wolno nadużywać znaków interpunkcyjnych typu: !!!! ??? %%% oraz: $$$, a także WIELKICH LITER, należy unikać też wszelkich czasowników w trybie rozkazującym!
- Nadawca.
- Dane do stopki.
- Deadline do którego należy zakończyć działania reklamowe lub szczegółowy mediaplan wysyłki.
- Mailing powinien być zbudowany na tabelach, przy użyciu wierszy oraz komórek, nie za pomocą atrybutów typu float, position, lub margin. Pozwalają one ustawić szerokość wyświetlanego obiektu bez użycia stylów,co wpływa na prawidłowe wyświetlenie mailingu w klientach www. Tabele oraz komórki tabel powinny mieć określoną i stałą szerokość.
- Waga mailingu nie może przekraczać 100-120 KB.
- Szerokość tabeli nie powinna przekraczać 600px, oraz 1200px wysokości.
- Kreacja powinna mieć opisane szerokości i wysokości, za pomocą wartości liczbowych.
- Nie jest wskazane stosowanie znaczników <div></div> oraz używanie technologii JavaScript.
- Szablon HTML powinien zostać zakodowany przy użyciu kodowania UTF-8.
- Znacznik <meta> zawiera niezbędne atrybuty wraz z wartościami w tym kodowaniem UTF-8. Przykład: <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8”/>.
- Każda tabela powinna mieć określone wartości: cellpadding, cellspacing i border. Przykład: <table width=”600” border=”0” cellpadding=”0” cellspacing=”0”>.
- Wszelkie style powinny być zawarte w stylach inline – bezpośrednio w znacznikach. Przykład: <table style=”…”>, <td style=”…”>.
- Do wyśrodkowania treści wiadomości należy używać atrybutu: “align=”center”.
- Należy pamiętać, aby linkować pojedyncze elementy (np. <img>; <span>), a nie całe tabele!
- Warto pamiętać o dodawaniu do linków, atrybutu: target=”_blank”.
- Wszelkie zmiany kolorystyczne kodujemy pełnymi nazwami #xxxxxx.
- Każde podlinkowanie tekstu zmienia kolor czcionki na niebieski i podkreśla tekst. Aby tak się nie działo należy okreslić styl np.: <a style=”text-decoration: none; color:#0010020;” href=”http://www.xyz.pl”>.
- Marginesy najlepiej określić przy zastosowaniu margin (cellMargin), padding (cellPadding) w komórkach a wyznaczając odpowiednią wartość w pikselach (<TABLE cellMargin=10 cellPadding=5>).
- Do rekomendowanych fontów możemy zaliczyć: Georgia, Times New Roman, Arial, Helvetica, Tahoma, czy Verdana z odpowiednim określeniem ich wielkości. Np.: (<P style=”FONT-FAMILY: Verdana; FONT-SIZE: a a 8pt”>txt</P> lub <p><font a face=verdana size=2>txt</font></p>). Drugie rozwiązanie zapewnia prawidłowe wyświetlanie tekstu w większości portali (łącznie z Interią). Ponadto zalecamy nie zamieszczać w mailach znaczników <style> w sekcji HEAD, oraz nie powielać ich w postaci inline.
- Obrazki muszą posiadać zdefiniowaną wysokość i szerokość. Używamy tylko rozszerzerzeń: .gif, .png, .jpg., lub .jpeg.
- Zalecane jest stosowanie style=”display: block;” w <img>.
- Zalecane jest uzywanie jednolitego tła za pomocą bgcolor w tagu <td>: <td bgcolor=”#ffffff”>.
- Mailing nie powinien składać się w całości z jednej grafiki. Kreacje mailingowe powinny być pocięte na kilka mniejszych obrazków. Wskazane jest użycie jak najwięcej tekstu.
- Zalecane jest stosowanie altów w każdym znaczniku <img>.
- Obrazki nie powinny być tłem (background-image) ponieważ atrybut ten nie działa na wszystkich klientach pocztowych, obrazek nie wyświetli sie poprawnie.
- Wskazane jest podlinkowanie kreacji, dzięki czemu użytkownik w łatwy sposób trafi do oferty.
Do przygotowania videomailingu, potrzebujemy kreacji zakodowanej w HTML z zarezerwowanym miejscem na film video. Taka kreacja nie różni się od standardowego mailingu HTML.
- Do realizacji video mailingu potrzebujemy pliku Video w formacie MP4, ewentualnie gif + obrazek.
- Ważne, aby plik MP4 był umieszczony na serwerze Klienta.
- Each mailing publisher cooperating with the Tradedoubler network declares that the records in its possession comply with the gdpr Regulation, but also with other acts of common law, such as, for example, Articles 10, 18 and 19 of the Law on Provision of Electronic Services. All components of the mailing should bé saved to „.zip” format transferred to TradeDoubler as finished advertising materials. The mailing package in „.zip” format should contain:
- HTML code compliant with W3C standards, named as: index.html.
- Graphics/banners, if the creative has them, does not apply to text creatives.
- Data to complete the mailing, preferably packed in a text file.
- This data should contain the most necessary information to start the mailing, i.e:
- Subject line not exceeding 120 characters. In the subject line must not abuse punctuation marks of the type: !!!! ??? %%% and: $$$, as well as CAPITAL LETTERS, also avoid any verbs in the imperative mode!
- Sender.
- Footer data.
- Deadline by which advertising activities should be completed or a detailed media plan for the mailing.
- Mailing should be built on tables, using rows and cells, not using attributes like float, position, or margin. They allow you to set the width of the displayed object without using styles,which affects the correct display of mailings in web clients. Tables and table cells should have a specific and fixed width.
- The weight of the mailing must not exceed 100-120 KB.
- The width of the table should not exceed 600px, and 1200px in height.
- The creative should have described widths and heights, using numerical values.
- It is not advisable to use tags and use JavaScript technology.
- The HTML template should be encoded using UTF-8 encoding.
- The <meta> tag contains the necessary attributes with values including UTF-8 encoding. Example: <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″/>.Each table should have specific values: cellpadding, cellspacing and border. Example: <table width=”600″ border=”0″ cellpadding=”0″ cellspacing=”0″>.All styles should be included in inline styles – directly in the tags. Example: <table style=”…”>, <td style=”…”>.To center the message content, use the attribute: „align=”center”.Be sure to link individual elements (e.g. <img>; <span>), not entire tables!
- It is worth remembering to add to links, attribute: target=”_blank”.
- We code any color changes with full names #xxxxxxxx.
- Any sub-linking of text changes the font color to blue and highlights the text. In order to prevent this from happening, you need to periodize the style, for example: <a style=”text-decoration: none; color:#0010020;” href=”http://www.xyz.pl”>.
- Margins are best specified using margin (cellMargin), padding (cellPadding) in cells a by designating the appropriate value in pixels (<TABLE cellMargin=10 cellPadding=5>).
- Recommended fonts we can include: Georgia, Times New Roman, Arial, Helvetica, Tahoma, or Verdana with the appropriate sizing. E.g.: (<P style=”FONT-FAMILY: Verdana; FONT-SIZE: a a 8pt”>txt</P> or <p><font a face=verdana size=2>txt</font></p>). The second solution ensures correct display of the text in most portals (including Interia). In addition, we recommend that you do not include <style> tags in the HEAD section of your emails, and do not duplicate them inline.
- Images must have a defined height and width. We use only extensions: .gif, .png, .jpg, or .jpeg.
- It is recommended to use style=”display: block;” in <img>.
- It is recommended to use a solid background using bgcolor in the <td> tag: <td bgcolor=”#ffffff”>.
- Mailing should not consist entirely of a single graphic. Mailing creations should be cut into several smaller images. It is advisable to use as much text as possible.
- It is recommended to use alts in each <img> tag.
- Images should not be background-image, because this attribute does not work on all email clients, the image will not display correctly.
- It is advisable to link the creation, so that the user can easily find the offer.
To prepare videomailing, we need a creative coded in HTML with reserved space for a video. Such a creation is no different from a standard HTML mailing.
- For video mailing, we need a Video file in MP4 format, possibly gif + image.
- It is important that the MP4 file is hosted on the client’s server.