We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb28bf commit bc3434cCopy full SHA for bc3434c
primitives/src/targeting.rs
@@ -86,7 +86,6 @@ impl Input {
86
.map(|ad_slot| Value::String(ad_slot.hostname.clone()))
87
.ok_or(Error::UnknownVariable),
88
"adSlot.alexaRank" => {
89
- // @TODO: Decide how to handle Alexa rank values
90
let ad_slot = self.ad_slot.as_ref().ok_or(Error::UnknownVariable)?;
91
let alexa_rank = ad_slot.alexa_rank.ok_or(Error::UnknownVariable)?;
92
0 commit comments