fun Builder.googleAnalyticsParameters(init: Builder.() -> Unit): Unit
Creates a DynamicLink.GoogleAnalyticsParameters object initialized using the init function and sets it to the DynamicLink.Builder
fun Builder.googleAnalyticsParameters( source: String, medium: String, campaign: String, init: Builder.() -> Unit): Unit
Creates a DynamicLink.GoogleAnalyticsParameters object initialized with the specified source, medium, campaign and using the init function and sets it to the DynamicLink.Builder.