Opteo / google-ads-api

Google Ads API client library for Node.js
https://opteo.com
MIT License
270 stars 90 forks source link

Updates using field masks #424

Open zero-ssss opened 2 years ago

zero-ssss commented 2 years ago

Why doesn't the update_mask field support it? Certain fields can be initialized to their default values by including the field in update_mask when requesting an update and not sending the actual field, which is a convention officially designated by Google.

wcoots commented 1 year ago

Hi @zero-ssss, we currently do not support updates using field masks. I will mark this as a feature request but we currently have no plans to implement this.