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
{{ message }}
This repository was archived by the owner on Nov 7, 2025. It is now read-only.
There appears to be a discrepancy in the documentation regarding the unit of measurement for the recency value in the browserSignals object within generateBid().
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.
There appears to be a discrepancy in the documentation regarding the unit of measurement for the
recencyvalue in thebrowserSignalsobject withingenerateBid().Conflicting Information
In the Protected Audience API documentation, it states:
However, in the Extended Private Aggregation Reporting documentation, it states:
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
recencyvalue 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.