This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Amazon Ads

Overview

This source syncs data from Amazon Advertising API: Profiles, Sponsored Brands Campaigns, Sponsored Brands Keywords, Sponsored Display Campaigns, Sponsored Display Targetings, Sponsored Products Campaigns, Sponsored Products Keywords, Brands Reports, Display Reports, Products Reports

The source is using Airbyte docker image (@airbyte/source-amazon-ads). Learn more how Airbyte-based sources work

How to connect

Please read setup guide for more information

Connection Parameters

ParameterDocumentation
client_id*
string
(required)
Oauth client id How to create your Login with Amazon
client_secret*
string
(required)
Oauth client secret How to create your Login with Amazon
scope
string
(not required)
By default its advertising::campaign_management, but customers may need to set scope to cpc_advertising:campaign_management.
refresh_token*
string
(required)
Oauth 2.0 refresh_token, read details here
start_date
string
(not required)
Start date for collectiong reports, should not be more than 60 days in past. In YYYY-MM-DD format