StackAdapt

Supports:

  • ✅ Model sync destination
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
api_keystringAPI keytrue
environmentstringEnvironment

Accepted values: production, sandbox
true

Example

{
"name": "StackAdapt connection",
"type": "stackadapt",
"configuration": {
"api_key": "",
"environment": ""
}
}

Model Sync

Target

StackAdapt connections may be used as the destination in a model sync.

All targets

Configuration
NameTypeDescriptionRequired
providerstringCRM provider

Accepted values: EXPERIAN_CRM, LIVERAMP_CRM, EXPERIAN_LIVERAMP_WATERFALL_CRM
false
Example
{
...
"target": {
"configuration": {
"provider": ""
}
}
}