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
Use a list validators from which we will query for /units-for-slot
Add a warning that this list has priority, first listed has priority over other validators
Include the URLs and maybe even the address of the validator?!
If a campaign exist in a previous validator, skip any other occurrences of this Campaign
This has the consequence that the first time a campaign is returned by a validator, it's price (UnitsWithPrice) will be taken into account and all other results from subsequent calls to different validators will be ignored.
Take the first validator's /units-for-slot result (fallback ad unit, targeting_input_base, accepted_referrers) and use it in the manager at get_next_ad_unit
The text was updated successfully, but these errors were encountered:
Part of #296
Required for #312
TODOs:
AIP#31 Targeting changes
Compare output of JS implCheckTargeting Input
Input::navigator_language
See: https://github.com/AdExNetwork/adex-validator-stack-rust/blob/7fd8a4b9c39ba9cbb57367c7a90f07823af7643d/adview-manager/src/lib.rs#L329-L330.expect()
is reasonable. See:https://github.com/AdExNetwork/adex-validator-stack-rust/blob/7fd8a4b9c39ba9cbb57367c7a90f07823af7643d/adview-manager/src/lib.rs#L358-L368 Infinity Behaviour + AdView Manager Tests #566
.unwrap()
and what should happen if we don't find theValidatorDesc
. See:https://github.com/AdExNetwork/adex-validator-stack-rust/blob/7fd8a4b9c39ba9cbb57367c7a90f07823af7643d/adview-manager/src/lib.rs#L548-L558 @simzzz
Infinity
and check how it's Serialized in JSON. Make sure the behaviour is the same!https://github.com/AdExNetwork/adex-adview-manager/blob/cbb0217d80f35b8febe56fd3dde10cdfd50ca5d7/src/main.ts#L141-L143 Infinity Behaviour + AdView Manager Tests #566
AIP#61 V5
/units-for-slot
This has the consequence that the first time a campaign is returned by a validator, it's price (
UnitsWithPrice
) will be taken into account and all other results from subsequent calls to different validators will be ignored./units-for-slot
result (fallback
ad unit,targeting_input_base
,accepted_referrers
) and use it in the manager atget_next_ad_unit
The text was updated successfully, but these errors were encountered: