PhraseSuggestion
A phrase suggestion returned by the phrase suggestions endpoint.
Declaration
object PhraseSuggestionProperties
| Name | Type | Description |
|---|---|---|
phrase | string | The suggested phrase text. Read-only. |
popularity | int32 | Relative popularity score for this phrase, indicating how frequently the phrase appears in user searches. Read-only. |
Discussion
The PhraseSuggestion object represents a phrase suggestion for use as a keyword targeting input.
Phrase suggestions are similar to keyword suggestions but may reflect multi-word user queries or longer-tail search patterns. Phrase suggestions help you discover targeting opportunities beyond single-word keywords, particularly for apps with specific use cases or niche audiences.
Example
{
"phrase": "best productivity apps for teams",
"popularity": 82
}