@nareshb90897488
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