Support for using FeedLabel on Products
SabracNL opened this issue · 1 comments
SabracNL commented
A while back, the Google Content (v2.1) API put the targetCountry parameter as deprecated and has introduced the feedLabel parameter as an alternative.
https://ads-developers.googleblog.com/2022/08/feed-label-replaces-target-country-in.html
Sadly, using this gem does not work with the feedLabel option, the Products class does not contain this attribute.
My request involves adding this parameter to the Products class and add support for sending this functionality to the Google Content 2.1 API
bajajneha27 commented
Thanks @SabracNL for bringing this to our notice. You can now use the Google Content (v2.1) Gem to use feed_label
option.