Update audience via Copilot

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

identifier

uuid

required

audience unique identifier

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

filters

array of arrays of objects

required

Collection of filter groups which are logically ORed together

filters*

ADD array of objects

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

vectors

object | null

204
Successfully updated audience

# ``422      default error response

# ``500      default error response

Updated3 months ago
* * *

ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request PATCH \
     --url https://services.fountain.com/api/servicepool/copilot/audiences/identifier \
     --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

422500

Updated3 months ago