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

feat: onboard linkedin audience destination #1758

Merged
merged 6 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "LINKEDIN_AUDIENCE",
"displayName": "Linkedin Audience",
"config": {
"cdkV2Enabled": true,
"transformAtV1": "router",
"saveDestinationResponse": true,
"auth": {
"type": "OAuth",
"role": "linkedin_audience",
"rudderScopes": ["delivery"]
},
ItsSudip marked this conversation as resolved.
Show resolved Hide resolved
"supportedSourceTypes": ["cloud", "warehouse"],
"supportedMessageTypes": {
"cloud": ["record"]
},
"supportedConnectionModes": {
"cloud": ["cloud"],
"warehouse": ["cloud"]
},
"destConfig": {
"defaultConfig": ["rudderAccountId", "hashData"],
"cloud": ["connectionMode", "oneTrustCookieCategories", "ketchConsentPurposes"],
"warehouse": ["connectionMode", "oneTrustCookieCategories", "ketchConsentPurposes"]
},
"secretKeys": []
},
"options": {
"isBeta": true
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"uiConfig": {
"baseTemplate": [
{
"title": "Initial setup",
"note": "Update your connection setting here",
"sections": [
{
"groups": [
{
"fields": [{}]
}
]
},
{
"groups": [
{
"title": "Connection mode",
"note": [
"Update how you want to route events from your source to destination. ",
{
"text": "Get help deciding.",
"link": "https://www.rudderstack.com/docs/destinations/rudderstack-connection-modes/"
}
],
"icon": "sliders",
"fields": []
}
]
}
]
}
]
}
}
Loading