Skip to content

Commit

Permalink
feat: refactor supportedMessageTypes and supportedConnectionModes
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-ab committed Oct 30, 2023
1 parent 831f12e commit ee12724
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/configurations/destinations/adroll/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@
],
"excludeKeys": [],
"supportedSourceTypes": ["web"],
"supportedMessageTypes": {
"device": { "web": ["identify", "track", "page"] }
},
"supportedConnectionModes": {
"web": ["device"]
},
"supportedMessageTypes": ["identify", "track", "page"],
"destConfig": {
"defaultConfig": [
"advId",
Expand All @@ -36,7 +31,5 @@
},
"secretKeys": []
},
"options": {
"isBeta": true
}
"options": { "isBeta": true }
}

0 comments on commit ee12724

Please sign in to comment.