patch https://{url}/audience/
This endpoint allows you to update an audience branch.
- URL:
PATCH - {{url}}/audience/:id
- Parameter:
id
- ID of the campaign.
- Body:
name
- The name of the audience.
tagRule
- The tag rule for the audience.
uniqueOwner
- Indicates whether the audience has a unique owner.
custodialWallet
- Custodial or non-custodial wallet.yes
: Send to custodial wallet only.no
: Send to non-custodial wallet only.all
: Both types of wallet.
isWalletActiveSinceNumberOfDays
- A period in days during which activity was observed on the user's wallet.
countries
- Define the target country. String with values separated by a pipe Example:France
|Spain
...
- Success: The audience data are returned.