Changes between Version 1 and Version 2 of ad-click-attribution-draft-spec
- Timestamp:
- Apr 24, 2019, 3:00:49 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ad-click-attribution-draft-spec
v1 v2 94 94 95 95 The user agent may want to limit the amount of stored ad click attribution data. Limitations can be set per ad click source, per ad click destination, and on the total amount of ad click attribution data. 96 97 == Open Source Status in WebKit98 We have an experimental implementation in WebKit which we continue to refine. Here are a few useful links:99 * Data model: https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/loader/AdClickAttribution.h100 * Central management: https://trac.webkit.org/browser/webkit/trunk/Source/WebKit/NetworkProcess/AdClickAttributionManager.cpp101 * Layout tests: https://trac.webkit.org/browser/webkit/trunk/LayoutTests/http/tests/adClickAttribution