Expand my Community achievements bar.

SOLVED

Is it recommended to have PII data encrypted before ingesting in AEP via web SDK.

Avatar

Level 2

Is it recommended to have PII data encrypted before ingesting in AEP via web SDK.
If yes, how could we use the same for activation with AJO as AJO can't send email to encrypted email id's.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hey @Shaini_Gupta 

 

There are two parts to your query. Encryption and using that data for AJO email delivery.

 

1. Encryption: Till the time you are not sending plain text PII or unhashed data into Analytics, you can send unhashed PII into CDP through web sdk. Reason being, analytics should not hold PII in plain text. CDP on the other hand does handle PII and has data governance checks in place to handle that data.

 

2. Using email sent through Web SDK for sending emails through AJO: AJO uses email addresses from profile information. That means, you need to have the email address in the form of record data. Data sent through web SDK is time series data and email address sent through in this data would not be directly used to send email in AJO. You would have to make sure to get that email address in plain text into profile of the user.

 

Hope the above helps.

 

Cheers,

Abhinav

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hey @Shaini_Gupta 

 

There are two parts to your query. Encryption and using that data for AJO email delivery.

 

1. Encryption: Till the time you are not sending plain text PII or unhashed data into Analytics, you can send unhashed PII into CDP through web sdk. Reason being, analytics should not hold PII in plain text. CDP on the other hand does handle PII and has data governance checks in place to handle that data.

 

2. Using email sent through Web SDK for sending emails through AJO: AJO uses email addresses from profile information. That means, you need to have the email address in the form of record data. Data sent through web SDK is time series data and email address sent through in this data would not be directly used to send email in AJO. You would have to make sure to get that email address in plain text into profile of the user.

 

Hope the above helps.

 

Cheers,

Abhinav

 

 

Avatar

Administrator

@Shaini_Gupta Did you find the suggestion solution helpful? It would be great if you can  mark the answer as correct for posterity. If you have found out solution yourself, share it with wider audience in the community.