Skip to content

Commit fbf248e

Browse files
updating types and a minor change to default mapping (#3515)
1 parent 70b6360 commit fbf248e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/browser-destinations/destinations/facebook-conversions-api-web/src/send/fields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const content_ids: InputField = {
9191
description: "Product IDs associated with the event, such as SKUs (e.g. ['ABC123', 'XYZ789']). Accepts a single string value or array of strings.",
9292
type: 'string',
9393
multiple: true,
94-
default: { "@template": "{{ properties.products | map: 'product_id' }}"}
94+
default: { "@liquid": "{{ properties.products | map: 'product_id' }}"}
9595
,
9696
depends_on: getDependenciesFor('content_ids')
9797
}

packages/browser-destinations/destinations/facebook-conversions-api-web/src/send/generated-types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)