-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
694d3bc
commit 3dbe7ea
Showing
7 changed files
with
129 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// from client native integration name to server identified display name | ||
let clientToServerNames = { | ||
"All": "All", | ||
"GA": "Google Analytics", | ||
"GOOGLEADS": "Google Ads", | ||
"BRAZE": "Braze", | ||
"Chartbeat": "Chartbeat", | ||
"COMSCORE": "Comscore", | ||
"CUSTOMERIO": "Customer IO", | ||
"FB_PIXEL": "Facebook Pixel", | ||
"GOOGLETAGMANAGER": "Google Tag Manager", | ||
"HOTJAR": "Hotjar", | ||
"HS": "HubSpot", | ||
"INTERCOM": "Intercom", | ||
"KEEN": "Keen", | ||
"KISSMETRICS": "Kiss Metrics", | ||
"LOTAME": "Lotame", | ||
"VWO": "VWO" | ||
} | ||
|
||
export {clientToServerNames} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// for sdk side native integration identification | ||
let commonNames = { | ||
"All": "All", | ||
"Google Analytics": "GA", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters