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
As a Buyer (DSP), the browserSignals sent as part of the generateBid function currently include prevWinsMs data, which can be utilised for on-device frequency capping at the IG level only.
Regarding implementing on-device frequency capping using cross-site data , I have the following questions:
Q1: Since Shared Storage enables us to make informed decisions based on cross-site data, can I read from shared storage within the generateBid (which is already running in a worklet) to apply ad-decision/business logic (such as Frequency Capping) based on cross-site information and select a subset of ads?
Q2: Additionally, can I write to the Shared Storage upon ad rendering?
The text was updated successfully, but these errors were encountered:
Q1: Since Shared Storage enables us to make informed decisions based on cross-site data, can I read from shared storage within the generateBid (which is already running in a worklet) to apply ad-decision/business logic (such as Frequency Capping) based on cross-site information and select a subset of ads?
No, it is not possible to read from shared storage within bidding worklets.
Q2: Additionally, can I write to the Shared Storage upon ad rendering?
Yes, you can write to Shared Storage from virtually anywhere, including bidding worklets, reporting worklets, and from the rendered creative.
As a Buyer (DSP), the browserSignals sent as part of the generateBid function currently include prevWinsMs data, which can be utilised for on-device frequency capping at the IG level only.
Regarding implementing on-device frequency capping using cross-site data , I have the following questions:
Q1: Since Shared Storage enables us to make informed decisions based on cross-site data, can I read from shared storage within the generateBid (which is already running in a worklet) to apply ad-decision/business logic (such as Frequency Capping) based on cross-site information and select a subset of ads?
Q2: Additionally, can I write to the Shared Storage upon ad rendering?
The text was updated successfully, but these errors were encountered: