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

# Google Ads Audiences

> Connect Google Ads Audiences to Deepline, set the customer account, and sync reviewed contacts or account lists into Customer Match.

Use Google Ads Audiences when a workflow needs to create or update a Customer Match audience from reviewed emails or account lists.

## Connect Google Ads

1. Open the Deepline dashboard.
2. Go to **Integrations**.
3. Select **Google Ads Audiences**.
4. Connect the Google account with access to the target Ads customer.
5. Confirm the default customer account before running an audience sync.

## Action IDs

Use these operation IDs in integration calls:

* `google_ads_audiences_create_audience`
* `google_ads_audiences_list_audiences`
* `google_ads_audiences_get_audience_status`
* `google_ads_audiences_delete_audience`
* `google_ads_audiences_sync_audience_members`

## Required inputs

* Google Ads customer ID
* Audience name or audience ID
* Hashed or hashable email values
* 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/google_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 [Google Ads Audiences GTM Stack profile](https://deepline.com/gtm-stack/providers/google-ads-audiences).
