BingAds / BingAds-Python-SDK

Other
115 stars 162 forks source link

TypeError #254

Open MrOllzzor opened 9 months ago

MrOllzzor commented 9 months ago

When trying to make a bulk call for Keywords with the data_scope set to 'BidSuggestionsData' I get a bunch of these: 'Keyword Main Line Bid', 'Keyword First Page Bid and 'Keyword Best Position Bid' which I want. But when I try to read these columns with the BulkFileReader() I get the following error: TypeError: Can't instantiate abstract class BulkKeywordBestPositionBid with abstract methods can_enclose_in_multiline_entity, enclose_in_multiline_entity, read_related_data_from_stream, write_to_stream.

MrOllzzor commented 9 months ago

I have made a pull request fixing this issue (Fixing issue TypeError #255).

MrOllzzor commented 8 months ago

Would love if someone could check out my pull request. I need this issue fixed.