{
"messages": [
{
"type": "text",
"text": "test message"
}
],
"recipient": {
"type": "audience",
"audienceGroupId": 5614991076
},
"limit": {
"max": 100,
"upToRemainingQuota": true
}
}
Viewer Complete
{
"messages": [
{
"type": "text",
"text": "test message"
}
],
"recipient": {
"type": "audience",
"audienceGroupId": 5614991076
},
"limit": {
"max": 100,
"upToRemainingQuota": true
}
}
+ Only Female
"filter": {
“demographic": {
"type": “operator",
“and”: [
{
"type": “gender”,
"oneOf": [
“female”
]
}
]
}
},
+ Only Age between 35 - 40
{
"messages": [
{
"type": "text",
"text": "test message"
}
],
"recipient": {
"type": "audience",
"audienceGroupId": 5614991076
},
"filter": {
“demographic": {
"type": “operator",
“and”: [
{
"type": “gender”,
"oneOf": [
“female”
]
},
]
}
},
{
"type": “age”,
"gte": “age_35”,
"lt": “age_40”
}