Hi,
Does anyone knows how does the GDPR Opt-In option provided under Launch Target Extension really work?
Thanks,
Naresh
Solved! Go to Solution.
Hi Naresh,
There is an option via Launch to pre-approve the Target tag. To enable the ability to use Opt-In in the Target at.js library, you should use targetGlobalSettings and add the optinEnabled=true setting. In Launch you'll need to select "enable" from the GDPR Opt-In drop-down list in the Launch extension installation view. See the Launch documentation for more details.
The following code snippet shows you how to enable the optinEnabled=true setting:
window.targetGlobalSettings = {
optinEnabled: true
}
Regards,
Karan Dhawan
Hi Naresh,
Views
Like
Replies