AttributionParams
class AttributionParams
Per-call attribution overrides for a share link’s UTM parameters, merged over the merchant-level AttributionDefaults field by field. Build with Builder, or AttributionParams { } from Kotlin.
| Name | Summary |
|---|---|
| Builder | class Builder |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| ref | val ref: String? |
| utmCampaign | val utmCampaign: String? |
| utmContent | val utmContent: String? |
| utmMedium | val utmMedium: String? |
| utmSource | val utmSource: String? |
| utmTerm | val utmTerm: String? |
| via | val via: String? |
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| equals | open operator override fun equals(other: Any?): Boolean |
| hashCode | open override fun hashCode(): Int |
| toString | open override fun toString(): String |