added
April 21th, 2022
over 2 years ago by Moloco Dev
New exchange integration
MOLOCO now supports NIMBUS
exchange.
You can now target or block NIMBUS
using audience.targeting_condition
's allowed_exchanges
/blocked_exchanges
.
For example,
curl --request POST \
--url https://api.moloco.cloud/cm/v1/audience-targets \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"targeting_condition": {
"allowed_exchanges": [
"NIMBUS"
]
}
}
'