Problem: There is a relatively new 'Predictive Targetting' feature. When enabled the advertising platform automatically creates Keyword resources with a MatchType value of 'Predictive'. As a result, the SDK's bulk reader fails to read the entities because the corresponding enum in code does not yet have a Predictive member defined.
Proposed Solution: Update the definition to include the MatchType.Predictive member to prevent the failure mapping the data to the object.
BingAds SDK Version: v13.0.18
Problem: There is a relatively new 'Predictive Targetting' feature. When enabled the advertising platform automatically creates Keyword resources with a MatchType value of 'Predictive'. As a result, the SDK's bulk reader fails to read the entities because the corresponding enum in code does not yet have a Predictive member defined.
Proposed Solution: Update the definition to include the MatchType.Predictive member to prevent the failure mapping the data to the object.