Amazon Ads

Supports:

  • āœ… Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
client_idstringClient IDfalse
client_secretstringClient secretfalse
oauth_refresh_tokenstringfalse
regionstringRegion

Accepted values: na, eu, fe
true

Example

1{
2 "name": "Amazon Ads connection",
3 "type": "amazon_ads",
4 "configuration": {
5 "client_id": "",
6 "client_secret": "",
7 "oauth_refresh_token": "",
8 "region": ""
9 }
10}