We are bound to a rather strict rulset regarding data security. Adobe Analytics seems to not cater for these modern needs as it propagates values in parameters where you can't control the values:
Is there a way to disable these parameters or at least be able to modify them. According to this page they are not exposed as s. variables:
Data Collection Query Parameters
Solved! Go to Solution.
Regarding the variables, thanks I found out a few things regarding this in the meantime as well; not all are documented properly though:
For the activityMap I use this code snipped:
if (typeof s.ActivityMap === 'object') {
s.ActivityMap.link = function() {
return false;
};
}
Regarding IP, this happens already on the cloud, so the IP was already sent out of my country to a server somwhere. Big no-go in banking and insurance companies. The only way to prevent the IP to be propagated is a proxy and that is not a limitation of Adobe but just how http works.
Views
Replies
Total Likes
Hi Thomas,
s.referrer=<%=referrerVar%> // custom code to remove PII by using document.referrer to grab clean referrer value.
s.trackDownloadLinks=false
s.trackExternalLinks=false
Thanks,
Asheesh
asheeshp thanks for the feedback. What about the IP address?
Views
Replies
Total Likes
Use Analytics > Admin > Report Suites > Edit Settings > General > General Account Settings to IP Obfuscation.
You can turns IP addresses into non-recognizable strings, essentially removing them from Adobe data stores. When IP Obfuscation is enabled, the original IP addresses are permanently lost.
Note: The IP addresses are obfuscated everywhere in Analytics, including Data Warehouse. However, the IP setting in Target is controlled separately, so this setting has no impact on Target.
If IP obfuscation is enabled, IP exclusion happens before the IP address is obfuscated, so customers don'’t need to change anything when they enable IP obfuscation.
Check the desired default IP Obfuscation setting for new report suite > Configure IP Obfuscation - Analytics Help and Reference
Good Read
Overview of what data Adobe Analytics collects and other privacy considerations - Privacy Overview
Thanks,
Asheesh
Regarding the variables, thanks I found out a few things regarding this in the meantime as well; not all are documented properly though:
For the activityMap I use this code snipped:
if (typeof s.ActivityMap === 'object') {
s.ActivityMap.link = function() {
return false;
};
}
Regarding IP, this happens already on the cloud, so the IP was already sent out of my country to a server somwhere. Big no-go in banking and insurance companies. The only way to prevent the IP to be propagated is a proxy and that is not a limitation of Adobe but just how http works.
Views
Replies
Total Likes
Hi Thomas,
Did the above replies help to solve your question or do we need to leave the thread open?
Thanks,
Jantzen
Views
Replies
Total Likes
Views
Likes
Replies