I created a rule in Launch to fire only in this page that PII information is getting captured by Activity Map, and I'm using s.ActivityMap.regionExclusions to exclude the div that contains the class 'billing-address-details', the link that I want to not be captured is in this class.
s.ActivityMap.regionExclusions = 'billing-address-details';
This value is still captured and showed in Activity Map Link report. In debugger it shows its value.

Any help to solve this would be appreciated.