Get Meta Ad Interest Suggestions
meta_ads_get_interest_suggestionsRead-onlyIdempotent
Generates related interest suggestions from a seed list of interest names to expand ad targeting options.
Instructions
Given a seed list of interest names, return related/suggested interests.
Args:
interest_list (string[]): Seed interest names, e.g., ["Basketball", "Soccer"]
limit (number, optional): Max suggestions (default 25)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interest_list | Yes | ||
| limit | No |