Customizing the Ambient Data Framework
This section describes how you can customize the Ambient Data Framework.
- Custom Ambient Data Framework handling of an HTTP request
You can customize the way in which the Ambient Data Framework handles an HTTP request. - Custom prefix for cookies and session IDs
By default, the Ambient Data Framework generates tracking IDs and session IDs that consist of the stringtridionfollowed by a unique identifier string. You can changetridionto a string of your choice to help you trace the origin of a cookie or session ID to its originating data center. You can set a custom prefix for these IDs. - Configuring cookie names and paths
You can provide explicit names for cookies and, if a cookie only applies to a certain subsection of your site, a path to that part of your Web site. - Configuring Ambient Data Framework cookie generation for visitors
By default, the Ambient Data Framework always generates cookies for your Web site visitors. International legislation or company policy may prompt you to change that system default behavior. Regardless of whether you left the default behaviors unchanged or set it tofalse, you can always create a Claim Processor that overrides the system default on a per-visitor basis.