-
Notifications
You must be signed in to change notification settings - Fork 269
Description
There appears to be a discrepancy in the documentation regarding the unit of measurement for the recency
value in the browserSignals
object within generateBid()
.
Conflicting Information
-
In the Protected Audience API documentation, it states:
recency in generateBid()'s browser signals is specified in milliseconds
-
However, in the Extended Private Aggregation Reporting documentation, it states:
The browserSignals.recency value inside generateBid() specifies the duration in minutes since the user joined the interest group.
Observation
Based on the values observed in generateBid()
, it appears that milliseconds is the more likely correct unit of measurement.
Request for Clarification
Could the correct unit of measurement for the recency
value be confirmed and the documentation updated accordingly to ensure consistency across all references?
This clarification would be beneficial for developers implementing the Protected Audience API to avoid potential misinterpretations or errors in their code.