I\'ve seen some questions and answers about custom events for firebase analytics, but i just wanted to ask you a straight question so you can give me a straight answer :)
Similar to @Josef Vancura answer, but in Kotlin:
val params = Bundle() params.putString("invalid_url", urlPart) mFirebaseAnalytics.logEvent("eventInvalidUrl", params)