Skip to content

Commit 090ae76

Browse files
committed
update objectIDs description
1 parent 65e3d52 commit 090ae76

File tree

1 file changed

+1
-1
lines changed
  • packages/destination-actions/src/destinations/algolia-insights/productListViewedEvents

1 file changed

+1
-1
lines changed

packages/destination-actions/src/destinations/algolia-insights/productListViewedEvents/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const productListViewedEvents: ActionDefinition<Settings, Payload> = {
1313
fields: {
1414
objectIDs: {
1515
label: 'Product IDs',
16-
description: 'Product IDs of the viewed items.',
16+
description: 'Product IDs of the viewed items. Defaults to an array of `products.product_id`.',
1717
type: 'string',
1818
multiple: true,
1919
required: true,

0 commit comments

Comments
 (0)