--- title: UTMParameters - GraphQL Admin description: Represents a set of UTM parameters. api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/objects/UTMParameters' md: 'https://shopify.dev/docs/api/admin-graphql/unstable/objects/UTMParameters.md' --- # UTMParameters object Represents a set of UTM parameters. ## Fields * campaign [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The name of a marketing campaign. * content [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) 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 [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The medium of a marketing campaign, such as a banner or email newsletter. * source [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The source of traffic to the merchant's store, such as Google or an email newsletter. * term [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) Paid search terms used by a marketing campaign. *** ## Map ### Fields with this object * {}[CustomerVisit.utmParameters](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CustomerVisit#field-CustomerVisit.fields.utmParameters) * {}[MarketingActivity.utmParameters](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MarketingActivity#field-MarketingActivity.fields.utmParameters)