File tree 3 files changed +3
-13
lines changed
3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 13
13
'singer-python==5.12.2' ,
14
14
'requests==2.26.0' ,
15
15
'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 ' ,
18
18
# Necessary to handle gRPC exceptions properly, documented
19
19
# in an issue here: https://github.com/googleapis/python-api-core/issues/301
20
20
'grpcio-status==1.44.0' ,
Original file line number Diff line number Diff line change 242
242
"ad_group_ad.ad.expanded_text_ad.path2" ,
243
243
"ad_group_ad.ad.final_mobile_urls" ,
244
244
"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" ,
255
245
"ad_group_ad.ad.id" ,
256
246
"ad_group_ad.ad.image_ad.image_url" ,
257
247
"ad_group_ad.ad.image_ad.mime_type" ,
Original file line number Diff line number Diff line change 14
14
15
15
LOGGER = singer .get_logger ()
16
16
17
- API_VERSION = "v11 "
17
+ API_VERSION = "v12 "
18
18
19
19
API_PARAMETERS = {
20
20
"omit_unselected_resource_names" : "true"
You can’t perform that action at this time.
0 commit comments