Skip to content

Commit d693b59

Browse files
marcosmarxmMaxKrog
andauthored
Bump Google Ads contributor code (#5500)
* Added UserLocationReport to Google Ads * formatting * Google Ads version bumped to 0.1.6 * bump contributor code Co-authored-by: MaxKrog <krog.max@gmail.com>
1 parent 96c2d2a commit d693b59

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/253487c0-2246-43ba-a21f-5116b20a2c50.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"sourceDefinitionId": "253487c0-2246-43ba-a21f-5116b20a2c50",
33
"name": "Google Ads",
44
"dockerRepository": "airbyte/source-google-ads",
5-
"dockerImageTag": "0.1.5",
5+
"dockerImageTag": "0.1.6",
66
"documentationUrl": "https://docs.airbyte.io/integrations/sources/google-ads"
77
}

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- sourceDefinitionId: 253487c0-2246-43ba-a21f-5116b20a2c50
2929
name: Google Ads
3030
dockerRepository: airbyte/source-google-ads
31-
dockerImageTag: 0.1.5
31+
dockerImageTag: 0.1.6
3232
documentationUrl: https://docs.airbyte.io/integrations/sources/google-ads
3333
- sourceDefinitionId: fdc8b827-3257-4b33-83cc-106d234c34d4
3434
name: Google Adwords (Deprecated)

airbyte-integrations/connectors/source-google-ads/source_google_ads/schemas/user_location_report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"type": ["null", "number"]
117117
},
118118
"metrics.interaction_event_types" : {
119-
"type": ["null", "number"]
119+
"type": ["null", "array"]
120120
},
121121
"metrics.interaction_rate" : {
122122
"type": ["null", "number"]

airbyte-integrations/connectors/source-google-ads/source_google_ads/source.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
DisplayKeywordPerformanceReport,
4444
DisplayTopicsPerformanceReport,
4545
ShoppingPerformanceReport,
46+
UserLocationReport,
4647
)
4748

4849

docs/integrations/sources/google-ads.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ The Google Ads Query Language can query the Google Ads API. Check out [Google Ad
8787

8888
| Version | Date | Pull Request | Subject |
8989
| :------ | :-------- | :----- | :------ |
90+
| `0.1.6` | 2021-08-03 | [#5423](https://github.com/airbytehq/airbyte/pull/5423) | Added new stream UserLocationReport |
9091
| `0.1.5` | 2021-08-03 | [#5159](https://github.com/airbytehq/airbyte/pull/5159) | Add field `login_customer_id` to spec |
9192
| `0.1.4` | 2021-07-28 | [#4962](https://github.com/airbytehq/airbyte/pull/4962) | Support new Report streams |
9293
| `0.1.3` | 2021-07-23 | [#4788](https://github.com/airbytehq/airbyte/pull/4788) | Support main streams, fix bug with exception `DATE_RANGE_TOO_NARROW` for incremental streams |

0 commit comments

Comments
 (0)