Sha256: c304d9abe1e450ba54dc6859e09a71008f39c94de42017cec25837713a9a4860
Contents?: true
Size: 952 Bytes
Versions: 3
Compression:
Stored size: 952 Bytes
Contents
# KlaviyoAPI::TrackingOptionsSubObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **is_tracking_opens** | **Boolean** | Whether the campaign is tracking open events. If not specified, uses company defaults. | [optional] | | **is_tracking_clicks** | **Boolean** | Whether the campaign is tracking click events. If not specified, uses company defaults. | [optional] | | **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] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TrackingOptionsSubObject.new( is_tracking_opens: null, is_tracking_clicks: null, is_add_utm: null, utm_params: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-2.0.0 | docs/TrackingOptionsSubObject.md |
klaviyo-api-sdk-1.2.0 | docs/TrackingOptionsSubObject.md |
klaviyo-api-sdk-1.1.0 | docs/TrackingOptionsSubObject.md |