Question
I noticed the Preference Site I added to our Template does not use a secure link. Is there a way to have it generated on an HTTPS page?
Answer
In order to have the Preference Site served on an HTTPS page, you will need to hard code the URL instead of using the generated tag. Here's how to do that:
- Go to Content > Templates
- Click on the Template to open it
- Select ADD TAGS
- Select the appropriate Preference Site from the drop-down
- Insert the tag into the Template
- On the SaaS, change this:
<a href="%%PREFSITE%%sid=1a:2">Subscribe</a>
To:
<a href="https://secure.whatcounts.com/ps?id=%%SUBSCRIBER_ID_TAG%%&sid=1a:2">Subscribe</a>
(Where "1a:2" is the code for your Preference Site.)
In addition to this change to the URL, all assets used in the Preference Site (e.g. images, CSS pages) must be available via HTTPS.