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