Sha256: 45ee5fc898c26075403f8acaffef871d3e4400cb908e277abbadbd0526fbb49c
Contents?: true
Size: 962 Bytes
Versions: 12
Compression:
Stored size: 962 Bytes
Contents
# KlaviyoAPI::EmailTrackingOptionsSubObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **is_add_utm** | **Boolean** | Whether the campaign needs UTM parameters. If set to False, UTM params will not be used. | [optional] | | **utm_params** | [**Array<UTMParamsSubObject>**](UTMParamsSubObject.md) | A list of UTM parameters. If an empty list is given and is_add_utm is True, uses company defaults. | [optional] | | **is_tracking_clicks** | **Boolean** | Whether the campaign is tracking click events. If not specified, uses company defaults. | [optional] | | **is_tracking_opens** | **Boolean** | Whether the campaign is tracking open events. If not specified, uses company defaults. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::EmailTrackingOptionsSubObject.new( is_add_utm: null, utm_params: null, is_tracking_clicks: null, is_tracking_opens: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems