SECUREAREA
 
See also Tags
 
Synopsis
 
This tag enables xCatalyst to switch between 2 different areas depending on whether the URL of the page in question is HTTP or HTTPS.  If the page is a secure page then the first area is called and the secure version of the content is used.  If the page is non-secure then the second area is used. 
 
This tag was designed to help solve the issue of using the google analytics code on secure pages without getting the "nag" screen everytime.
 
Syntax
 
LC:SECUREAREA:{Secure Area}:{Unsecure Area}
 
Example
 
LC:SECUREAREA:HTTPS:HTTP
The first parameter (e.g. HTTPS) represents the name of the area where the secure version of the code is housed.  The second parameter contains the non-secure version of the same code.