내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

ActivityMap is tracking PII information from the page

Avatar

Community Advisor

Hello Experts,

 

Hope you are doing well!

 

We have come across a peculiar situation with ActivityMap. We are seeing that it's tracking PII information from the page, in our logged-in section, based on user clicks over the areas where such information exists. For instance, phone number, address, name etc. Launch is our TMS.

 

Has anyone experienced it? Need help in avoiding this functionality and a solution to discard PII information that was collected already.

 

Grateful to your guidance. Thank you.

 

Kishore Reddy

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Couple ways to do it...

 

https://www.ourpcgeek.com/how-to-disable-activity-map-in-adobe-launch/

 

Also your devs might be able to modify link labels to then pass either hashed output(depends on code structure) or as link above mentions make an exclude rule for critical pages to not capture activity map info.

 

GLTU

원본 게시물의 솔루션 보기

5 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Couple ways to do it...

 

https://www.ourpcgeek.com/how-to-disable-activity-map-in-adobe-launch/

 

Also your devs might be able to modify link labels to then pass either hashed output(depends on code structure) or as link above mentions make an exclude rule for critical pages to not capture activity map info.

 

GLTU

Avatar

Community Advisor

Thank you @Pablo_Childe 

Avatar

Community Advisor

You can also consider rewriting the Activity Map functions to remove PII before tracking. See https://experienceleague.adobe.com/docs/analytics/analyze/activity-map/link-tracking/activitymap-lin...for code customisation examples.

Avatar

Community Advisor

Thank you so much @yuhuisg @Pablo_Childe 

Just a follow up query:

Is there a way we can remove or mask the PII data that we have already collected in "Activity map link" dimension from Report Suite?

 

Thank you,

Kishore

Avatar

Community Advisor

There's a Data Repair API that you can use to programmatically delete data in AA: https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/data-repair/