- TLC Home Home
- Discussions & Ideas Discussions & Ideas
- Product Guides Product Guides
- Knowledge Base Knowledge Base
- Developer Docs Developer Docs
- Education Education
- Blog TLC Blog
- Support Desk Support Desk
12-01-2016 01:38 PM
How can I force the Google Analytics Tag to fire via SSL as described in the article?
https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#forceSSL
and https://developers.google.com/analytics/devguides/collection/analyticsjs/field-reference#forceSSL
Solved! Go to Solution.
12-01-2016 02:24 PM
12-02-2016 07:03 AM
If you are in a situation where you have a heavily customized template and you need to manually update the tag to fire via SSL (I beleive the older tags inherit the security protocol of your site) you should be able to do so by updateing the loader function:
u.loader({"type": "script", "src": 'https://www.google-analytics.com/analytics.js', "loc": "script", "id": id });
Otherwise I think the above answer would be the best practice.
12-02-2016 07:16 AM
Copyright All Rights Reserved © 2008-2021