| Search the Help Center |
| How long can a link URL be? |
|
The process in which a link is clicked in an email is rather easy. You encode a link in your HTML or link existing text and when the end user clicks that link, they are taken to the specific page that URL corresponds to. However, there are some cases where that doesn't happen and the user
is taken to an incorrect URL. It could be an incorrect link added by the
developer (which you can fix with link labeling) or in some cases, the URL is too long and cuts off, aka truncates. Also, using a link redirection system (ex. bit.ly) to shorten the link can cause link issues as you should not redirects of redirects. The best approach is to get the original link under the 255 character limit. |


The article has been updated successfully.