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
I assume that when sending: setAdSelectionSignals it translates to: auction_signals in generateBid.
As a side note: the naming inconsistencies are confusing and make it hard to track.
When I add the following code to generateBid I get no ads selected. Since I have no way of debugging the values of parameters, I can only assume that the value doesn't exist:
function slotValid(ad, auction_signals) {
const slotType = auction_signals.ad_type;
if (ad.metadata.ad_type !== slotType) {
return false;
}
return true;
}
The text was updated successfully, but these errors were encountered:
guybashan
changed the title
Parameter: "auction_sginals" are not delegated properly to generateBid
Parameter: "auction_signals" are not delegated properly to generateBid
Nov 6, 2024
I assume that when sending: setAdSelectionSignals it translates to: auction_signals in generateBid.
As a side note: the naming inconsistencies are confusing and make it hard to track.
This is my Android code:
When I add the following code to generateBid I get no ads selected. Since I have no way of debugging the values of parameters, I can only assume that the value doesn't exist:
The text was updated successfully, but these errors were encountered: