Datastream-level IP obfuscation when using the Adobe Experience Platform Web SDK
When using the Platform Web SDK (version 23.4 or later), the datastream-level IP obfuscation setting takes precedence over any IP obfuscation option set in Target. For example, if the datastream-level IP obfuscation option is set to Full and the Target IP obfuscation option is set to Last octet obfuscation, Target receives a fully obfuscated IP.
For more information, see IP Obfuscation in Configure a datastream in the Adobe Experience Platfrom Datastreams Guide.
GeoSegmentation
If you enable the replacement of the last octet of the IP address, the remaining values of the IP address can be analyzed using reports in Target. If the last octet of the IP address has not been obfuscated, then the full IP address can be analyzed in Target. You can use the GeoSegmentation feature to map out visitor location by geographic area. GeoSegmentation data is granular only to the city level or zip code level, and not to the individual level.
If IP addresses are completely obfuscated, GeoSegmentation and geo targeting is not available.
Opt-out link
You can add an opt-out link to your sites to enable visitors to opt-out of all counting and content delivery.
-
Add the following link to your site:
<a href="https://clientcode.tt.omtrdc.net/optout"> Your Opt Out Language Here</a>
-
(Conditional) If you are using CNAME, the link should contain the "client=
clientcode
parameter, for example:https://my.cname.domain/optout?client=clientcode
. -
Replace
clientcode
with your client code, and add the text or image to be linked to the opt-out URL.
Any visitor who clicks this link is not included in any mbox requests called from their browsing sessions until they delete their cookies, or for two years, whichever comes first. This works by setting a cookie for the visitor called disableClient
in the clientcode.tt.omtrdc.net
domain.
Even if you use a first-party cookie implementation, the provided opt-out is set via a 3rd-party cookie. If the client is using a first-party cookie only, Target checks whether an opt-out cookie is set.