Contents

CategorySuggestion

A category suggestion returned by the category suggestions endpoint, for either an App Store app or an Apple Maps brand.

Declaration

object CategorySuggestion

Properties

NameTypeDescription
categorystring

The category name. For App Store apps, an app category (for example, Productivity, Games). For Apple Maps brands, the category associated with the brand (for example, Restaurants, Retail). Read-only.

popularityint32

Relative popularity score for this category. Read-only.

Discussion

The CategorySuggestion object represents a single category suggestion for targeting.

To discover high-value categories to add as targeting criteria, use category suggestions. For App Store app campaigns, results reflect app categories. For Apple Maps campaigns, results reflect the categories associated with the brand. Sort results by popularity to prioritize the most impactful categories.

Example

{
  "category": "Productivity",
  "popularity": 90
}

See Also