Map<String, dynamic> toMap() { return { 'adId': adId, 'adType': adType, 'adBid': adBid?.toMap(), 'creativeId': creativeId, }; }