This section details how the system matches the URL where the user is located (the referrer or full URL) against your list of scanned URLs to determine if the Consent Manager (CM) overlay should load.
The system ignores the following elements when comparing a user's current URL (Referrer or Full URL) against your list of Scanned URLs. The system automatically normalizes these parts to ensure successful matching:
- Both http:// and https:// are disregarded.
- The www. prefix is ignored.
- A final forward slash (/) at the end of the domain or path is ignored.
Full URL is the URL that appears on the address bar on the browser.
The HTTP Referer request header contains the absolute or partial address from which a resource has been requested.
Dynamic Tracker Behavior
When the Dynamic Tracker option is enabled, the system requires a strict, exact match between the Scanned URL and the site’s Referrer or Full URL. When the HTTP Referer is either not found in the list of Scanned URLs or is associated with a page that contains no trackers, the system will automatically utilize the Full URL as the fallback seed URL. If the Full URL is also not found in the list of scanned pages, the system returns an empty list, and the Notice JavaScript drops the default 0 (required) preference cookie.
Non-Dynamic Tracker Behavior
When the Non-Dynamic Tracker option is active, the referrer field in the internal system data (bindMap) will be blank.
| Self-Service Portal | Self-Service Icon Server | Self-Service JS | Self-Service Consent Manager | |
| Scanned URLs | Referrer | Referrer | Full URL | CM Overlay loads? |
|
|
https://trustarc.com | https://trustarc.com | https://trustarc.com | Yes |
| https://store.trustarc.com | https://store.trustarc.com | https://store.trustarc.com | Yes | |
| https://www.store.trustarc.com | https://www.store.trustarc.com | https://www.store.trustarc.com | Yes | |
| https://anothersub.subdomain.trustarc.com | https://anothersub.subdomain.trustarc.com | https://anothersub.subdomain.trustarc.com | Yes | |
| https://shop.amazon.com/ | http://amazon.com | http://amazon.com | http://amazon.com | Yes |
| https://shop.amazon.com/dashboard | https://shop.amazon.com/dashboard | https://shop.amazon.com/dashboard | Yes | |
| https://www.shop.amazon.com/ | https://www.shop.amazon.com/ | https://www.shop.amazon.com/ | Yes | |