A deleted Bid Strategy bulk row only contains values for the Id, Parent Id and Status columns so it fails to parse given the Campaign Type column is an empty string. I have worked around this by converting campaign types with an empty string to null before parsing.
A deleted
Bid Strategy
bulk row only contains values for theId
,Parent Id
andStatus
columns so it fails to parse given theCampaign Type
column is an empty string. I have worked around this by converting campaign types with an empty string tonull
before parsing.