CriterionCategoryAvailability.locale should be .locale_list
Closed this issue · 1 comments
markoffk commented
Hello.
Here is current typing definition:
export interface CriterionCategoryAvailability {
channel?: CriterionCategoryChannelAvailability;
locale?: CriterionCategoryLocaleAvailability[];
}
Should be:
export interface CriterionCategoryAvailability {
channel?: CriterionCategoryChannelAvailability;
locale_list?: CriterionCategoryLocaleAvailability[];
}
BR, Vlad
kritzware commented
This is now resolved and we recommend upgrading to the latest google-ads-api version (Google Ads API v6.1)