reviq.setKv("key", "value");
reviq.setKv("dog", "woof");
reviq.setKv("cat", "meow");
googletag.pubads().getTargeting("key"); //= ["value"]
googletag.pubads().getTargeting("foo"); //= ["bar"]
googletag.pubads().getTargeting("cat"); //= ["meow"]
You may not pass any user-identifiable data (including names, addresses, or user IDs) in targeting.
key
string
required
The targeting key
value
string
required
The targeting value
reviq.setKv("key", "value");
reviq.setKv("dog", "woof");
reviq.setKv("cat", "meow");
googletag.pubads().getTargeting("key"); //= ["value"]
googletag.pubads().getTargeting("foo"); //= ["bar"]
googletag.pubads().getTargeting("cat"); //= ["meow"]

setKvs

The setKvs method is a convenience method for setting multiple key-value pairs at once. It accepts an object where the keys are the targeting keys and the values are the targeting values.
kvs
object
required
An object of key-value pairs