CategorySuggestion
A category suggestion returned by the category suggestions endpoint, for either an App Store app or an Apple Maps brand.
Declaration
object CategorySuggestionProperties
| Name | Type | Description |
|---|---|---|
category | string | The category name. For App Store apps, an app category (for example, |
popularity | int32 | 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
}