BingAds / BingAds-dotNet-SDK

Other
27 stars 42 forks source link

Bulk ReadEntities Broken Due To New Predictive Targetting #131

Open RyanThomas73 opened 11 months ago

RyanThomas73 commented 11 months ago

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.