Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.14 KB

File metadata and controls

36 lines (20 loc) · 1.14 KB

GeoMentionsTarget

Properties

Name Type Description Notes
domain String Target domain (no protocol/www). Provide domain or keyword. [optional]
keyword String Target keyword. Provide domain or keyword. [optional]
filter FilterEnum Whether to include or exclude matches for this entity. Defaults to include. [optional]
scope List<String> Where to look. Domain scopes: any, sources, search_results. Keyword scopes: any, question, answer, brand_entities, fan_out_queries. [optional]
match MatchEnum Keyword match type. word = full-term match; partial = substring. Defaults to word. [optional]
includeSubdomains Boolean Include subdomains of the target domain. Defaults to false. [optional]

Enum: FilterEnum

Name Value
INCLUDE "include"
EXCLUDE "exclude"

Enum: MatchEnum

Name Value
WORD "word"
PARTIAL "partial"