BookmarkSubscribeRSS Feed
Lukas852
Fluorite | Level 6

Hello,

 

I'm searching for how to change this message you receive, when you unsubscribe via the optout link provided in mails sent by SAS Digital Marketing.

unsub.jpg

I need it to be a different message in different language, but unfortunatelly i couldnť find any option where to change it in SDM Studio.

 

Can you please tell me how to do it?

 

Regards

Lukas.

1 REPLY 1
Pushkraj
SAS Employee

You can set the value of property bulkemailmid_tracking_optout_url  via SAS Management Console --> Application management-->Configuration Manager-->SAS Application Infrastructure-->Digital marketing WebStudio SDMversion

to the desired valid html link (for ex. http://www.YourCompanyDomain.com/YourOptout.html) and rebuild and redeploy bess by running the config wizard.

 

Or else 

make change to web.xml of tracking tier application (bess) and restart the mid-tier server.

Parameters redirect should be set to true and redirect_link should be set to appropriate value.

 

      <servlet>

            <servlet-name>optout</servlet-name>

            <servlet-class>com.sas.email.servlets.OptOut</servlet-class>

 

            <init-param>

                  <param-name>redirect</param-name>

                  <param-value>true</param-value>

            </init-param>

            <init-param>

                  <param-name>redirect_link</param-name>

                  <param-value> http://www.YourCompanyDomain.com/YourOptout.html</param-value>

            </init-param>

            <init-param>

                  <param-name>sync</param-name>

                  <param-value>true</param-value>

            </init-param>

            <load-on-startup>1</load-on-startup>

      </servlet>

Review SAS CI360 now.png

 

Want to review SAS CI360? G2 is offering a gift card or charitable donation for each accepted review. Use this link to opt out of receiving anything of value for your review.

 

 

 

 

SAS Customer Intelligence 360

Get started with CI 360

Review CI 360 Release Notes

Open a Technical Support case

Suggest software enhancements

Listen to the Reimagine Marketing podcast

Assess your marketing efforts with a free tool

 

Training Resources

SAS Customer Intelligence Learning Subscription (login required)

Access free tutorials

Refer to documentation

Latest hot fixes

Compatibility notice re: SAS 9.4M8 (TS1M8) or later

 

 

How to improve email deliverability

SAS' Peter Ansbacher shows you how to use the dashboard in SAS Customer Intelligence 360 for better results.

Find more tutorials on the SAS Users YouTube channel.

Review SAS CI360 now.png

 

Want to review SAS CI360? G2 is offering a gift card or charitable donation for each accepted review. Use this link to opt out of receiving anything of value for your review.

 

 

 

 

SAS Customer Intelligence 360

Get started with CI 360

Review CI 360 Release Notes

Open a Technical Support case

Suggest software enhancements

Listen to the Reimagine Marketing podcast

Assess your marketing efforts with a free tool

 

Training Resources

SAS Customer Intelligence Learning Subscription (login required)

Access free tutorials

Refer to documentation

Latest hot fixes

Compatibility notice re: SAS 9.4M8 (TS1M8) or later

 

 

Discussion stats
  • 1 reply
  • 898 views
  • 2 likes
  • 2 in conversation