Airbyte Amazon-Ads Connector for AI platforms
Project description
Amazon-Ads agent connector
Amazon Ads is Amazon's advertising platform that enables sellers and vendors to promote their products across Amazon's marketplace. This connector provides access to advertising profiles for managing and analyzing advertising campaigns across different marketplaces.
Example questions
The Amazon-Ads connector is optimized to handle prompts like these.
- List all my advertising profiles across marketplaces
- Show me the profiles for my seller accounts
- What marketplaces do I have advertising profiles in?
- List all portfolios for a specific profile
- Show me all sponsored product campaigns
- What campaigns are currently enabled?
- Find campaigns with a specific targeting type
Unsupported questions
The Amazon-Ads connector isn't currently able to handle prompts like these.
- Create a new advertising campaign
- Update my campaign budget
- Delete an ad group
- Generate a performance report
Installation
uv pip install airbyte-agent-amazon-ads
Usage
from airbyte_agent_amazon_ads import AmazonAdsConnector, AmazonAdsAuthConfig
connector = AmazonAdsConnector(
auth_config=AmazonAdsAuthConfig(
client_id="...",
client_secret="...",
refresh_token="..."
)
)
result = await connector.profiles.list()
Full documentation
This connector supports the following entities and actions.
| Entity | Actions |
|---|---|
| Profiles | List, Get |
| Portfolios | List, Get |
| Sponsored Product Campaigns | List, Get |
For detailed documentation on available actions and parameters, see this connector's full reference documentation.
For the service's official API docs, see the Amazon-Ads API reference.
Version information
- Package version: 0.1.1
- Connector version: 1.0.1
- Generated with Connector SDK commit SHA: c713ec4833c2b52dc89926ec68caa343423884cd
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file airbyte_agent_amazon_ads-0.1.1.tar.gz.
File metadata
- Download URL: airbyte_agent_amazon_ads-0.1.1.tar.gz
- Upload date:
- Size: 103.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8034b70e146090a15056073045adfd635ec35acfbd7df9372ab24fea637f2cfc
|
|
| MD5 |
fa77d399e2a31f79cbed04e3bdf71c92
|
|
| BLAKE2b-256 |
328c552b109405b9684f6803e1b817eb9104f2ba63cb442b09fe12434efc46f8
|
File details
Details for the file airbyte_agent_amazon_ads-0.1.1-py3-none-any.whl.
File metadata
- Download URL: airbyte_agent_amazon_ads-0.1.1-py3-none-any.whl
- Upload date:
- Size: 129.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a919eef3a4e3557638665b58b3590f2496d4919219eaedd18f8b6b83a6b57f3
|
|
| MD5 |
86ad54fe8ffd771ceced31dc39c87a8e
|
|
| BLAKE2b-256 |
fdb0ef4346a73ce7001beee1b4348ddef3a2243290bf1f3bce3b7a31807fc422
|