added

April 21th, 2022

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"
          ]
     }
}
'