Home > @infiniteobjects/shopify-data-manager > AdminTypes > UtmParameters
Represents a set of UTM parameters.
Signature:
export interface UtmParameters
Property | Modifiers | Type | Description |
---|---|---|---|
campaign? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of a marketing campaign. | |
content? | Maybe<Scalars[‘String’][‘output’]> | (Optional) Identifies specific content in a marketing campaign. Used to differentiate between similar content or links in a marketing campaign to determine which is the most effective. | |
medium? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The medium of a marketing campaign, such as a banner or email newsletter. | |
source? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The source of traffic to the merchant’s store, such as Google or an email newsletter. | |
term? | Maybe<Scalars[‘String’][‘output’]> | (Optional) Paid search terms used by a marketing campaign. |