Skip to content

Commit

Permalink
fix: update message type
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal-ab committed Nov 9, 2023
1 parent 6a41632 commit e5f125f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/configurations/destinations/tiktok_ads/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"supportedSourceTypes": ["web", "cloud", "ios", "android"],
"supportedMessageTypes": {
"cloud": ["track"],
"device": { "web": ["identify", "track", "page"], "mobile": ["identify", "track", "page"] }
"device": {
"web": ["identify", "track", "page"],
"ios": ["identify", "track", "page"],
"android": ["identify", "track", "page"]
}
},
"supportedConnectionModes": {
"web": ["cloud", "device"],
Expand Down

0 comments on commit e5f125f

Please sign in to comment.