Create one or multiple audiences
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
audienceDtoInputarray
clickRate
number
The click rate of the audience as a fractional percentage (e.g. 0.2365 for 23.65%)
description
string
The description of the audience
filterValues
string
The filter values of the audience
filters
string
The filters of the audience
name
string
required
The name of the audience
openRate
number
The open rate of the audience as a fractional percentage (e.g. 0.2365 for 23.65%)
proximity
object | null
proximityobject | null
vectors
object | null
vectorsobject | null
``201 One or many audiences created.
``422 default error response
``500 default error response
Updated3 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://services.fountain.com/api/servicepool/audiences \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
201422``500
Updated3 months ago