Inputs
Output
Type:List[Dict]
Returns saved audiences. targeting_criteria is present only when include_targeting is on.
Fields: id, name, description, account, approximate_member_count, targeting_criteriaDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the saved audience templates on a LinkedIn ad account
| App | LinkedIn Ads |
| Operation ID | linkedin_ads_list_target_templates |
| Type | Action |
| Connection | linkedin_ads (required) |
| Credits per run | Free |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | LinkedIn Ads account whose saved audience templates should be listed. |
include_targeting | boolean | No | False | If true, also return each template’s full targeting criteria object. Off by default because the object is large; turn it on to reuse a saved audience when creating an ad set. |
sort_field | enum (ID, NAME) | No | - | Sort by ID or NAME. Defaults to ID. |
sort_order | enum (ASCENDING, DESCENDING) | No | - | Sort direction. Defaults to ASCENDING. |
limit | integer | No | 100 | Maximum number of templates to return. Defaults to 100. |
List[Dict]
Returns saved audiences. targeting_criteria is present only when include_targeting is on.
Fields: id, name, description, account, approximate_member_count, targeting_criteria