Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik0 committed Sep 4, 2023
1 parent 03c92e8 commit 67ec032
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ COPY main.py ./

ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=1.0.0
LABEL io.airbyte.version=0.9.0
LABEL io.airbyte.name=airbyte/source-google-ads
20 changes: 1 addition & 19 deletions airbyte-integrations/connectors/source-google-ads/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 253487c0-2246-43ba-a21f-5116b20a2c50
dockerImageTag: 1.0.0
dockerImageTag: 0.9.0
dockerRepository: airbyte/source-google-ads
githubIssueLabel: source-google-ads
icon: google-adwords.svg
Expand All @@ -18,24 +18,6 @@ data:
oss:
enabled: true
releaseStage: generally_available
suggestedStreams:
streams:
- campaigns
- accounts
- ad_group_ads
- ad_group_ad_report
- ad_groups
- click_view
- account_performance_report
- keyword_report
- campaign_labels
- ad_group_labels
- ad_group_ad_labels
- user_location_report
- geographic_report
- display_keyword_performance_report
- shopping_performance_report
- display_topics_performance_report
documentationUrl: https://docs.airbyte.com/integrations/sources/google-ads
tags:
- language:python
Expand Down
8 changes: 3 additions & 5 deletions docs/integrations/sources/google-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,9 @@ The Google Ads source connector supports the following [sync modes](https://docs
- [Incremental Sync - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append)
- [Incremental Sync - Append + Deduped](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append-deduped)

#### Change Status
Only provide events for recent 3 months.


#### Incremental Campaign Criterion and Ad Group Criterion
This streams offer support for incremental deletions and is built using the Change Status stream. However, it only provides updates for the most recent three months.
First sync is full refresh, but the following sync is done by at first reading updates from change_status stream and then syncing records by id.

## Supported Streams

Expand Down Expand Up @@ -198,7 +195,8 @@ Due to a limitation in the Google Ads API which does not allow getting performan

| Version | Date | Pull Request | Subject |
|:---------|:-----------|:---------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------|
| `1.0.0` | 2023-08-23 | [28970](https://github.com/airbytehq/airbyte/pull/28970) | Add incremental deletes for Campaign and Ad Group Criterion streams |
| `0.9.0` | 2023-09-04 | [28970](https://github.com/airbytehq/airbyte/pull/28970) | Add incremental deletes for Campaign and Ad Group Criterion streams |
| `0.8.0` | 2023-09-01 | [30071](https://github.com/airbytehq/airbyte/pull/30071) | Delete start_date from required parameters and fix pagination |
| `0.7.4` | 2023-07-28 | [28832](https://github.com/airbytehq/airbyte/pull/28832) | Update field descriptions |
| `0.7.3` | 2023-07-24 | [28510](https://github.com/airbytehq/airbyte/pull/28510) | Set dates with client's timezone |
| `0.7.2` | 2023-07-20 | [28535](https://github.com/airbytehq/airbyte/pull/28535) | UI improvement: Make the query field in custom reports a multi-line string field |
Expand Down

0 comments on commit 67ec032

Please sign in to comment.