Opteo/google-ads-node

CriterionCategoryAvailability.locale should be .locale_list

Closed this issue · 1 comments

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

This is now resolved and we recommend upgrading to the latest google-ads-api version (Google Ads API v6.1)