Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

DV Bulk Editor: Bid Strategy Edit Wont Allow Change of Bid Strategy/Type for Line Items #41

@hgrias

Description

@hgrias

In the context of DV360 Bidding Strategies, the following editable values in the sheet/UI are mutually exclusive:

  1. Fixed Bid
  2. Bid Goal
  3. Bid Algorithm

For example, if we wanted to change the bid type from fixed bid to bid goal, we would have to delete the value in the record's Fixed Bid Edit column and add a value to the Auto Bid Goal Edit column. When this happens, we get the following NoneType error as the original value for Fixed Bid Edit is no longer a float, but an empty cell.

Float(row['Fixed_Bid_Edit']) * 100000 TypeError: float() argument must be a string or a number, not 'NoneType'

This prevents the user from changing a Line Item's bid strategy from one to another.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions