StackAdapt

Supports:

  • ✅ Model sync destination
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
api_keystringAPI keytrue
environmentstringEnvironment

Accepted values: production, sandbox
true

Example

1{
2 "name": "StackAdapt connection",
3 "type": "stackadapt",
4 "configuration": {
5 "api_key": "",
6 "environment": ""
7 }
8}

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
1{
2 ...
3 "target": {
4 "configuration": {
5 "provider": ""
6 }
7 }
8}