Contents

KeywordSuggestion

A keyword suggestion returned by the keyword suggestions endpoint.

Declaration

object KeywordSuggestion

Properties

NameTypeDescription
textstring

The suggested keyword text. Read-only.

popularityint32

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
}

See Also