Skip to main content
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

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.