-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust ad click attribution pixel logic (#2588)
We recently added "pixel" requests to the mechanism we rely on to support ad click attribution in DuckDuckGo products. These help DuckDuckGo validate that the mechanism's logic is working correctly. A few further adjustments are required: 1. The 'm_ad_click_active' pixel should only fire (and the 'm_pageloads_with_ad_attribution' counter incremented) when a request is actually allowed by the mechanism. 2. The browser name (e.g. "chrome", "edge", etc.) should be appended to the pixel names. 3. The extension's version number (e.g. "2024.7.10") should be included with some of the pixels. Further reading: - f875594 - https://duckduckgo.com/duckduckgo-help-pages/privacy/web-tracking-protections/#duckduckgo-private-search-ads - https://improving.duckduckgo.com/
- Loading branch information
Showing
7 changed files
with
330 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.