Updating custom fields is as simple as adding the following before any other events:
bento.updateFields({"first_name": "ash", "last_name": "ketchum", "favourite_food": "bento box"});
We accept any nested hash.