Hi,
I want to set a secure flag for my Target cookie and have tried the below method but it is not working. Could anybody share their thoughts on how to get it worked?
window.targetGlobalSettings = {
secureOnly: true
}
The above mentioned method seems to be not working when I checked using chrome developer tools where I found empty value for the column SECURE.
We have also tried enabled:false to validate the above method which is working as expected as it is disabling the Target library.
Is there any other method to set this flag for Target? As for Adobe Analytics and ECID, this setting is present directly on editing the configurations for the respective extensions in Launch but for Target there is no direct way.
Your timely help is well appreciated.
Thanks in advance!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
@Khushboo_Kalia Since secure flag can be set and available only on https pages, I hope you're trying on https pages?
@Khushboo_Kalia Since secure flag can be set and available only on https pages, I hope you're trying on https pages?
Views
Replies
Total Likes
@Khushboo_KaliaYou can try (if not already) adding window.targetGlobalSettings logic in at.js header in Target itself i.e. under Administration > Implementation > Edit at.js Settings > Code Settings > Library Header. There's a possibility that the value is getting overridden.
Views
Replies
Total Likes
Views
Replies
Total Likes
As a point of clarification, the targetGlobalSettings of secureOnly: true does not impact the Target set cookies (mbox, etc.) it forces all the requests made from at.js to always be over HTTPS (secure protocol). Noted here in help: https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/functions-overview...
Views
Like
Replies