Skip to content

Commit

Permalink
fix: supported message type for tikTok ads integration
Browse files Browse the repository at this point in the history
  • Loading branch information
1abhishekpandey committed Jan 24, 2024
1 parent 9d4f2d7 commit 1dc6d04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/configurations/destinations/tiktok_ads/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"supportedMessageTypes": {
"cloud": ["track"],
"device": {
"web": ["identify", "track", "page"],
"ios": ["identify", "track", "page"],
"android": ["identify", "track", "page"]
"web": ["identify", "track", "page"]
}
},
"supportedConnectionModes": {
Expand Down

0 comments on commit 1dc6d04

Please sign in to comment.