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
- Implement Adobe Analytics
- Analytics Release Notes
- AppMeasurement release notes
- Analytics variables, functions, and methods
- Prepare to implement Adobe Analytics
- Implement Analytics using Experience Platform Edge
- Implement Analytics using the Adobe Analytics extension
- Implement Analytics using JavaScript
- Implement Analytics on other platforms
- Implement Analytics on mobile devices
- Implementation use cases
- Validate your implementation
- Frequently asked questions
- Review your implementation