Open clevep opened 4 years ago
Over time, parameters and options can get deprecated between versions. This results in campaigns that may no longer be possible to modify or the previous values are not valid. In the above scenario, it seems that the line items attempted to save these incorrectly. Let us know if you find additional examples and we can attempt to work around these.
LineItem objects loaded from my Account contain invalid values for the attributes:
advertiser_user_id
bid_unit
charge_by
So if I load a LineItem and then immediately save it, I am greeted with errors like this:
I am able to work around this by explicitly setting all of these attributes to
None
before saving, but it does not seem like they should populate with invalid values.