From 1b36199a6ba8aecc92f66131adb558d30e82f259 Mon Sep 17 00:00:00 2001 From: Sergey Chvalyuk Date: Wed, 4 May 2022 13:08:10 +0300 Subject: [PATCH] move start date to top Signed-off-by: Sergey Chvalyuk --- docs/integrations/sources/amazon-ads.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/integrations/sources/amazon-ads.md b/docs/integrations/sources/amazon-ads.md index f2a73e6e968f..742ba5f25796 100644 --- a/docs/integrations/sources/amazon-ads.md +++ b/docs/integrations/sources/amazon-ads.md @@ -26,7 +26,10 @@ To use the [Amazon Ads API](https://advertising.amazon.com/API/docs/en-us), you 2. In the left navigation bar, click **Sources**. In the top-right corner, click **+ new source**. 3. On the source setup page, select **Amazon Ads** from the Source type dropdown and enter a name for this connector. 4. Click `Authenticate your account`. -5. Log in and Authorize to the Amazon account and click `Set up source`. +5. Log in and Authorize to the Amazon account. +6. **Start Date** used for generating reports starting from the specified start date. Should be in YYYY-MM-DD format and not more than 60 days in the past. If not specified today date is used. Date for specific profile is calculated according to its timezone, this parameter should be specified in UTC timezone. Since it have no sense of generate report for current day \(metrics could be changed\) it generates report for day before \(e.g. if **Start Date** is 2021-10-11 it would use 20211010 as reportDate parameter for request\). +7. Click `Set up source`. + ## Supported sync modes The Amazon Ads source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts/#connection-sync-mode): @@ -74,16 +77,6 @@ Information about expected report generation waiting time you may find [here](ht | `array` | `array` | | `object` | `object` | -## Getting started - -More how to get client\_id and client\_secret you can find on [AWS docs](https://advertising.amazon.com/API/docs/en-us/setting-up/step-1-create-lwa-app). - -Refresh token is generated according to standard [AWS Oauth 2.0 flow](https://developer.amazon.com/docs/login-with-amazon/conceptual-overview.html) - -Scope usually has "advertising::campaign\_management" value, but customers may need to set scope to "cpc\_advertising:campaign\_management", - -Start date used for generating reports starting from the specified start date. Should be in YYYY-MM-DD format and not more than 60 days in the past. If not specified today date is used. Date for specific profile is calculated according to its timezone, this parameter should be specified in UTC timezone. Since it have no sense of generate report for current day \(metrics could be changed\) it generates report for day before \(e.g. if start\_date is 2021-10-11 it would use 20211010 as reportDate parameter for request\). - ## CHANGELOG | Version | Date | Pull Request | Subject | @@ -96,4 +89,3 @@ Start date used for generating reports starting from the specified start date. S | `0.1.2` | 2021-10-01 | [\#6367](https://github.com/airbytehq/airbyte/pull/6461) | `Add option to pull data for different regions. Add option to choose profiles we want to pull data. Add lookback` | | `0.1.1` | 2021-09-22 | [\#6367](https://github.com/airbytehq/airbyte/pull/6367) | `Add seller and vendor filters to profiles stream` | | `0.1.0` | 2021-08-13 | [\#5023](https://github.com/airbytehq/airbyte/pull/5023) | `Initial version` | -