<void> leaderboard.setRecord(object, success, failure);
See object structure overview for available properties.
If record does not exist then new one is created and an object with private_id
property set is passed to success
. If record does exist then it is updated with given data and success
is passed nothing.