Skip to content

Commit

Permalink
fix: supported message type for mobile integrations (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
1abhishekpandey authored Jan 24, 2024
1 parent f99f57e commit 89b2ad8
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 39 deletions.
8 changes: 4 additions & 4 deletions src/configurations/destinations/adj/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"supportedMessageTypes": {
"cloud": ["track"],
"device": {
"android": ["track"],
"ios": ["track"],
"flutter": ["track"],
"unity": ["track"]
"android": ["identify", "track"],
"ios": ["identify", "track"],
"flutter": ["identify", "track"],
"unity": ["identify", "track"]
}
},
"supportedConnectionModes": {
Expand Down
10 changes: 5 additions & 5 deletions src/configurations/destinations/af/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"supportedMessageTypes": {
"cloud": ["track", "screen", "page"],
"device": {
"android": ["track", "screen", "page"],
"cordova": ["track", "screen", "page"],
"ios": ["track", "screen", "page"],
"flutter": ["track", "screen", "page"],
"reactnative": ["track", "screen", "page"]
"android": ["track", "screen", "identify"],
"cordova": ["track", "screen", "identify"],
"ios": ["track", "screen", "identify"],
"flutter": ["track", "screen", "identify"],
"reactnative": ["track", "screen", "identify"]
}
},
"supportedConnectionModes": {
Expand Down
8 changes: 4 additions & 4 deletions src/configurations/destinations/am/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"cloud": ["alias", "group", "identify", "page", "screen", "track"],
"device": {
"web": ["identify", "track", "page", "group"],
"android": ["identify", "track", "page", "group"],
"ios": ["identify", "track", "page", "group"],
"reactnative": ["identify", "track", "page", "group"],
"flutter": ["identify", "track", "page", "group"]
"android": ["identify", "track", "screen"],
"ios": ["identify", "track", "screen"],
"reactnative": ["identify", "track", "screen"],
"flutter": ["identify", "track", "screen"]
}
},
"supportedConnectionModes": {
Expand Down
8 changes: 4 additions & 4 deletions src/configurations/destinations/braze/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"cloud": ["group", "identify", "page", "screen", "track", "alias"],
"device": {
"web": ["identify", "track", "page"],
"android": ["identify", "track", "page"],
"ios": ["identify", "track", "page"],
"flutter": ["identify", "track", "page"],
"reactnative": ["identify", "track", "page"]
"android": ["identify", "track"],
"ios": ["identify", "track"],
"flutter": ["identify", "track"],
"reactnative": ["identify", "track"]
}
},
"hybridModeCloudEventsFilter": {
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/bugsnag/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"supportedMessageTypes": {
"device": {
"web": ["identify"],
"android": ["identify"],
"ios": ["identify"]
"android": ["identify", "track", "screen"],
"ios": ["identify", "track", "screen"]
}
},
"supportedConnectionModes": {
Expand Down
6 changes: 3 additions & 3 deletions src/configurations/destinations/clevertap/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"cloud": ["identify", "page", "screen", "track", "alias"],
"device": {
"web": ["identify", "track", "page"],
"android": ["identify", "track", "page"],
"ios": ["identify", "track", "page"],
"reactnative": ["identify", "track", "page"]
"android": ["identify", "track", "screen"],
"ios": ["identify", "track", "screen"],
"reactnative": ["identify", "track", "screen"]
}
},
"supportedConnectionModes": {
Expand Down
10 changes: 10 additions & 0 deletions src/configurations/destinations/comscore/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
],
"excludeKeys": [],
"supportedSourceTypes": ["android", "ios"],
"supportedMessageTypes": {
"device": {
"android": ["identify", "track", "screen"],
"ios": ["identify", "track", "screen"]
}
},
"supportedConnectionModes": {
"android": ["device"],
"ios": ["device"]
},
"destConfig": {
"defaultConfig": [
"publisherId",
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/fb/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"supportedMessageTypes": {
"cloud": ["page", "screen", "track"],
"device": {
"android": ["identify", "page", "screen", "track"],
"ios": ["identify", "page", "screen", "track"]
"android": ["identify", "screen", "track"],
"ios": ["identify", "screen", "track"]
}
},
"supportedConnectionModes": {
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/fullstory/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"cloud": ["track", "identify"],
"device": {
"web": ["identify", "track", "page"],
"android": ["identify", "track", "page", "screen"],
"ios": ["identify", "track", "page", "screen"]
"android": ["identify", "track", "screen"],
"ios": ["identify", "track", "screen"]
}
},
"destConfig": {
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/ga4/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"cloud": ["track", "group", "page"],
"device": {
"web": ["identify", "track", "page", "group"],
"android": ["identify", "track", "page", "group"],
"ios": ["identify", "track", "page", "group"]
"android": ["identify", "track", "screen"],
"ios": ["identify", "track", "screen"]
}
},
"supportedConnectionModes": {
Expand Down
6 changes: 5 additions & 1 deletion src/configurations/destinations/kochava/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
"shopify"
],
"supportedMessageTypes": {
"cloud": ["screen", "track"]
"cloud": ["screen", "track"],
"device": {
"android": ["screen", "track"],
"ios": ["screen", "track"]
}
},
"supportedConnectionModes": {
"android": ["cloud", "device"],
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/lotame_mobile/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"supportedMessageTypes": {
"device": {
"ios": [],
"android": []
"ios": ["identify", "screen"],
"android": ["identify", "screen"]
}
},
"destConfig": {
Expand Down
6 changes: 3 additions & 3 deletions src/configurations/destinations/moengage/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"cloud": ["identify", "track", "alias"],
"device": {
"web": ["identify", "track"],
"android": ["identify", "track"],
"ios": ["identify", "track"],
"reactnative": ["identify", "track"]
"android": ["identify", "track", "alias"],
"ios": ["identify", "track", "alias"],
"reactnative": ["identify", "track", "alias"]
}
},
"supportedConnectionModes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"supportedMessageTypes": {
"cloud": ["identify", "track", "page", "screen"],
"device": {
"android": ["identify", "track", "page", "screen"],
"ios": ["identify", "track", "page", "screen"]
"android": ["identify", "track"],
"ios": ["identify", "track"]
}
},
"destConfig": {
Expand Down
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 89b2ad8

Please sign in to comment.