You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: