General setup
Schema update
contextual_key:String @TreeIndex(index:"USER_INDEX")ts:Timestamp! @TreeIndex(index:"USER_INDEX")semantic_tagging:[SemanticTagging] @Property(path:"$properties.$semantic_tagging")
targeting_list_ids:[String] @TreeIndex(index:"USER_INDEX") @ReferenceTable(type:"CORE_OBJECT", model_type:"CONTEXTUAL_TARGETING_LISTS") @Property(path:"$properties.$targeting_list_ids")type SemanticTagging {
provider_id:String @Property(path:"$provider_id") @TreeIndex(index:"USER_INDEX")
provider_version:String @Property(path:"$provider_version") @TreeIndex(index:"USER_INDEX")
entities:[SemanticEntity] @Property(path:"$entities")
iab_categories:[SemanticIABCategory] @Property(path:"$iab_categories")
}
type SemanticEntity {
entity_id:String @Property(path:"$entity_id") @TreeIndex(index:"USER_INDEX")
name:String @Property(path:"$name") @TreeIndex(index:"USER_INDEX")
type:String @Property(path:"$type")
wikidata_id:String @Property(path:"$wikidata_id")
}
type SemanticIABCategory {
category_id:String @TreeIndex(index:"USER_INDEX") @Property(path:"$category_id")
name:String @TreeIndex(index:"USER_INDEX") @Property(path:"$name")
}Event rule configuration
Blacklist URL
Blacklist Regexp
Last updated
Was this helpful?