Vibe

Supports:

  • ✅ Models
  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
client_idstringClient IDfalse
client_secretstringClient secretfalse
oauth_refresh_tokenstringfalse

oauth_token_expiry

When oauth_token_expiry has a value
NameTypeDescriptionRequired
advertisersarrayAdvertiserstrue

Example

{
"name": "Vibe connection",
"type": "vibe",
"configuration": {
"client_id": "",
"client_secret": "",
"oauth_refresh_token": ""
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

{
...
"configuration": {
"object": "object"
}
}

Bulk Sync

Source

Configuration

NameTypeDescriptionRequired
attribution_windowstringReports attribution window

Accepted values: 1, 2, 3, 7, 30
false

Example

{
...
"source_configuration": {
"attribution_window": ""
}
}