airbyte-agent-amazon-ads 0.1.4__tar.gz → 0.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/AUTH.md +5 -5
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/CHANGELOG.md +5 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/PKG-INFO +3 -3
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/README.md +2 -2
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/REFERENCE.md +31 -31
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/pyproject.toml +1 -1
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/.gitignore +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/auth_strategies.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/auth_template.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/cloud_utils/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/cloud_utils/client.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/connector_model_loader.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/constants.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/exceptions.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/executor/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/executor/hosted_executor.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/executor/local_executor.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/executor/models.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/extensions.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/adapters/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/adapters/httpx_adapter.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/config.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/exceptions.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/protocols.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http/response.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/http_client.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/introspection.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/logging/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/logging/logger.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/logging/types.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/observability/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/observability/config.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/observability/models.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/observability/redactor.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/observability/session.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/performance/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/performance/instrumentation.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/performance/metrics.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/base.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/components.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/connector.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/extensions.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/operations.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/schema/security.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/secrets.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/__init__.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/config.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/events.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/telemetry/tracker.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/types.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/utils.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/_vendored/connector_sdk/validation.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/connector.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/connector_model.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/models.py +0 -0
- {airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/types.py +0 -0
|
@@ -30,7 +30,7 @@ connector = AmazonAdsConnector(
|
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
#### Token
|
|
33
|
-
This authentication method
|
|
33
|
+
This authentication method isn't available for this connector.
|
|
34
34
|
|
|
35
35
|
### Hosted execution
|
|
36
36
|
|
|
@@ -41,12 +41,12 @@ In hosted mode, you first create a connector via the Airbyte API (providing your
|
|
|
41
41
|
Create a connector with OAuth credentials:
|
|
42
42
|
|
|
43
43
|
```bash
|
|
44
|
-
curl -X POST 'https://api.airbyte.ai/v1/integrations/
|
|
44
|
+
curl -X POST 'https://api.airbyte.ai/v1/integrations/connectors' \
|
|
45
45
|
-H 'Authorization: Bearer <SCOPED_TOKEN>' \
|
|
46
46
|
-H 'Content-Type: application/json' \
|
|
47
47
|
-d '{
|
|
48
|
-
"
|
|
49
|
-
"
|
|
48
|
+
"external_user_id": "<EXTERNAL_USER_ID>",
|
|
49
|
+
"connector_type": "Amazon-Ads",
|
|
50
50
|
"name": "My Amazon-Ads Connector",
|
|
51
51
|
"credentials": {
|
|
52
52
|
"client_id": "<The client ID of your Amazon Ads API application>",
|
|
@@ -57,7 +57,7 @@ curl -X POST 'https://api.airbyte.ai/v1/integrations/sources' \
|
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
#### Token
|
|
60
|
-
This authentication method
|
|
60
|
+
This authentication method isn't available for this connector.
|
|
61
61
|
|
|
62
62
|
#### Execution
|
|
63
63
|
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Amazon Ads changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.5] - 2026-01-23
|
|
4
|
+
- Updated connector definition (YAML version 1.0.1)
|
|
5
|
+
- Source commit: f17cdd8c
|
|
6
|
+
- SDK version: 0.1.0
|
|
7
|
+
|
|
3
8
|
## [0.1.4] - 2026-01-22
|
|
4
9
|
- Updated connector definition (YAML version 1.0.1)
|
|
5
10
|
- Source commit: 49e6dfe9
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: airbyte-agent-amazon-ads
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.5
|
|
4
4
|
Summary: Airbyte Amazon-Ads Connector for AI platforms
|
|
5
5
|
Project-URL: Homepage, https://github.com/airbytehq/airbyte-agent-connectors
|
|
6
6
|
Project-URL: Documentation, https://docs.airbyte.com/ai-agents/
|
|
@@ -131,6 +131,6 @@ For the service's official API docs, see the [Amazon-Ads API reference](https://
|
|
|
131
131
|
|
|
132
132
|
## Version information
|
|
133
133
|
|
|
134
|
-
- **Package version:** 0.1.
|
|
134
|
+
- **Package version:** 0.1.5
|
|
135
135
|
- **Connector version:** 1.0.1
|
|
136
|
-
- **Generated with Connector SDK commit SHA:**
|
|
136
|
+
- **Generated with Connector SDK commit SHA:** f17cdd8c92950751a75daff9c6bf74df05774ede
|
|
@@ -98,6 +98,6 @@ For the service's official API docs, see the [Amazon-Ads API reference](https://
|
|
|
98
98
|
|
|
99
99
|
## Version information
|
|
100
100
|
|
|
101
|
-
- **Package version:** 0.1.
|
|
101
|
+
- **Package version:** 0.1.5
|
|
102
102
|
- **Connector version:** 1.0.1
|
|
103
|
-
- **Generated with Connector SDK commit SHA:**
|
|
103
|
+
- **Generated with Connector SDK commit SHA:** f17cdd8c92950751a75daff9c6bf74df05774ede
|
|
@@ -12,9 +12,9 @@ The Amazon-Ads connector supports the following entities and actions.
|
|
|
12
12
|
| Portfolios | [List](#portfolios-list), [Get](#portfolios-get) |
|
|
13
13
|
| Sponsored Product Campaigns | [List](#sponsored-product-campaigns-list), [Get](#sponsored-product-campaigns-get) |
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
## Profiles
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
### Profiles List
|
|
18
18
|
|
|
19
19
|
Returns a list of advertising profiles associated with the authenticated user.
|
|
20
20
|
Profiles represent an advertiser's account in a specific marketplace. Advertisers
|
|
@@ -22,13 +22,13 @@ may have a single profile if they advertise in only one marketplace, or a separa
|
|
|
22
22
|
profile for each marketplace if they advertise regionally or globally.
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
#### Python SDK
|
|
26
26
|
|
|
27
27
|
```python
|
|
28
28
|
await amazon_ads.profiles.list()
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
#### API
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
34
|
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
@@ -41,7 +41,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
#### Parameters
|
|
45
45
|
|
|
46
46
|
| Parameter Name | Type | Required | Description |
|
|
47
47
|
|----------------|------|----------|-------------|
|
|
@@ -53,7 +53,7 @@ Valid values: seller, vendor, agency
|
|
|
53
53
|
<details>
|
|
54
54
|
<summary><b>Response Schema</b></summary>
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
#### Records
|
|
57
57
|
|
|
58
58
|
| Field Name | Type | Description |
|
|
59
59
|
|------------|------|-------------|
|
|
@@ -67,13 +67,13 @@ Valid values: seller, vendor, agency
|
|
|
67
67
|
|
|
68
68
|
</details>
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
### Profiles Get
|
|
71
71
|
|
|
72
72
|
Retrieves a single advertising profile by its ID. The profile contains
|
|
73
73
|
information about the advertiser's account in a specific marketplace.
|
|
74
74
|
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
#### Python SDK
|
|
77
77
|
|
|
78
78
|
```python
|
|
79
79
|
await amazon_ads.profiles.get(
|
|
@@ -81,7 +81,7 @@ await amazon_ads.profiles.get(
|
|
|
81
81
|
)
|
|
82
82
|
```
|
|
83
83
|
|
|
84
|
-
|
|
84
|
+
#### API
|
|
85
85
|
|
|
86
86
|
```bash
|
|
87
87
|
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
@@ -97,7 +97,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
97
97
|
```
|
|
98
98
|
|
|
99
99
|
|
|
100
|
-
|
|
100
|
+
#### Parameters
|
|
101
101
|
|
|
102
102
|
| Parameter Name | Type | Required | Description |
|
|
103
103
|
|----------------|------|----------|-------------|
|
|
@@ -107,7 +107,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
107
107
|
<details>
|
|
108
108
|
<summary><b>Response Schema</b></summary>
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
#### Records
|
|
111
111
|
|
|
112
112
|
| Field Name | Type | Description |
|
|
113
113
|
|------------|------|-------------|
|
|
@@ -121,21 +121,21 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
121
121
|
|
|
122
122
|
</details>
|
|
123
123
|
|
|
124
|
-
|
|
124
|
+
## Portfolios
|
|
125
125
|
|
|
126
|
-
|
|
126
|
+
### Portfolios List
|
|
127
127
|
|
|
128
128
|
Returns a list of portfolios for the specified profile. Portfolios are used to
|
|
129
129
|
group campaigns together for organizational and budget management purposes.
|
|
130
130
|
|
|
131
131
|
|
|
132
|
-
|
|
132
|
+
#### Python SDK
|
|
133
133
|
|
|
134
134
|
```python
|
|
135
135
|
await amazon_ads.portfolios.list()
|
|
136
136
|
```
|
|
137
137
|
|
|
138
|
-
|
|
138
|
+
#### API
|
|
139
139
|
|
|
140
140
|
```bash
|
|
141
141
|
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
@@ -148,19 +148,19 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
148
148
|
```
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
|
|
151
|
+
#### Parameters
|
|
152
152
|
|
|
153
153
|
| Parameter Name | Type | Required | Description |
|
|
154
154
|
|----------------|------|----------|-------------|
|
|
155
155
|
| `includeExtendedDataFields` | `string` | No | Whether to include extended data fields in the response |
|
|
156
156
|
|
|
157
157
|
|
|
158
|
-
|
|
158
|
+
### Portfolios Get
|
|
159
159
|
|
|
160
160
|
Retrieves a single portfolio by its ID using the v2 API.
|
|
161
161
|
|
|
162
162
|
|
|
163
|
-
|
|
163
|
+
#### Python SDK
|
|
164
164
|
|
|
165
165
|
```python
|
|
166
166
|
await amazon_ads.portfolios.get(
|
|
@@ -168,7 +168,7 @@ await amazon_ads.portfolios.get(
|
|
|
168
168
|
)
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
#### API
|
|
172
172
|
|
|
173
173
|
```bash
|
|
174
174
|
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
@@ -184,7 +184,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
184
184
|
```
|
|
185
185
|
|
|
186
186
|
|
|
187
|
-
|
|
187
|
+
#### Parameters
|
|
188
188
|
|
|
189
189
|
| Parameter Name | Type | Required | Description |
|
|
190
190
|
|----------------|------|----------|-------------|
|
|
@@ -194,7 +194,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
194
194
|
<details>
|
|
195
195
|
<summary><b>Response Schema</b></summary>
|
|
196
196
|
|
|
197
|
-
|
|
197
|
+
#### Records
|
|
198
198
|
|
|
199
199
|
| Field Name | Type | Description |
|
|
200
200
|
|------------|------|-------------|
|
|
@@ -210,21 +210,21 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
210
210
|
|
|
211
211
|
</details>
|
|
212
212
|
|
|
213
|
-
|
|
213
|
+
## Sponsored Product Campaigns
|
|
214
214
|
|
|
215
|
-
|
|
215
|
+
### Sponsored Product Campaigns List
|
|
216
216
|
|
|
217
217
|
Returns a list of sponsored product campaigns for the specified profile.
|
|
218
218
|
Sponsored Products campaigns promote individual product listings on Amazon.
|
|
219
219
|
|
|
220
220
|
|
|
221
|
-
|
|
221
|
+
#### Python SDK
|
|
222
222
|
|
|
223
223
|
```python
|
|
224
224
|
await amazon_ads.sponsored_product_campaigns.list()
|
|
225
225
|
```
|
|
226
226
|
|
|
227
|
-
|
|
227
|
+
#### API
|
|
228
228
|
|
|
229
229
|
```bash
|
|
230
230
|
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
@@ -237,7 +237,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
237
237
|
```
|
|
238
238
|
|
|
239
239
|
|
|
240
|
-
|
|
240
|
+
#### Parameters
|
|
241
241
|
|
|
242
242
|
| Parameter Name | Type | Required | Description |
|
|
243
243
|
|----------------|------|----------|-------------|
|
|
@@ -247,12 +247,12 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
247
247
|
| `nextToken` | `string` | No | Token for pagination |
|
|
248
248
|
|
|
249
249
|
|
|
250
|
-
|
|
250
|
+
### Sponsored Product Campaigns Get
|
|
251
251
|
|
|
252
252
|
Retrieves a single sponsored product campaign by its ID using the v2 API.
|
|
253
253
|
|
|
254
254
|
|
|
255
|
-
|
|
255
|
+
#### Python SDK
|
|
256
256
|
|
|
257
257
|
```python
|
|
258
258
|
await amazon_ads.sponsored_product_campaigns.get(
|
|
@@ -260,7 +260,7 @@ await amazon_ads.sponsored_product_campaigns.get(
|
|
|
260
260
|
)
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
|
|
263
|
+
#### API
|
|
264
264
|
|
|
265
265
|
```bash
|
|
266
266
|
curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_id}/execute' \
|
|
@@ -276,7 +276,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
276
276
|
```
|
|
277
277
|
|
|
278
278
|
|
|
279
|
-
|
|
279
|
+
#### Parameters
|
|
280
280
|
|
|
281
281
|
| Parameter Name | Type | Required | Description |
|
|
282
282
|
|----------------|------|----------|-------------|
|
|
@@ -286,7 +286,7 @@ curl --location 'https://api.airbyte.ai/api/v1/connectors/sources/{your_source_i
|
|
|
286
286
|
<details>
|
|
287
287
|
<summary><b>Response Schema</b></summary>
|
|
288
288
|
|
|
289
|
-
|
|
289
|
+
#### Records
|
|
290
290
|
|
|
291
291
|
| Field Name | Type | Description |
|
|
292
292
|
|------------|------|-------------|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/models.py
RENAMED
|
File without changes
|
{airbyte_agent_amazon_ads-0.1.4 → airbyte_agent_amazon_ads-0.1.5}/airbyte_agent_amazon_ads/types.py
RENAMED
|
File without changes
|