Sha256: 75d56691ed0cdd4a39497cd3f5dba9f7db24d275430a5fa2914fafaab164fa1b

Contents?: true

Size: 838 Bytes

Versions: 1

Compression:

Stored size: 838 Bytes

Contents

# TalonOne::AnalyticsProduct

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | The ID of the analytics-level product. | 
**is_preliminary** | **Boolean** | Indicates whether the analytics-level product is connected to a catalog and also has a product name. | 
**name** | **String** | The name of the analytics-level product. | 
**catalog_id** | **Integer** | The ID of the catalog. You can find the ID in the Campaign Manager in **Account** > **Tools** > **Cart item catalogs**.  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::AnalyticsProduct.new(id: 1,
                                 is_preliminary: false,
                                 name: MyProduct,
                                 catalog_id: 1)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/AnalyticsProduct.md