Skip to content

Commit 955453b

Browse files
committed
Integration slug change
1 parent e6f8590 commit 955453b

File tree

1 file changed

+2
-2
lines changed
  • packages/destination-actions/src/destinations/ms-bing-capi/sendEvent

1 file changed

+2
-2
lines changed

packages/destination-actions/src/destinations/ms-bing-capi/sendEvent/fields.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const userData: InputField = {
7878
'@if': {
7979
exists: { '@path': '$.properties.msclkid' },
8080
then: { '@path': '$.properties.msclkid' },
81-
else: { '@path': '$.integrations.Microsoft Bing CAPI.msclkid' }
81+
else: { '@path': '$.integrations.Ms Bing Capi.msclkid' }
8282
}
8383
}
8484
}
@@ -377,4 +377,4 @@ export const batch_size: InputField = {
377377
default: 1000,
378378
readOnly: true,
379379
unsafe_hidden: true
380-
}
380+
}

0 commit comments

Comments
 (0)