You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Advertisers may want the option to perform "multi-touch attribution", giving partial credit to multiple impressions which preceded a conversion.
Retrieving all relevant impressions from the impression store is simple enough, and executing simple heuristics to allocate partial credit is simple enough. The return type would still be a histogram contribution, but potentially with non-zero values in multiple histogram bins (but the sum of all bins still being equal to the specified conversion value).
Is this feature simple enough to make the cut for the Level 1 MVP product?
The text was updated successfully, but these errors were encountered:
Given that we have to add a new Prio instantiation for this (#33), it looks easy enough to ensure that we can make multi-touch possible at that time. We'd need to define the attribution logic, but I'd say that this is probably easy enough and valuable enough to make the cut.
Advertisers may want the option to perform "multi-touch attribution", giving partial credit to multiple impressions which preceded a conversion.
Retrieving all relevant impressions from the impression store is simple enough, and executing simple heuristics to allocate partial credit is simple enough. The return type would still be a histogram contribution, but potentially with non-zero values in multiple histogram bins (but the sum of all bins still being equal to the specified conversion value).
Is this feature simple enough to make the cut for the Level 1 MVP product?
The text was updated successfully, but these errors were encountered: