<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/CategorySuggestion",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:CategorySuggestion"
  },
  "title" : "CategorySuggestion"
}
-->

# CategorySuggestion

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

```
object CategorySuggestion
```

## 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

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)