Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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"]
Sets a key-value pair for optional targeting
setKvs