Sha256: d1b9b0d64affda498321d5701d7233715f71bd8a4aed393f22e694654e5c6f75
Contents?: true
Size: 397 Bytes
Versions: 15
Compression:
Stored size: 397 Bytes
Contents
# 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 ) ```
Version data entries
15 entries across 15 versions & 1 rubygems