# KlaviyoAPI::UTMParamsSubObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the UTM param | | | **value** | **String** | Value of the UTM param. Can be templated data. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::UTMParamsSubObject.new( name: utm_medium, value: campaign ) ```