Skip to content

Commit

Permalink
Merge branch 'develop' into feat/mixpanel-persistenceName
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravudia authored Aug 21, 2023
2 parents 818d71c + d54ece3 commit 434ea82
Show file tree
Hide file tree
Showing 33 changed files with 193 additions and 106 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.45.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.45.1...v1.45.2) (2023-08-16)


### Bug Fixes

* catalog for databricks ([#840](https://github.com/rudderlabs/rudder-config-schema/issues/840)) ([316a0de](https://github.com/rudderlabs/rudder-config-schema/commit/316a0deffd1ddc1d63231874c35e98df8e248c27))
* enabling mirror mode for databricks rETL ([#837](https://github.com/rudderlabs/rudder-config-schema/issues/837)) ([7b93ebb](https://github.com/rudderlabs/rudder-config-schema/commit/7b93ebb29ae2a100dec0ab069a7ce925b932c456))
* releasing databricks to all customers ([#839](https://github.com/rudderlabs/rudder-config-schema/issues/839)) ([5020408](https://github.com/rudderlabs/rudder-config-schema/commit/5020408e8e3d2438236f38e1dee565e34196fec1))

### [1.45.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.45.0...v1.45.1) (2023-08-16)


### Bug Fixes

* **dcmfloodlight:** schema issue ([#833](https://github.com/rudderlabs/rudder-config-schema/issues/833)) ([9f8cede](https://github.com/rudderlabs/rudder-config-schema/commit/9f8cede260f4fd9619609a7fdc6e1500d20d6fc6))
* make bingAds aud visible and add message type to marketo bulk upload ([#832](https://github.com/rudderlabs/rudder-config-schema/issues/832)) ([e8b0435](https://github.com/rudderlabs/rudder-config-schema/commit/e8b0435aae6b71d59e977ce8e56762a5e3ae0e18))

## [1.45.0](https://github.com/rudderlabs/rudder-config-schema/compare/v1.44.2...v1.45.0) (2023-08-14)


### Features

* **zendesk:** add source name setting ([#825](https://github.com/rudderlabs/rudder-config-schema/issues/825)) ([51329cc](https://github.com/rudderlabs/rudder-config-schema/commit/51329ccdfcc97d3f0b0f99be76acb99ef4270b43))

### [1.44.2](https://github.com/rudderlabs/rudder-config-schema/compare/v1.44.1...v1.44.2) (2023-08-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rudder-config-schema",
"version": "1.44.2",
"version": "1.45.2",
"description": "",
"main": "src/index.ts",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/af/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"value": "apiToken",
"placeholder": "c81aaf36-8323-4bb6-b5a8-asdfasdfas4f3c",
"secret": true,
"footerNote": "Provide your V1.0 API Token."
"footerNote": "Provide your V2.0 API Token."
}
]
},
Expand Down
4 changes: 1 addition & 3 deletions src/configurations/destinations/am/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
"oneTrustCookieCategories",
"eventFilteringOption",
"mapDeviceBrand",
"residencyServer",
"userProvidedPageEventString",
"useUserDefinedPageEventName"
"residencyServer"
],
"excludeKeys": [],
"supportedSourceTypes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@
]
}
},
"options": {
"hidden": true
}
"options": { "isBeta": true }
}
3 changes: 2 additions & 1 deletion src/configurations/destinations/blueshift/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"web",
"cloud",
"mobile",
"shopify"
"shopify",
"warehouse"
],
"supportedMessageTypes": [
"identify",
Expand Down
3 changes: 1 addition & 2 deletions src/configurations/destinations/bugsnag/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"includeKeys": [
"apiKey",
"releaseStage",
"ssl",
"blacklistedEvents",
"whitelistedEvents",
"oneTrustCookieCategories",
Expand All @@ -26,7 +25,7 @@
],
"android": ["useNativeSDK"],
"ios": ["useNativeSDK"],
"web": ["useNativeSDK", "releaseStage", "ssl"]
"web": ["useNativeSDK", "releaseStage"]
},
"secretKeys": ["apiKey"]
}
Expand Down
6 changes: 2 additions & 4 deletions src/configurations/destinations/clevertap/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"name": "CLEVERTAP",
"displayName": "CleverTap",
"config": {
"transformAt": "processor",
"transformAtV1": "processor",
"transformAt": "router",
"transformAtV1": "router",
"saveDestinationResponse": true,
"includeKeys": [
"accountId",
"accountToken",
"passcode",
"region",
"trackAnonymous",
"enableObjectIdMapping",
"blacklistedEvents",
"whitelistedEvents",
"oneTrustCookieCategories",
Expand Down
91 changes: 69 additions & 22 deletions src/configurations/destinations/dcm_floodlight/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"configSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": ["advertiserId"],
"required": [
"advertiserId"
],
"properties": {
"advertiserId": {
"type": "string",
Expand Down Expand Up @@ -33,7 +35,10 @@
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
},
"salesTag": { "type": "boolean" },
"salesTag": {
"type": "boolean",
"default": false
},
"customVariables": {
"type": "array",
"items": {
Expand All @@ -45,17 +50,76 @@
},
"to": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^([0-9]{0,100})$"
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
}
}
}
}
},
"useNativeSDK": {
"type": "object",
"properties": {
"web": {
"type": "boolean"
}
}
},
"tagFormat": {
"type": "object",
"properties": {
"web": {
"type": "string",
"enum": [
"globalSiteTag",
"iframeTag"
],
"default": "globalSiteTag"
}
}
},
"conversionLinker": {
"type": "object",
"properties": {
"web": {
"type": "boolean"
}
}
},
"allowAdPersonalizationSignals": {
"type": "object",
"properties": {
"web": {
"type": "boolean"
}
}
},
"doubleclickId": {
"type": "object",
"properties": {
"web": {
"type": "boolean"
}
}
},
"googleNetworkId": {
"type": "object",
"properties": {
"web": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
},
"eventFilteringOption": {
"type": "string",
"pattern": "(^env[.].+)|^(disable|whitelistedEvents|blacklistedEvents)$"
"enum": [
"disable",
"whitelistedEvents",
"blacklistedEvents"
],
"default": "disable"
},
"whitelistedEvents": {
"type": "array",
Expand All @@ -81,23 +145,6 @@
}
}
},
"useNativeSDK": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"tagFormat": { "type": "string", "pattern": "(^env[.].+)|^(globalSiteTag|iframeTag)$" },
"conversionLinker": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"allowAdPersonalizationSignals": {
"type": "object",
"properties": { "web": { "type": "boolean" } }
},
"doubleclickId": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"googleNetworkId": {
"type": "object",
"properties": {
"web": {
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
}
}
},
"oneTrustCookieCategories": {
"type": "array",
"items": {
Expand All @@ -112,4 +159,4 @@
}
}
}
}
}
8 changes: 4 additions & 4 deletions src/configurations/destinations/dcm_floodlight/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"type": "textInput",
"label": "Activity Tag",
"value": "activityTag",
"regex": ".*",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$",
"required": false,
"placeholder": "e.g. signu0",
"secret": false,
Expand All @@ -27,7 +27,7 @@
"type": "textInput",
"label": "Group Tag",
"value": "groupTag",
"regex": ".*",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$",
"required": false,
"placeholder": "e.g. conv01",
"secret": false,
Expand Down Expand Up @@ -136,7 +136,7 @@
"type": "textInput",
"label": "Google Network Id",
"value": "googleNetworkId",
"regex": ".*",
"regex": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$",
"required": false,
"footerNote": "Network ID (NID) for the bidder account"
}
Expand Down Expand Up @@ -217,4 +217,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"whitelistedEvents",
"oneTrustCookieCategories",
"eventFilteringOption",
"removeExternalId",
"useUpdatedMapping",
"ketchConsentPurposes"
],
Expand Down
1 change: 1 addition & 0 deletions src/configurations/destinations/klaviyo/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"publicApiKey",
"privateApiKey",
"consent",
"flattenProperties",
"listId",
"enforceEmailAsPrimary",
"blacklistedEvents",
Expand Down
3 changes: 3 additions & 0 deletions src/configurations/destinations/klaviyo/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"type": "string",
"pattern": "(^\\{\\{.*\\|\\|(.*)\\}\\}$)|(^env[.].+)|^(.{0,100})$"
},
"flattenProperties": { "type": "boolean", "default": false },
"consent": {
"type": "array",
"items": {
Expand Down Expand Up @@ -66,6 +67,8 @@
}
}
},
"sendPageAsTrack": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"additionalPageInfo": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"useNativeSDK": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"connectionMode": {
"type": "object",
Expand Down
6 changes: 6 additions & 0 deletions src/configurations/destinations/klaviyo/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@
"configKey": "enforceEmailAsPrimary",
"default": false,
"note": ["Email is prioritized over phone by klaviyo if both are present"]
},
{
"type": "checkbox",
"label": "Enable this to flatten user/event properties",
"configKey": "flattenProperties",
"default": false
}
]
}
Expand Down
8 changes: 0 additions & 8 deletions src/configurations/destinations/lemnisk/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
"transformAtV1": "processor",
"saveDestinationResponse": true,
"includeKeys": [
"apiKey",
"passKey",
"cloudMode",
"diapi",
"pl",
"diapiWriteKey",
"plWriteKey",
"srcId",
"sdkWriteKey",
"accountId",
"whitelistedEvents",
Expand Down
1 change: 0 additions & 1 deletion src/configurations/destinations/lytics/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"saveDestinationResponse": true,
"includeKeys": [
"accountId",
"apiKey",
"stream",
"blockload",
"loadid",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"warehouse",
"shopify"
],
"supportedMessageTypes": ["identify"],
"destConfig": {
"defaultConfig": [
"clientId",
Expand Down
1 change: 0 additions & 1 deletion src/configurations/destinations/mp/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"whitelistedEvents",
"oneTrustCookieCategories",
"eventFilteringOption",
"useNewMapping",
"identityMergeApi"
],
"excludeKeys": [],
Expand Down
3 changes: 1 addition & 2 deletions src/configurations/destinations/pinterest_tag/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"saveDestinationResponse": false,
"includeKeys": [
"tagId",
"advertiserId",
"appId",
"customProperties",
"sendAsCustomEvent",
"eventsMapping",
Expand Down Expand Up @@ -42,6 +40,7 @@
"advertiserId",
"apiVersion",
"adAccountId",
"sendAsTestEvent",
"conversionToken",
"sendingUnHashedData",
"enableDeduplication",
Expand Down
Loading

0 comments on commit 434ea82

Please sign in to comment.