Google::Ads::GoogleAds::GoogleAdsClient#service.feed_item.mutate_feed_items returns error for unused field FIELD_CANNOT_BE_CLEARED #181
Labels
bug
Something isn't working
difficulty: medium
Intermediate difficulty; some experience with codebase may be helpful
Hi,
Now I try to rewrite my API call to
feed
andfeed_item
operation from Adwords API to Google Ads API.I have a problem when I call
mutate_feed_items
for DYNAMIC_CUSTOM feed, and it seems to be a bug.My code like the following, ...
then it raise error Google::Gax::InvalidArgumentError, and logged.
feed_item
for DYNAMIC_CUSTOM has no field of typeboolean
, so it seems to be a bug.The text was updated successfully, but these errors were encountered: