Skip to main content
POST
/
api
/
segments
/
audience-uploads
/
standard
Enable Standard Google Ads Audiences
curl --request POST \
  --url https://api.embedreach.com/api/segments/audience-uploads/standard \
  --header 'Content-Type: application/json' \
  --data '
{
  "adAccountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "success": true,
  "message": "<string>",
  "data": {
    "businessId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "adAccountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "segmentsActivated": 123,
    "uploadsEnabled": 123,
    "segments": [
      {
        "segmentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "segmentDefinitionCanonicalId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "segmentName": "<string>",
        "uploadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.embedreach.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

reach-tenant-id
string

If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.

Body

application/json
adAccountId
string<uuid>
required

The connected Google ad account to publish audiences to

Response

Status 200 response

success
boolean
required
message
string
data
object