/ examples / side_inputs.json
side_inputs.json
 1  {
 2    "device_id_to_type": {
 3      "d1": "tv",
 4      "d2": "mobile"
 5    },
 6    "region_to_continent": {
 7      "DE": "EU",
 8      "MX": "NA"
 9    }
10  }