@override Map<String, Object> get bodyTrack { var customBody = new Map<String, Object>(); customBody.addAll({"s": persona, "t": typeOfEvent}); // Add commun body customBody.addAll(super.communBodyTrack); return customBody; }