Solved
Velocity Scripting for URLs
I am hoping someone can help me with a velocity script question. In all transparency I am not a coder but working to understand.
- I have a URL in a custom object.
- The URL contains the full value including https://
- I have a super basic velocity token pulling in that value. (The script literally only is this: ${cartsAndQuotes_cList.get(0).cartURL}.)
- The problem I have is that I do not get clicks counted when I put that token into my CTA in an email template
- I think I need a way for the velocity script to return the URL without the https:// portion (so I can add https:// in front of the token in the CTA)
Can anyone point me to a good reference for simple scripting that would help me to accomplish this?