Skip to content

Instantly share code, notes, and snippets.

@pganti
Created February 12, 2019 04:45
Show Gist options
  • Save pganti/921979954361f71674a6390353340686 to your computer and use it in GitHub Desktop.
Save pganti/921979954361f71674a6390353340686 to your computer and use it in GitHub Desktop.
cleartargeting
`slot.getTargetingKeys().forEach(function(key){
if(key.substring(0,3) == 'hb_'){
slot.clearTargeting(key);
}
});`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment