fix: add subtitle to tracks
This commit is contained in:
@@ -142,6 +142,7 @@ class SegmentService extends BaseService {
|
|||||||
reporting_revenue: revenue,
|
reporting_revenue: revenue,
|
||||||
product_id: item.variant.product_id,
|
product_id: item.variant.product_id,
|
||||||
category: product.collection?.title,
|
category: product.collection?.title,
|
||||||
|
subtitle: product.subtitle,
|
||||||
type: product.type?.value,
|
type: product.type?.value,
|
||||||
sku,
|
sku,
|
||||||
quantity: item.quantity,
|
quantity: item.quantity,
|
||||||
|
|||||||
Reference in New Issue
Block a user