Home > @infiniteobjects/shopify-data-manager > AdminTypes > UtmInput
Specifies the [Urchin Traffic Module (UTM) parameters](https://en.wikipedia.org/wiki/UTM_parameters) that are associated with a related marketing campaign.
Signature:
export interface UtmInput
Property | Modifiers | Type | Description |
---|---|---|---|
campaign | Scalars[‘String’][‘input’] | The name of the UTM campaign. | |
medium | Scalars[‘String’][‘input’] | The UTM campaign medium. | |
source | Scalars[‘String’][‘input’] | The name of the website or application where the referral link exists. |