Amazon Ads
Supports:
- ā Connection Proxy
Supports:
| Name | Type | Description | Required |
|---|---|---|---|
client_id | string | Client ID | false |
client_secret | string | Client secret | false |
oauth_refresh_token | string | false | |
region | string | Region Accepted values: na, eu, fe | true |
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 }