Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 751 Bytes

AnalyticsProduct.md

File metadata and controls

23 lines (16 loc) · 751 Bytes

TalonOne::AnalyticsProduct

Properties

Name Type Description Notes
id Integer The ID of the product.
name String The name of the product.
catalog_id Integer The ID of the catalog. You can find the ID in the Campaign Manager in Account > Tools > Cart item catalogs.
units_sold AnalyticsDataPointWithTrend [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::AnalyticsProduct.new(id: 1,
                                 name: MyProduct,
                                 catalog_id: 1,
                                 units_sold: null)