Open
Bug 1904155
Opened 8 months ago
Updated 8 months ago
PPA API - Determine correct behavior for interactions with identical source and target sites, but different indexes
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: cbguder, Unassigned)
References
(Blocks 1 open bug)
Details
Impressions are currently de-duplicated by source and target in the local PPA database. This means that if there two impressions with the same source and target sites, but different ad indexes, the latter impression will override the ad index from the former.
This behavior is documented in the test testSelectionByInteractionType
in https://phabricator.services.mozilla.com/D212957; however it's not clear whether it is desired.
Summary: PPA API - Determine correct behavior for different interaction types with different indexes → PPA API - Determine correct behavior for interactions with identical source and target sites, but different indexes
You need to log in
before you can comment on or make changes to this bug.
Description
•