Обязательные блоки SFMC

Перед <!DOCTYPE html> добавить скрипт:

%%[
set @subscriberKey = _subscriberkey
set @AkamaiID = Lookup("Akamai_profiles_consents_email_sub_true","Akamai_uuid","Subscriberkey",
@subscriberKey)
set @OneKeyID = Lookup("Akamai_profiles_consents_email_sub_true","WRUM","Subscriberkey",
@subscriberKey)
set @utms = concat("&utm_hcpid=", @OneKeyID, "&actid=", @AkamaiID, "&Q_Language=RU")
]%%                

Между </head> и <body> добавить скрипт:

%%[ SET @utm_campaign = __AdditionalEmailAttribute1 ]%%
%%[ SET @utm_source = __AdditionalEmailAttribute2 ]%%
%%[set @SubscriberKey = _subscriberkey]%%
%%[set @EventDate = GetSendTime()]%%
%%[set @View_Link = view_email_url]%%
%%[set @Email_Id = _emailid]%%
%%[set @Email_Name = emailname_]%%
%%[set @Email_Log = emailaddr]%%
%%[endif]%%
%%[set @rows = LookupRows("ENT.PROD_RUS_Metadata","CampaignCode",@Utm_Campaign)
set @rowCount = rowcount(@rows)
if @rowCount == 0 then
RaiseError("This campaign Code is not listed", false)
endif]%%
%%[set @rows = LookupRows("ENT.PROD_RUS_Metadata","ExposureCode", @utm_source)
set @rowCount = rowcount(@rows)
if @rowCount == 0 then
RaiseError("This exposure Code is not listed", false)
endif]%%
%%[
if empty(__AdditionalEmailAttribute2) OR empty(__AdditionalEmailAttribute1) then
RaiseError("Ops, looks like you missed Campaign code or Exposure Code!", false)
else
set @combinationCount = LookupOrderedRows("ENT.PROD_RUS_Metadata",0,"CampaignCode
asc","CampaignCode",@utm_campaign,"ExposureCode", @utm_source)
set @countOfCombo=rowcount(@combinationCount)
if @countOfCombo ==0 then
RaiseError("The combination of campaign code and exposure code entered is incorrect", false)
endif
endif]%%
<custom name="opencounter" type="tracking"/>                

Ссылка в блоке «Если данное письмо отображается некорректно, нажмите» другая (Пример блока приведен ниже):

<a href="%%view_email_url%%">сюда</a>                

Блок персонализации изменен:

Здравствуйте, %%=v(@title)=%% %%=v(FirstName)=%% %%=v(MiddleName)=%%!                

Ссылка отписки изменена:

<a alias="unsubscribe" href="%%=RedirectTo(@UnsubscribeUrl)=%%"></a>                

Баннер Telegram чат-бота:

  • По ссылке доступны цветовые варианты баннера Telegram бота
  • Зашить в баннер ссылку (Внимание! Зашить именно короткую ссылку!):
https://docsfera.click/3VqP1Ax                

Ссылка в CSI блоке (Конечная цифра от 1 до 7):

https://sanofidigital.iad1.qualtrics.com/jfe/form/SV_1Bp1HEewxrBQEku?R=1                

Блок диплинка для каждой ссылки формируется по логике:

  • Добавляем перед <a href> код:
<!-----Start--Privacy Link goes here---- >
%%[
/* The Marketers has to give the complete URL in @RedirectUri*/
set @RedirectUri="https://docsfera.ru/directions/diabetes-main/?story=541"
set @ClientId="tuedutmcfrbrbaet7gkcgw6xrs2hm3f4"
set @Website="https://docsfera.ru/"
]%%
<!-----update link encoding id here ---->
%%=ContentBlockbyId("1649")=%%
<!-----END---Privacy Link goes here ---->                
  • В коде @RedirectUri и @Website = ссылка на контент или отписку указывается БЕЗ utm
  • Непосредственно в коде ссылки прописывается (Корректная ссылка зашита в коде выше):
href="%%=RedirectTo(@UnsubscribeUrl)=%%"                
  • В каждую кнопку/ссылку в тег <a> добавляем (Контентное содержание ссылки на латинице без пробелов, dia_video - пример):
alias="dia_video"                

Ознакомиться с актуальными требованиями верстки писем для SFMC можно по ссылке (PDF файл Onboarding)

Скачать пример верстки письма для SFMC можно в блоке ниже

Header #1
<tr>
    <td class="empty">&nbsp;</td>
    <td align="center"
        style="color: #939393; font-size: 13px; line-height: 14px; font-family: Arial; font-weight: 400;">
        Если данное письмо отображается некорректно, нажмите <a
            href="%%view_email_url%%" target="_blank"
            style="text-decoration: underline; color: #0158BB;">сюда</a>
    </td>
    <td class="empty">&nbsp;</td>
</tr>                
Header #2
<tr>
    <td class="empty">&nbsp;</td>
    <td>
        <table style="margin: 0; padding: 0;" border="0" cellpadding="0"
            cellspacing="0" width="100%">
            <tr>
                <td width="100" align="left">
                    <img src="#" width="100" alt="logo"
                        border="0"
                        style="width:100px; height:auto; display:block; margin:0px;">
                </td>
                <td width="385">&nbsp;</td>
                <td width="75" align="right">
                    <img src="#" width="100" alt="logo"
                        border="0"
                        style="width:75px; height:auto; display:block; margin:0px;">
                </td>
            </tr>
        </table>
    </td>
    <td class="empty">&nbsp;</td>
</tr>                
Обратная связь
<tr>
    <td>
        <table style="margin: 0; padding: 0;" border="0" cellpadding="0" cellspacing="0"
            width="100%">
            <tr>
                <td class="empty" height="36" width="6.25%">&nbsp;</td>
                <td class="empty">&nbsp;</td>
                <td class="empty" height="36" width="6.25%">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty">&nbsp;</td>
                <td
                    style="color: #333333; font-size: 13px; line-height: 20px; font-family: Arial; font-weight: 400;">
                    Ваше мнение очень важно для нас. Оцените, пожалуйста, содержание
                    рассылки, ответив на вопрос:
                </td>
                <td class="empty">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
                <td class="empty">&nbsp;</td>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
            </tr>
        </table>
    </td>
</tr>
<tr>
    <td style="font-family: Arial, Times New Roman, Georgia;">
        <table style="margin: 0; padding: 0;" border="0" cellpadding="0" cellspacing="0"
            width="100%" bgcolor="#F0F0F5">
            <tr>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
                <td class="empty">&nbsp;</td>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty">&nbsp;</td>
                <td align="center"
                    style="color: #474747; font-family: Arial; font-size: 18px; font-weight: 700; line-height: 24px;">
                    Насколько информация в письме соответствовала <br>
                    вашим потребностям?
                </td>
                <td class="empty">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
                <td class="empty">&nbsp;</td>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty">&nbsp;</td>
                <td>
                    <table style="margin: 0; padding: 0;" border="0" cellpadding="0"
                        cellspacing="0" width="100%">
                        <tr>
                            <td width="61" align="center">
                                <table style="margin: 0; padding: 0;" border="0"
                                    cellpadding="0" cellspacing="0" width="100%"
                                    height="100%" bgcolor="#FFFFFF">
                                    <tr height="51">
                                        <td align="center"
                                            style="border: 1px solid #707075; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">
                                            <a href="https://sanofidigital.iad1.qualtrics.com/jfe/form/SV_1Bp1HEewxrBQEku?R=1"
                                                target="_blank"
                                                style="text-decoration: none; width: 100%; display: block; text-align: center; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">1</a>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                            <td class="empty" width="26">&nbsp;</td>
                            <td width="61" align="center">
                                <table style="margin: 0; padding: 0;" border="0"
                                    cellpadding="0" cellspacing="0" width="100%"
                                    height="100%" bgcolor="#FFFFFF">
                                    <tr height="51">
                                        <td align="center"
                                            style="border: 1px solid #707075; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">
                                            <a href="https://sanofidigital.iad1.qualtrics.com/jfe/form/SV_1Bp1HEewxrBQEku?R=2"
                                                target="_blank"
                                                style="text-decoration: none; width: 100%; display: block; text-align: center; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">2</a>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                            <td class="empty" width="26">&nbsp;</td>
                            <td width="61" align="center">
                                <table style="margin: 0; padding: 0;" border="0"
                                    cellpadding="0" cellspacing="0" width="100%"
                                    height="100%" bgcolor="#FFFFFF">
                                    <tr height="51">
                                        <td align="center"
                                            style="border: 1px solid #707075; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">
                                            <a href="https://sanofidigital.iad1.qualtrics.com/jfe/form/SV_1Bp1HEewxrBQEku?R=3"
                                                target="_blank"
                                                style="text-decoration: none; width: 100%; display: block; text-align: center; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">3</a>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                            <td class="empty" width="26">&nbsp;</td>
                            <td width="61" align="center">
                                <table style="margin: 0; padding: 0;" border="0"
                                    cellpadding="0" cellspacing="0" width="100%"
                                    height="100%" bgcolor="#FFFFFF">
                                    <tr height="51">
                                        <td align="center"
                                            style="border: 1px solid #707075; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">
                                            <a href="https://sanofidigital.iad1.qualtrics.com/jfe/form/SV_1Bp1HEewxrBQEku?R=4"
                                                target="_blank"
                                                style="text-decoration: none; width: 100%; display: block; text-align: center; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">4</a>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                            <td class="empty" width="26">&nbsp;</td>
                            <td width="61" align="center">
                                <table style="margin: 0; padding: 0;" border="0"
                                    cellpadding="0" cellspacing="0" width="100%"
                                    height="100%" bgcolor="#FFFFFF">
                                    <tr height="51">
                                        <td align="center"
                                            style="border: 1px solid #707075; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">
                                            <a href="https://sanofidigital.iad1.qualtrics.com/jfe/form/SV_1Bp1HEewxrBQEku?R=5"
                                                target="_blank"
                                                style="text-decoration: none; width: 100%; display: block; text-align: center; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">5</a>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                            <td class="empty" width="26">&nbsp;</td>
                            <td width="61" align="center">
                                <table style="margin: 0; padding: 0;" border="0"
                                    cellpadding="0" cellspacing="0" width="100%"
                                    height="100%" bgcolor="#FFFFFF">
                                    <tr height="51">
                                        <td align="center"
                                            style="border: 1px solid #707075; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">
                                            <a href="https://sanofidigital.iad1.qualtrics.com/jfe/form/SV_1Bp1HEewxrBQEku?R=6"
                                                target="_blank"
                                                style="text-decoration: none; width: 100%; display: block; text-align: center; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">6</a>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                            <td class="empty" width="26">&nbsp;</td>
                            <td width="61" align="center">
                                <table style="margin: 0; padding: 0;" border="0"
                                    cellpadding="0" cellspacing="0" width="100%"
                                    height="100%" bgcolor="#FFFFFF">
                                    <tr height="51">
                                        <td align="center"
                                            style="border: 1px solid #707075; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">
                                            <a href="https://sanofidigital.iad1.qualtrics.com/jfe/form/SV_1Bp1HEewxrBQEku?R=7"
                                                target="_blank"
                                                style="text-decoration: none; width: 100%; display: block; text-align: center; color: #000000; font-family: Arial; font-size: 18px; font-weight: 400; line-height: 24px;">7</a>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
                <td class="empty">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty" height="12" width="6.25%">&nbsp;</td>
                <td class="empty">&nbsp;</td>
                <td class="empty" height="12" width="6.25%">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty">&nbsp;</td>
                <td>
                    <table style="margin: 0; padding: 0;" border="0" cellpadding="0"
                        cellspacing="0" width="100%">
                        <tr>
                            <td align="left"
                                style="color: #707075; font-family: Arial; font-size: 14px; font-weight: 400; line-height: 16px;">
                                Совершенно <br>
                                не соответствовала
                            </td>
                            <td class="empty">&nbsp;</td>
                            <td align="right"
                                style="color: #707075; font-family: Arial; font-size: 14px; font-weight: 400; line-height: 16px;">
                                Полностью <br>
                                соответствовала
                            </td>
                        </tr>
                    </table>
                </td>
                <td class="empty">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
                <td class="empty">&nbsp;</td>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
            </tr>
        </table>
    </td>
</tr>                
Footer
<tr>
    <td>
        <table style="margin: 0; padding: 0;" border="0" cellpadding="0" cellspacing="0"
            width="100%">

            <tr>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
                <td class="empty">&nbsp;</td>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty">&nbsp;</td>
                <td
                    style="color: #6B747B; font-size: 9px; line-height: 150%; font-family: Arial; font-weight: 400; opacity: .8;">
                    Информация в письме предназначена исключительно для
                    специалистов
                    здравоохранения Российской Федерации. <br><br>

                    Вы получили это письмо, поскольку дали согласие на
                    получение
                    электронной рассылки от компании Санофи. Для того, чтобы
                    отказаться
                    от получения рассылки,%%[
                    /* The Marketers has to give the complete URL in @RedirectUri*/

                    set @RedirectUri="https://docsfera.ru/personal/unsubscribe/"
                    set @ClientId="tuedutmcfrbrbaet7gkcgw6xrs2hm3f4"
                    set @Website="<a href="https://docsfera.ru">https://docsfera.ru</a>"

                    ]%%

                    %%=ContentBlockbyId("1649")=%%
                    <a alias="unsubscribe" href="%%=RedirectTo(@UnsubscribeUrl)=%%"
                        target="_blank"
                        style="color: #0158BB; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;">нажмите
                        сюда</a>. Если вы не согласны с обработкой ваших
                    персональных
                    данных в рамках проведения настоящего опроса, просьба
                    игнорировать
                    данное письмо. <br><br>

                    Данное письмо сформировано автоматически и не
                    предполагает ответа.
                    Пожалуйста, не отвечайте на него. Если у вас есть
                    вопросы или нужна
                    помощь, вы можете написать нам на <a href="mailto:MCM@sanofi.com"
                        target="_blank"
                        style="color: #0158BB; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;">MCM@sanofi.com</a>.
                </td>
                <td class="empty">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty" height="20" width="6.25%">&nbsp;</td>
                <td class="empty">&nbsp;</td>
                <td class="empty" height="20" width="6.25%">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty">&nbsp;</td>
                <td>
                    <table style="margin: 0; padding: 0;" border="0" cellpadding="0"
                        cellspacing="0" width="100%">
                        <tr>
                            <td align="left"
                                style="color: #6B747B; font-size: 9px; line-height: 150%; font-family: Arial; font-weight: 400; opacity: .8;">
                                АО «Санофи Россия». <br>
                                Адрес: 125375, г. Москва, ул. Тверская 22.
                                <br>
                                Тел.:
                                (495) 721-1400, Факс: (495) 721-1411. <br>
                                <a href="https://www.docsfera.ru" target="_blank"
                                    style="text-decoration: underline; color: #0158BB ;">www.docsfera.ru</a>
                                <br><br>

                                MAT-RU-2401231-1.0-04.2024
                            </td>
                        </tr>
                    </table>
                </td>
                <td class="empty">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
                <td class="empty">&nbsp;</td>
                <td class="empty" height="24" width="6.25%">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty">&nbsp;</td>
                <td>
                    <table style="margin: 0; padding: 0;" border="0" cellpadding="0"
                        cellspacing="0" width="100%">
                        <tr>
                            <td width="36">
                                <a href="https://vk.com/docsfera" target="_blank"
                                    style="text-decoration: none;">
                                    <img src="#" width="36" alt="line"
                                        border="0"
                                        style="width:36px; height:auto; display:block; margin:0px;">
                                </a>
                            </td>
                            <td width="36">
                                <a href="https://t.me/joinchat/AAAAAEsxtOtRHX9NbaCuDg"
                                    target="_blank" style="text-decoration: none;">
                                    <img src="#" width="36" alt="line"
                                        border="0"
                                        style="width:36px; height:auto; display:block; margin:0px;">
                                </a>
                            </td>
                            <td width="36">
                                <a href="mailto:MCM@sanofi.com" target="_blank"
                                    style="text-decoration: none;">
                                    <img src="#" width="36" alt="line"
                                        border="0"
                                        style="width:36px; height:auto; display:block; margin:0px;">
                                </a>
                            </td>
                            <td class="empty" width="444">&nbsp; </td>
                        </tr>
                    </table>
                </td>
                <td class="empty">&nbsp;</td>
            </tr>
            <tr>
                <td class="empty" height="36" width="6.25%">&nbsp;</td>
                <td class="empty">&nbsp;</td>
                <td class="empty" height="36" width="6.25%">&nbsp;</td>
            </tr>
        </table>
    </td>
</tr>                
Пример письма

Скачать архив примера письма можно по кнопке ниже