Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): pull main into develop post release v1.54.0 (Duplicate version) #960

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ All notable changes to this project will be documented in this file. See [standa

### Features

* [REV-103] trino source enable mirror mode support ([#921](https://github.com/rudderlabs/rudder-config-schema/issues/921)) ([fdbebf1](https://github.com/rudderlabs/rudder-config-schema/commit/fdbebf18ecd82668dff9c2844362b827d4a11c7d))
* add visual mapper for snapchat ([#911](https://github.com/rudderlabs/rudder-config-schema/issues/911)) ([43641ce](https://github.com/rudderlabs/rudder-config-schema/commit/43641cec8bc1f166311365a855d7d148edc55149))
* amplitude sdk update ([#796](https://github.com/rudderlabs/rudder-config-schema/issues/796)) ([4e94260](https://github.com/rudderlabs/rudder-config-schema/commit/4e94260f4e071ff0c64dced856f363226b9f624e))
* **mixpanel:** add support of ignoreDnt ([#917](https://github.com/rudderlabs/rudder-config-schema/issues/917)) ([ef678bd](https://github.com/rudderlabs/rudder-config-schema/commit/ef678bdd8eaac5954c59d9fd408dc1914e77c428))
* **ga4:** support of filter PII user properties ([a196fca](https://github.com/rudderlabs/rudder-config-schema/commit/a196fca71a3b0dc37bc11573c90ba6cab8518fcc))
* **ga4:** support of filter PII user properties ([e5c673d](https://github.com/rudderlabs/rudder-config-schema/commit/e5c673d6ef11c8a7493ec7b56ccf8fdff91d6f7c))
* **ga4:** support of filter PII user properties ([2ce312b](https://github.com/rudderlabs/rudder-config-schema/commit/2ce312bf1de50fe86419f5d94f92bd19ed93e970))
* **ga4:** support of sending user_properties as part of init call ([0b2ca93](https://github.com/rudderlabs/rudder-config-schema/commit/0b2ca937f6cad8cd7e3688126f1f82cb1f4c3885))


### [1.53.1](https://github.com/rudderlabs/rudder-config-schema/compare/v1.53.0...v1.53.1) (2023-09-28)


Expand Down
30 changes: 10 additions & 20 deletions src/configurations/destinations/am/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@
"trackProductsOnce",
"trackRevenuePerProduct",
"preferAnonymousIdForDeviceId",
"deviceIdFromUrlParam",
"forceHttps",
"trackGclid",
"trackReferrer",
"saveParamsReferrerOncePerSession",
"trackUtmProperties",
"unsetParamsReferrerOnNewSession",
"batchEvents",
"eventUploadPeriodMillis",
"eventUploadThreshold",
"versionName",
"enableLocationListening",
"useAdvertisingIdForDeviceId",
Expand All @@ -41,7 +31,13 @@
"oneTrustCookieCategories",
"eventFilteringOption",
"mapDeviceBrand",
"residencyServer"
"residencyServer",
"userProvidedPageEventString",
"useUserDefinedPageEventName",
"attribution",
"eventUploadThreshold",
"eventUploadPeriodMillis",
"trackNewCampaigns"
],
"excludeKeys": [],
"supportedSourceTypes": [
Expand Down Expand Up @@ -94,16 +90,10 @@
"useNativeSDK",
"connectionMode",
"preferAnonymousIdForDeviceId",
"deviceIdFromUrlParam",
"forceHttps",
"trackGclid",
"trackReferrer",
"saveParamsReferrerOncePerSession",
"trackUtmProperties",
"unsetParamsReferrerOnNewSession",
"batchEvents",
"attribution",
"eventUploadThreshold",
"eventUploadPeriodMillis",
"eventUploadThreshold"
"trackNewCampaigns"
],
"android": [
"eventUploadPeriodMillis",
Expand Down
12 changes: 6 additions & 6 deletions src/configurations/destinations/am/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,12 @@
"flutter": { "type": "boolean" }
}
},
"preferAnonymousIdForDeviceId": {
"attribution": {
"type": "object",
"properties": { "web": { "type": "boolean" } }
},
"deviceIdFromUrlParam": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"forceHttps": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"trackGclid": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"trackReferrer": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"trackUtmProperties": { "type": "object", "properties": { "web": { "type": "boolean" } } },
"saveParamsReferrerOncePerSession": {
"trackNewCampaigns": {
"type": "object",
"properties": { "web": { "type": "boolean" } }
},
Expand Down Expand Up @@ -245,6 +241,10 @@
"reactnative": { "type": "string", "enum": ["cloud", "device"] },
"flutter": { "type": "string", "enum": ["cloud", "device"] }
}
},
"preferAnonymousIdForDeviceId": {
"type": "object",
"properties": { "web": { "type": "boolean" } }
}
}
}
Expand Down
54 changes: 6 additions & 48 deletions src/configurations/destinations/am/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -541,69 +541,27 @@
},
{
"type": "checkbox",
"label": "Set Device ID From URL Parameter",
"note": "Set the device ID by parsing the URL parameter from amp_device_ID",
"configKey": "deviceIdFromUrlParam",
"label": "Disable Attribution",
"note": "Disable the attribution tracking",
"configKey": "attribution",
"default": false
},
{
"type": "checkbox",
"label": "Force HTTPS",
"note": "Upload events to the HTTPS endpoint instead of the embedding site’s protocol",
"configKey": "forceHttps",
"default": false
},
{
"type": "checkbox",
"label": "Track GCLID",
"note": "Capture GCLID URL parameters along with the user’s initial_gclid parameters",
"configKey": "trackGclid",
"default": true
},
{
"type": "checkbox",
"label": "Track referrer information",
"note": "Capture the user’s referrer, initial referrer, and referring domain as user properties",
"configKey": "trackReferrer",
"default": true
},
{
"type": "checkbox",
"label": "Track UTM properties",
"note": "Capture UTM parameters as user properties by either parsing the query string or from the _utmz cookie",
"configKey": "trackUtmProperties",
"default": true
},
{
"type": "checkbox",
"label": "Save Referrer, URL Params, GCLID only once per session",
"note": "Track GCLID, referrer, and UTM parameters only once per session, ignoring any new values which may enter a user’s session",
"configKey": "saveParamsReferrerOncePerSession",
"configKey": "trackNewCampaigns",
"default": true
},
{
"type": "checkbox",
"label": "Reset referrer or UTM params for new sessions",
"note": "Set referrer and utm_parameter properties to null upon instantiating a new session; otherwise, existing referrer and utm_parameter values will be passed to each new session",
"configKey": "unsetParamsReferrerOnNewSession",
"default": false
},
{
"type": "checkbox",
"label": "Batch events prior to upload",
"note": "Batch events to upload only after the number of queued events is greater than or equal to eventUploadThreshold, or after events to upload after eventUploadPeriodMillis milliseconds have passed since the first unsent event",
"configKey": "batchEvents",
"default": false
},
{
"type": "textInput",
"label": "Batch event upload period (ms)",
"note": "Set the time limit (in ms) between batch uploads",
"configKey": "eventUploadPeriodMillis",
"default": "30000",
"default": "1000",
"regex": "^([0-9]{0,100})$",
"regexErrorMessage": "Invalid Value",
"placeholder": "e.g: 30000"
"placeholder": "e.g: 1000"
},
{
"type": "textInput",
Expand Down
2 changes: 1 addition & 1 deletion src/configurations/destinations/ga4/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
{
"type": "tagInput",
"label": "Filter user traits",
"note": "Enter the list of user traits. RudderStack will filter user traits to GA4, applicable to all modes(cloud, device, hybrid)",
"note": "Use this field to filter sensitive PII fields like email, phone number, credit card number, etc. from your events and prevent them from being sent to GA4",
"configKey": "piiPropertiesToIgnore",
"tagKey": "piiProperty",
"default": [
Expand Down
3 changes: 2 additions & 1 deletion src/configurations/destinations/mp/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"identityMergeApi",
"userDeletionApi",
"gdprApiToken",
"strictMode"
"strictMode",
"ignoreDnt"
],
"web": ["useNativeSDK"]
},
Expand Down
4 changes: 4 additions & 0 deletions src/configurations/destinations/mp/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"type": "boolean",
"default": false
},
"ignoreDnt": {
"type": "boolean",
"default": false
},
"userDeletionApi": {
"type": "string",
"enum": ["engage", "task"],
Expand Down
7 changes: 7 additions & 0 deletions src/configurations/destinations/mp/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@
"value": "strictMode",
"default": false,
"footerNote": "If enabled, Mixpanel will validate the request and return errors per event that failed"
},
{
"type": "checkbox",
"label": "Ignore \"Do Not Track\"",
"value": "strictMode",
"default": false,
"footerNote": "If enabled, Mixpanel will ignore \"Do Not Track\" setting of browser"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "SNAPCHAT_CUSTOM_AUDIENCE",
"displayName": "Snapchat Custom Audience",
"config": {
"supportsVisualMapper": true,
"auth": {
"type": "OAuth",
"role": "snapchat_custom_audience",
Expand All @@ -27,6 +28,10 @@
"supportedMessageTypes": [
"audiencelist"
],
"syncBehaviours": [
"mirror"
],
"disableJsonMapper": true,
"destConfig": {
"defaultConfig": [
"rudderAccountId",
Expand Down
3 changes: 1 addition & 2 deletions src/configurations/destinations/snowflake/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"excludeWindow",
"jsonPaths",
"useRudderStorage",
"oneTrustCookieCategories",
"ketchConsentPurposes"
"oneTrustCookieCategories"
]
},
"secretKeys": ["password", "accessKeyID", "accessKey", "accountKey", "sasToken"]
Expand Down
7 changes: 0 additions & 7 deletions src/configurations/destinations/snowflake/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@
}
}
}
},
"ketchConsentPurposes": {
"type": "array",
"items": {
"type": "object",
"properties": { "purpose": { "type": "string", "pattern": "^(.{0,100})$" } }
}
}
},
"allOf": [
Expand Down
15 changes: 0 additions & 15 deletions src/configurations/destinations/snowflake/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -561,21 +561,6 @@
"required": false
}
]
},
{
"type": "dynamicCustomForm",
"value": "ketchConsentPurposes",
"label": "Ketch Consent Purposes",
"customFields": [
{
"type": "textInput",
"placeholder": "Marketing",
"value": "purpose",
"label": "Purpose ID",
"regex": "^(.{0,100})$",
"required": false
}
]
}
]
}
Expand Down
Loading