Expand my Community achievements bar.

SOLVED

GDPR Target

Avatar

Level 1

Hi,

 

Does anyone knows how does the GDPR Opt-In option provided under Launch Target Extension really work?

 

Thanks,

Naresh

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi Naresh,

 

You have to select : GDPR Opt-In option in Target Extension as well.

Note : Also please take a look at this documentation
           The page describes how you should setup Opt-In and Target.

View solution in original post

2 Replies

Avatar

Employee

@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

Avatar

Correct answer by
Employee

Hi Naresh,

 

You have to select : GDPR Opt-In option in Target Extension as well.

Note : Also please take a look at this documentation
           The page describes how you should setup Opt-In and Target.