Skip to content

Commit 0f4dd24

Browse files
[Criteo] - turning on batching for all new instances (#3349)
1 parent 521a9fc commit 0f4dd24

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

packages/destination-actions/src/destinations/criteo-audiences/addUserToAudience/generated-types.ts

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/destination-actions/src/destinations/criteo-audiences/addUserToAudience/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ const action: ActionDefinition<Settings, Payload> = {
8282
type: 'boolean',
8383
default: false,
8484
required: false
85+
},
86+
enable_batching: {
87+
label: 'Enable Batching',
88+
description: 'Enable batching for this request',
89+
type: 'boolean',
90+
default: true,
91+
readOnly: true
8592
}
8693
},
8794
perform: async (request, { settings, payload }) => {

packages/destination-actions/src/destinations/criteo-audiences/removeUserFromAudience/generated-types.ts

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/destination-actions/src/destinations/criteo-audiences/removeUserFromAudience/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ const action: ActionDefinition<Settings, Payload> = {
7878
type: 'boolean',
7979
default: false,
8080
required: false
81+
},
82+
enable_batching: {
83+
label: 'Enable Batching',
84+
description: 'Enable batching for this request',
85+
type: 'boolean',
86+
default: true,
87+
readOnly: true
8188
}
8289
},
8390
perform: async (request, { settings, payload }) => {

0 commit comments

Comments
 (0)