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
When a floor provider supplies floor data to the browser, the fetched data can be cached in various location, for example in the browser, the CDN or even further upstream in the origin server. With a goal of ensuring accurate pricing rules are implemented in the browser, floor providers can seek value in knowing when the floors file was produced and when it was used. By default floor providers know when floors are used, however they lack the understanding of the delta between when it's generated and when they are used. This ticket is to add an additional field to track the model generation epoch timestamp.
Requirements
Field name should be modelTimestamp
Field should be an integer representing an epoch timestamp
Field should be located at the top level of the data object found in both schemas since the model timestamp should apply to all models in schema 2 and the one model in schema 1:
In floors.data.modelTimestamp
Field should be recorded in the bid request of each bid object to allow analytics adapters to record the timestamp:
In bidRequest.floorData.modelTimestamp
Other information
The text was updated successfully, but these errors were encountered:
Type of issue
Intent to implement
Description
When a floor provider supplies floor data to the browser, the fetched data can be cached in various location, for example in the browser, the CDN or even further upstream in the origin server. With a goal of ensuring accurate pricing rules are implemented in the browser, floor providers can seek value in knowing when the floors file was produced and when it was used. By default floor providers know when floors are used, however they lack the understanding of the delta between when it's generated and when they are used. This ticket is to add an additional field to track the model generation epoch timestamp.
Requirements
modelTimestamp
floors.data.modelTimestamp
bidRequest.floorData.modelTimestamp
Other information
The text was updated successfully, but these errors were encountered: