Skip to content

Commit

Permalink
chore: adding back useNativeSDK in gainsight px (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 authored Oct 30, 2024
1 parent 10aca8c commit deb43c2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"ketchConsentPurposes"
],
"web": [
"useNativeSDK",
"dataCenter",
"connectionMode",
"consentManagement",
Expand Down
8 changes: 8 additions & 0 deletions src/configurations/destinations/gainsight_px/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
}
}
},
"useNativeSDK": {
"type": "object",
"properties": {
"web": {
"type": "boolean"
}
}
},
"userAttributeMap": {
"type": "array",
"items": {
Expand Down
11 changes: 11 additions & 0 deletions src/configurations/destinations/gainsight_px/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@
}
]
},
{
"title": "Native SDK",
"fields": [
{
"type": "checkbox",
"label": "Use device-mode to send events",
"value": "useNativeSDK",
"default": false
}
]
},
{
"title": "User Attribute Mapping",
"fields": [
Expand Down

0 comments on commit deb43c2

Please sign in to comment.