Converts an Ids object to a JSON map.
Map<String, dynamic> toJson() { return { 'installId': installId, 'clickId': clickId, 'userId': userId, }; }