venediktov / vanilla-rtb

Real Time Bidding (RTB) - Demand Side Platform framework
http://forkbid.com
GNU General Public License v3.0
318 stars 84 forks source link

python campaign generator issue #49

Closed venediktov closed 7 years ago

venediktov commented 7 years ago

It's probably needs to be revised as we moved to structure below that guarantee only CPM, CPC or CPA as a single metric and python need to generate either a different structure or the code loading from flat text files needs to be fixed .

Please see below the 2 campaigns generated with no values \:

{
    "budget": 2020807235,
    "id": 1,
    "metric": {
        "id": 0,
        "value": 0
    },
    "spent": 1309432428
},
{
    "budget": 6362255854,
    "id": 2,
    "metric": {
        "id": 0,
        "value": 0
    },
    "spent": 1709407513
},