-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1053 from rudderlabs/release/v1.58.0
chore(release): pull release/v1.58.0 into main
- Loading branch information
Showing
20 changed files
with
145 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
src/configurations/destinations/tiktok_audience/db-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "TIKTOK_AUDIENCE", | ||
"displayName": "Tiktok Audience", | ||
"config": { | ||
"cdkV2Enabled": true, | ||
"disableJsonMapper": true, | ||
"excludeKeys": [], | ||
"auth": { | ||
"type": "OAuth" | ||
}, | ||
"includeKeys": ["oneTrustCookieCategories"], | ||
"isAudienceSupported": true, | ||
"saveDestinationResponse": true, | ||
"supportsBlankAudienceCreation": true, | ||
"supportedMessageTypes": { "cloud": ["audiencelist"] }, | ||
"supportedSourceTypes": ["cloud", "warehouse"], | ||
"supportsVisualMapper": true, | ||
"syncBehaviours": ["mirror"], | ||
"transformAt": "router", | ||
"transformAtV1": "router", | ||
"destConfig": { | ||
"defaultConfig": ["rudderAccountId", "isHashRequired", "oneTrustCookieCategories"], | ||
"cloud": ["audienceId"], | ||
"warehouse": ["adAccountId"] | ||
} | ||
}, | ||
"options": { "isBeta": true } | ||
} |
41 changes: 41 additions & 0 deletions
41
src/configurations/destinations/tiktok_audience/ui-config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"uiConfig": [ | ||
{ | ||
"title": "Connection Settings", | ||
"fields": [ | ||
{ | ||
"type": "textInput", | ||
"label": "Audience Id", | ||
"value": "audienceId", | ||
"required": true, | ||
"placeholder": "23847675445910030" | ||
}, | ||
{ | ||
"type": "checkbox", | ||
"label": "Enable Hashing", | ||
"value": "isHashRequired", | ||
"default": true | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Consent Settings", | ||
"fields": [ | ||
{ | ||
"type": "dynamicCustomForm", | ||
"value": "oneTrustCookieCategories", | ||
"label": "OneTrust Cookie Categories", | ||
"customFields": [ | ||
{ | ||
"type": "textInput", | ||
"placeholder": "Marketing", | ||
"value": "oneTrustCookieCategory", | ||
"label": "Category Name/ID", | ||
"required": false | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "revenuecat", | ||
"category": "webhook", | ||
"displayName": "Revenuecat", | ||
"options": { "isBeta": true }, | ||
"type": "cloud" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"metadata": { | ||
"primaryCategory": "", | ||
"secondaryCategory": [], | ||
"docLink": "", | ||
"logoPath": "", | ||
"releaseStatus": "beta", | ||
"sourceCode": { | ||
"github": "", | ||
"version": "v1.0.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"configSchema": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"uiConfig": null | ||
} |