s.writeSecureCookies in AppMeasurement and the Analytics extension custom code editor

The s.writeSecureCookies variable is a boolean that determines if AppMeasurement sets the Secure attribute when creating a cookie. Its default value is false. Set this variable to true if all content on your site is secure and you would like cookies set by AppMeasurement to have the Secure attribute.

s.writeSecureCookies = true;

Analytics