| 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] |
| Name | Value |
|---|---|
| INCLUDE | "include" |
| EXCLUDE | "exclude" |
| Name | Value |
|---|---|
| WORD | "word" |
| PARTIAL | "partial" |