Amuthesan
Amuthesan
14-06-2019
Hi,
We are using AEM with Target using mbox.js version 63. mbox cookie is set by the mbox.js on load of the pages that has the targeteted components. We would like to make change to get consent from user before setting of any cookies on their browser, For which I am looking for some option to disable setting of the mbox cookie on user browser. Can someone help me with right approach to achieve this.
Thanks,
Amuthesan
Shruthi_N
Employee
Shruthi_N
Employee
14-06-2019
Amuthesan As documented here , you can add an opt-out link to your sites to enable visitors to opt-out of all counting and content delivery.
Any visitor who clicks this link is not included in any mbox requests called from their browsing sessions until they delete their cookies, or for two years, whichever comes first. This works by setting a cookie for the visitor called disableClient in the clientcode.tt.omtrdc.net domain.
Even if you use a first-party cookie implementation, the provided opt-out is set via a 3rd-party cookie. If the client is using a first-party cookie only, Target checks whether an opt-out cookie is set.
If you decide to use Adobe Target and Adobe Launch Opt-In, then check out Privacy and General Data Protection Regulation (GDPR)
Andrey_Osadchuk
MVP
Andrey_Osadchuk
MVP
15-06-2019
Could you also share a link to be able to opt in after opting out?
Amuthesan
Amuthesan
17-06-2019
Hi Shruthi,
I tried the steps from the document. I could see that the "disableClient" cookie set on the thirdparty domain and for the mbox requests the response from target says that it is disabled because of optout. Below is an sample response.
But I still could see that the mbox cookie is getting created on our site. Can you please let me know if I am missing something.
Thanks,
Amuthesan.
surebee
Employee
surebee
Employee
17-06-2019
Hi Andrey,
As requested please find the details on how to enable the optin functionality here.
" To enable the ability to use Opt-In in Target at.js, you should use targetGlobalSettings and add the optinEnabled=true setting. "
Opt-in functionality is supported in at.js version 1.7.0 and at.js 2.1.0. Opt-in is not supported in at.js version 2.0.0 and 2.0.1.
Using Adobe Launch to manage opt-in is the recommended approach. Further granular control exists in Adobe Launch to hide selected elements of your page prior to Target firing that are helpful to leverage as part of your consent strategy.
Andrey_Osadchuk
MVP
Andrey_Osadchuk
MVP
17-06-2019
Thank you surebee for the reply regarding opt-in.
surebee
Employee
surebee
Employee
17-06-2019
No problem Andrey! Have a great day!