KeywordSuggestion
A keyword suggestion returned by the keyword suggestions endpoint.
Declaration
object KeywordSuggestionProperties
| Name | Type | Description |
|---|---|---|
text | string | The suggested keyword text. Read-only. |
popularity | int32 | Relative popularity score (not an absolute volume) for this keyword across App Store countries or regions. Read-only. |
Discussion
A KeywordSuggestion represents a single keyword text suggestion for an apps campaign.
These suggestions are discovery tools. They surface keywords that may not already be in the ad group but are relevant to the app. Sort suggestions by popularity to add the highest-impact keywords first.
Example
{
"text": "productivity app",
"popularity": 85
}