Amazon Ads

Supports:

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

Connection

Configuration

NameTypeDescriptionRequired
auto_add_profilesbooleanAutomatically add new profilesfalse
client_idstringClient IDfalse
client_secretstringClient secretfalse
oauth_refresh_tokenstringfalse
regionstringRegion

Accepted values: na, eu, fe
true

oauth_token_expiry

When oauth_token_expiry has a value
NameTypeDescriptionRequired
profilesarrayProfilestrue

Example

{
"name": "Amazon Ads connection",
"type": "amazon_ads",
"configuration": {
"auto_add_profiles": false,
"client_id": "",
"client_secret": "",
"oauth_refresh_token": "",
"region": ""
}
}

Model Sync

Source

Configuration

NameTypeDescriptionRequired
objectstringObjecttrue

Example

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

Bulk Sync

Source

Configuration

NameTypeDescriptionRequired
reporting_lookbackintegerLookback period for reportsfalse

Example

{
...
"source_configuration": {
"reporting_lookback": 0
}
}