You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-amazon-ads/integration_tests/spec.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
},
51
51
"profiles": {
52
52
"title": "Profile IDs",
53
-
"description": "Profile IDs you want to fetch data for. See <a href=\"https://advertising.amazon.com/API/docs/en-us/concepts/authorization/profiles\">docs</a> for more details. Note: If Marketplace IDs are also selected, profiles will be selected if they match the Profile ID OR the Marketplace ID.",
53
+
"description": "Profile IDs you want to fetch data for. The Amazon Ads source connector supports only profiles with seller and vendor type, profiles with agency type will be ignored. See <a href=\"https://advertising.amazon.com/API/docs/en-us/concepts/authorization/profiles\">docs</a> for more details. Note: If Marketplace IDs are also selected, profiles will be selected if they match the Profile ID OR the Marketplace ID.",
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/manifest.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ spec:
64
64
type: string
65
65
profiles:
66
66
title: Profile IDs
67
-
description: 'Profile IDs you want to fetch data for. See <a href="https://advertising.amazon.com/API/docs/en-us/concepts/authorization/profiles">docs</a> for more details. Note: If Marketplace IDs are also selected, profiles will be selected if they match the Profile ID OR the Marketplace ID.'
67
+
description: 'Profile IDs you want to fetch data for. The Amazon Ads source connector supports only profiles with seller and vendor type, profiles with agency type will be ignored. See <a href="https://advertising.amazon.com/API/docs/en-us/concepts/authorization/profiles">docs</a> for more details. Note: If Marketplace IDs are also selected, profiles will be selected if they match the Profile ID OR the Marketplace ID.'
Copy file name to clipboardExpand all lines: docs/integrations/sources/amazon-ads.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ To use the [Amazon Ads API](https://advertising.amazon.com/API/docs/en-us), you
32
32
5. Log in and Authorize to the Amazon account.
33
33
6. Select **Region** to pull data from **North America (NA)**, **Europe (EU)**, **Far East (FE)**. See [docs](https://advertising.amazon.com/API/docs/en-us/info/api-overview#api-endpoints) for more details.
34
34
7.**Start Date (Optional)** is used for generating reports starting from the specified start date. This should be in YYYY-MM-DD format and not more than 60 days in the past. If a date is not specified, today's date is used. The date is treated in the timezone of the processed profile.
35
-
8.**Profile IDs (Optional)** you want to fetch data for. See [docs](https://advertising.amazon.com/API/docs/en-us/concepts/authorization/profiles) for more details.
35
+
8.**Profile IDs (Optional)** you want to fetch data for. The Amazon Ads source connector supports only profiles with seller and vendor type, profiles with agency type will be ignored. See [docs](https://advertising.amazon.com/API/docs/en-us/concepts/authorization/profiles) for more details.
36
36
9.**Marketplace IDs (Optional)** you want to fetch data for. _Note: If Profile IDs are also selected, profiles will be selected if they match the Profile ID **OR** the Marketplace ID._
37
37
10. Click **Set up source**.
38
38
<!-- /env:cloud -->
@@ -45,10 +45,16 @@ To use the [Amazon Ads API](https://advertising.amazon.com/API/docs/en-us), you
45
45
3.**Refresh Token**. See [onboarding process](https://advertising.amazon.com/API/docs/en-us/setting-up/overview) for more details.
46
46
4. Select **Region** to pull data from **North America (NA)**, **Europe (EU)**, **Far East (FE)**. See [docs](https://advertising.amazon.com/API/docs/en-us/info/api-overview#api-endpoints) for more details.
47
47
5.**Start Date (Optional)** is used for generating reports starting from the specified start date. This should be in YYYY-MM-DD format and not more than 60 days in the past. If a date is not specified, today's date is used. The date is treated in the timezone of the processed profile.
48
-
6.**Profile IDs (Optional)** you want to fetch data for. See [docs](https://advertising.amazon.com/API/docs/en-us/concepts/authorization/profiles) for more details.
48
+
6.**Profile IDs (Optional)** you want to fetch data for. The Amazon Ads source connector supports only profiles with seller and vendor type, profiles with agency type will be ignored. See [docs](https://advertising.amazon.com/API/docs/en-us/concepts/authorization/profiles) for more details.
49
49
7.**Marketplace IDs (Optional)** you want to fetch data for. _Note: If Profile IDs are also selected, profiles will be selected if they match the Profile ID **OR** the Marketplace ID._
50
50
<!-- /env:oss -->
51
51
52
+
:::note
53
+
The Amazon Ads source connector uses Sponsored Products, Sponsored Brands, and Sponsored Display APIs which are not compatible with agency account type. See [docs](https://advertising.amazon.com/API/docs/en-us/concepts/authorization/profiles) for more details.
54
+
If you have only agency profile, please use accounts associated with the profile of seller/vendor type.
55
+
:::
56
+
57
+
52
58
## Supported sync modes
53
59
The Amazon Ads source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts/#connection-sync-mode):
54
60
- Full Refresh
@@ -114,6 +120,7 @@ Information about expected report generation waiting time can be found [here](ht
| 5.0.1 | 2024-04-29 |[37655](https://github.com/airbytehq/airbyte/pull/37655)| Update error messages and spec with info about `agency` profile type. |
117
124
| 5.0.0 | 2024-03-22 |[36169](https://github.com/airbytehq/airbyte/pull/36169)| Update `SponsoredBrand` and `SponsoredProduct` streams due to API endpoint deprecation |
118
125
| 4.1.0 | 2024-03-19 |[36267](https://github.com/airbytehq/airbyte/pull/36267)| Pin airbyte-cdk version to `^0`|
119
126
| 4.0.4 | 2024-02-23 |[35481](https://github.com/airbytehq/airbyte/pull/35481)| Migrate source to `YamlDeclarativeSource` with custom `check_connection`|
0 commit comments