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

# PhraseSuggestion

A phrase suggestion returned by the phrase suggestions endpoint.

```
object PhraseSuggestion
```

## Discussion

The `PhraseSuggestion` object represents a phrase suggestion for use as a keyword targeting input.

Phrase suggestions are similar to keyword suggestions but may reflect multi-word user queries or longer-tail search patterns. Phrase suggestions help you discover targeting opportunities beyond single-word keywords, particularly for apps with specific use cases or niche audiences.

### Example

```json
{
  "phrase": "best productivity apps for teams",
  "popularity": 82
}
```

---

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)