ITrackingDataInterceptor is an interceptor that can modify tracking data before sending to Profile Store.
## Tracking data workflow
A user accesses the website.
Create user tracking data.
Data is accumulated through TrackingDataInterceptor and ordered by SortOrder. The tracking data may be modified in the TrackingDataInterceptor.
Tracking data is sent to the Tracking API.

## Customize the tracking data interceptor
Prerequisites
See [Using Tracking.Core API with Profile Store](🔗).
Implement ITrackingDataInterceptor to customize the tracking data interceptor. ITrackingDataInterceptor instances are executed following the SortOrder property.
The following example uses a QuickSilver site that tracks data values (Browser, Market, Currency, and so on).
Compile the site and browse the site on a browser.
Look into the tracking value; you have the browser, market, and currency information in it. Using Profile APIs to query the tracking data, you get data similar to the following.Â