Skip to content

Commit be71b58

Browse files
committed
Bump API to v12
1 parent fc203a3 commit be71b58

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
'singer-python==5.12.2',
1414
'requests==2.26.0',
1515
'backoff==1.8.0',
16-
'google-ads==17.0.0',
17-
'protobuf==3.20.0',
16+
'google-ads==19.0.0',
17+
'protobuf==4.21.5',
1818
# Necessary to handle gRPC exceptions properly, documented
1919
# in an issue here: https://github.com/googleapis/python-api-core/issues/301
2020
'grpcio-status==1.44.0',

tap_google_ads/report_definitions.py

-10
Original file line numberDiff line numberDiff line change
@@ -242,16 +242,6 @@
242242
"ad_group_ad.ad.expanded_text_ad.path2",
243243
"ad_group_ad.ad.final_mobile_urls",
244244
"ad_group_ad.ad.final_urls",
245-
"ad_group_ad.ad.gmail_ad.header_image",
246-
"ad_group_ad.ad.gmail_ad.marketing_image",
247-
"ad_group_ad.ad.gmail_ad.marketing_image_description",
248-
"ad_group_ad.ad.gmail_ad.marketing_image_display_call_to_action.text",
249-
"ad_group_ad.ad.gmail_ad.marketing_image_display_call_to_action.text_color",
250-
"ad_group_ad.ad.gmail_ad.marketing_image_headline",
251-
"ad_group_ad.ad.gmail_ad.teaser.business_name",
252-
"ad_group_ad.ad.gmail_ad.teaser.description",
253-
"ad_group_ad.ad.gmail_ad.teaser.headline",
254-
"ad_group_ad.ad.gmail_ad.teaser.logo_image",
255245
"ad_group_ad.ad.id",
256246
"ad_group_ad.ad.image_ad.image_url",
257247
"ad_group_ad.ad.image_ad.mime_type",

tap_google_ads/streams.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LOGGER = singer.get_logger()
1616

17-
API_VERSION = "v11"
17+
API_VERSION = "v12"
1818

1919
API_PARAMETERS = {
2020
"omit_unselected_resource_names": "true"

0 commit comments

Comments
 (0)