We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f8590 commit 955453bCopy full SHA for 955453b
packages/destination-actions/src/destinations/ms-bing-capi/sendEvent/fields.ts
@@ -78,7 +78,7 @@ export const userData: InputField = {
78
'@if': {
79
exists: { '@path': '$.properties.msclkid' },
80
then: { '@path': '$.properties.msclkid' },
81
- else: { '@path': '$.integrations.Microsoft Bing CAPI.msclkid' }
+ else: { '@path': '$.integrations.Ms Bing Capi.msclkid' }
82
}
83
84
@@ -377,4 +377,4 @@ export const batch_size: InputField = {
377
default: 1000,
378
readOnly: true,
379
unsafe_hidden: true
380
-}
+}
0 commit comments