Share Audience
Shares an audience with a group.
The caller must be part of the targeted group.
Audiences generated in the platform can not be shared via the Silhouette API and vice versa.
Getting Started
URL REQUEST (POST)
https://api.statsocial.com/platform/v0/audiences/{audience_id}/share
group
The Group he wants to share the audience
, you can find the id of the groups he belongs to in this link
{
"group": 0,
}
Let's go to example
In this example we will search for an audience with affinities
note
We create this audience in this example
https://api.statsocial.com/platform/v0/audiences/67454/expand
With This Payload
{
"group": 14,
}
We will receive a json like this
{
"response": "audience 67454 shared successfully",
"information": {
"version": "0.0.1"
}
}