Does the "Track clicked links" option in configuration force URLs to be lowercase in the HTML Email?

Sarah Pengelly asked on December 6, 2017 21:26

I have a client who is adding links that have uppercase and lowercase letters into an Email newsletter in Kentico 10.0.24. When she sends a draft, the link which is added via the CKEditor resolves properly with upper and lowercase letters. When the email is sent to the list, the link is then translated to all lowercase in the system. This causes certain links to fail as the external sites they are on have case sensitive URLs.

I created a test email marketing list and email and noticed when I unclicked "Track Clicked links" the link URL remains as it should be. Is there anyway to disable the system from translating links to all lowercase?

Thanks

Correct Answer

Michal Samuhel answered on December 7, 2017 09:09

Hi Sarah,

I believe that you are looking after this web.config key: CMSLinkTrackerKeepUrlCase

https://docs.kentico.com/k10/references/reference-web-config-application-keys#Reference-Web.configapplicationkeys-Emailfeedlinktrackingsettings

This key is by default false, so all tracked links are converted to lower case by default.

3 votesVote for this answer Unmark Correct answer

Recent Answers


Prashant Verma answered on December 7, 2017 03:43

Hi Sarah,

In kentico we have some global and site specific settings for URL and SEO.

Steps for settings configuration.

  1. Open your Kentico CMS Admin Dashboard.
  2. Search settings and open it.
  3. Select URL & SEO from your left sidebar.
  4. Select suitable options for Redirect invalid case URLs to their correct versions: Default selected = 'Do not check the URLs case'
  5. Make sure Redirect invalid case URLs to their correct versions: option should not be selected as Redirect all requests to lower case URLs

Image and video hosting by TinyPic

Thanks

Happy to help

2 votesVote for this answer Mark as a Correct answer

Sarah Pengelly answered on December 7, 2017 17:52

Thank you Michal. That worked.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.