> ## Documentation Index
> Fetch the complete documentation index at: https://deepline.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# LinkedIn Ads Audiences

> Connect LinkedIn Ads Audiences to Deepline, choose an ad account, and sync reviewed contacts or companies into Matched Audiences.

Use LinkedIn Ads Audiences when a workflow needs to sync reviewed contacts or companies into a Matched Audience.

## Connect LinkedIn Ads

1. Open the Deepline dashboard.
2. Go to **Integrations**.
3. Select **LinkedIn Ads Audiences**.
4. Connect an account with access to the target ad account.
5. Confirm the ad account ID and audience permissions before running a sync.

## Action IDs

Use these operation IDs in integration calls:

* `linkedin_ads_audiences_create_audience`
* `linkedin_ads_audiences_list_audiences`
* `linkedin_ads_audiences_get_audience_status`
* `linkedin_ads_audiences_delete_audience`
* `linkedin_ads_audiences_sync_audience_members`

## Required inputs

* LinkedIn ad account ID
* Audience name or audience ID
* Emails, company names, or company domains supported by the selected action
* Consent and suppression status from your source system

## Run from the API

```bash theme={null}
curl -X POST "https://code.deepline.com/api/v2/integrations/linkedin_ads_audiences_sync_audience_members/execute" \
  -H "Authorization: Bearer $DEEPLINE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"payload":{"audience_name":"Target accounts","emails":["person@example.com"]}}'
```

For provider positioning, use the [LinkedIn Ads Audiences GTM Stack profile](https://deepline.com/gtm-stack/providers/linkedin-ads-audiences).
