Skip to content

Commit

Permalink
fix: common names map update (#681)
Browse files Browse the repository at this point in the history
* fix: common names map update

* All destinations considered and comments addressed.

Co-authored-by: Anant <anant@rudderstack.com>
  • Loading branch information
anantjain45823 and anantrudder authored Oct 17, 2022
1 parent 5ceac7a commit ebddf62
Show file tree
Hide file tree
Showing 51 changed files with 133 additions and 4 deletions.
5 changes: 5 additions & 0 deletions integrations/AdobeAnalytics/constants.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
const NAME = "ADOBE_ANALYTICS";
const CNameMapping = {
"Adobe Analytics": NAME,
ADOBEANALYTICS: NAME,
"ADOBE ANALYTICS": NAME,
[NAME]: NAME,
AdobeAnalytics: NAME,
adobeanalytics: NAME,
"adobe analytics": NAME,
"Adobe analytics": NAME,
"adobe Analytics": NAME,
};

export { NAME, CNameMapping };
2 changes: 2 additions & 0 deletions integrations/Adroll/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const CNameMapping = {
[NAME]: NAME,
Adroll: NAME,
"Ad roll": NAME,
"ad roll": NAME,
adroll: NAME,
};

export { NAME, CNameMapping };
1 change: 1 addition & 0 deletions integrations/Amplitude/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const CNameMapping = {
[NAME]: NAME,
AMPLITUDE: NAME,
Amplitude: NAME,
am: NAME,
};

export { NAME, CNameMapping };
2 changes: 2 additions & 0 deletions integrations/Appcues/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ const NAME = "APPCUES";
const CNameMapping = {
[NAME]: NAME,
Appcues: NAME,
"App Cues": NAME,
appcues: NAME,
};

export { NAME, CNameMapping };
5 changes: 5 additions & 0 deletions integrations/BingAds/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ const NAME = "BINGADS";
const CNameMapping = {
[NAME]: NAME,
BingAds: NAME,
bingads: NAME,
"Bing Ads": NAME,
"Bing ads": NAME,
"bing Ads": NAME,
"bing ads": NAME,
};

export { NAME, CNameMapping };
1 change: 1 addition & 0 deletions integrations/Braze/constants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions integrations/Bugsnag/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const NAME = "BUGSNAG";
const CNameMapping = {
[NAME]: NAME,
bugsnag: NAME,
Bugsnag: NAME,
};

export { NAME, CNameMapping };
3 changes: 3 additions & 0 deletions integrations/Chartbeat/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const NAME = "CHARTBEAT";
const CNameMapping = {
[NAME]: NAME,
Chartbeat: NAME,
chartbeat: NAME,
"Chart Beat": NAME,
"chart beat": NAME,
};

export { NAME, CNameMapping };
1 change: 1 addition & 0 deletions integrations/Clevertap/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const NAME = "CLEVERTAP";
const CNameMapping = {
[NAME]: NAME,
Clevertap: NAME,
clevertap: NAME,
};

export { NAME, CNameMapping };
4 changes: 4 additions & 0 deletions integrations/Comscore/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ const NAME = "COMSCORE";
const CNameMapping = {
[NAME]: NAME,
Comscore: NAME,
"Com Score": NAME,
"com Score": NAME,
"com score": NAME,
"Com score": NAME,
};

export { NAME, CNameMapping };
5 changes: 5 additions & 0 deletions integrations/ConvertFlow/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ const CNameMapping = {
convertflow: NAME,
convertFlow: NAME,
ConvertFlow: NAME,
"Convert flow": NAME,
"convert flow": NAME,
"convert Flow": NAME,
"Convert Flow": NAME,
"CONVERT FLOW": NAME,
};

export { NAME, CNameMapping };
2 changes: 2 additions & 0 deletions integrations/CustomerIO/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const CNameMapping = {
[NAME]: NAME,
Customerio: NAME,
"Customer.io": NAME,
"CUSTOMER.IO": NAME,
"customer.io": NAME,
};

export { NAME, CNameMapping };
1 change: 0 additions & 1 deletion integrations/DCMFloodlight/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const CNameMapping = {
DCMFloodlight: NAME,
dcmfloodlight: NAME,
DcmFloodlight: NAME,
DCM_FLOODLIGHT: NAME,
dcm_floodlight: NAME,
DCM_Floodlight: NAME,
};
Expand Down
1 change: 1 addition & 0 deletions integrations/Engage/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const NAME = "ENGAGE";
const CNameMapping = {
[NAME]: NAME,
Engage: NAME,
engage: NAME,
};
const identifyExcludeFields = [
"firstName",
Expand Down
3 changes: 3 additions & 0 deletions integrations/FacebookPixel/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const CNameMapping = {
[NAME]: NAME,
"FB Pixel": NAME,
"Facebook Pixel": NAME,
"facebook pixel": NAME,
fbpixel: NAME,
FBPIXEL: NAME,
FB_PIXEL: NAME,
};

Expand Down
5 changes: 5 additions & 0 deletions integrations/Fullstory/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ const CNameMapping = {
[NAME]: NAME,
Fullstory: NAME,
FullStory: NAME,
"full Story": NAME,
"Full Story": NAME,
"Full story": NAME,
"full story": NAME,
fullstory: NAME,
};

export { NAME, CNameMapping };
2 changes: 2 additions & 0 deletions integrations/GA/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const CNameMapping = {
[NAME]: NAME,
"Google Analytics": NAME,
GoogleAnalytics: NAME,
"GOOGLE ANALYTICS": NAME,
"google analytics": NAME,
};

export { NAME, CNameMapping };
5 changes: 5 additions & 0 deletions integrations/GA360/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ const NAME = "GA360";
const CNameMapping = {
[NAME]: NAME,
"Google Analytics 360": NAME,
"Google analytics 360": NAME,
"google analytics 360": NAME,
"Google Analytics360": NAME,
"Google analytics360": NAME,
"google analytics360": NAME,
GoogleAnalytics360: NAME,
"GA 360": NAME,
};
Expand Down
5 changes: 5 additions & 0 deletions integrations/GA4/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ const NAME = "GA4";
const CNameMapping = {
[NAME]: NAME,
"Google Analytics 4": NAME,
"Google analytics 4": NAME,
"google analytics 4": NAME,
"Google Analytics4": NAME,
"Google analytics4": NAME,
"google analytics4": NAME,
GoogleAnalytics4: NAME,
};

Expand Down
3 changes: 3 additions & 0 deletions integrations/GoogleAds/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const CNameMapping = {
[NAME]: NAME,
"Google Ads": NAME,
GoogleAds: NAME,
"GOOGLE ADS": NAME,
"google ads": NAME,
googleads: NAME,
};

export { NAME, CNameMapping };
3 changes: 3 additions & 0 deletions integrations/GoogleOptimize/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ const CNameMapping = {
GoogleOptimize: NAME,
Googleoptimize: NAME,
GOOGLEOPTIMIZE: NAME,
"google optimize": NAME,
"Google optimize": NAME,
"GOOGLE OPTIMIZE": NAME,
};

export { NAME, CNameMapping };
3 changes: 3 additions & 0 deletions integrations/GoogleTagManager/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const NAME = "GTM";
const CNameMapping = {
[NAME]: NAME,
"Google Tag Manager": NAME,
"google tag manager": NAME,
"googletag manager": NAME,
googletagmanager: NAME,
};

export { NAME, CNameMapping };
2 changes: 2 additions & 0 deletions integrations/Hotjar/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const CNameMapping = {
[NAME]: NAME,
Hotjar: NAME,
hotjar: NAME,
"Hot Jar": NAME,
"hot jar": NAME,
};

export { NAME, CNameMapping };
3 changes: 3 additions & 0 deletions integrations/HubSpot/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const CNameMapping = {
[NAME]: NAME,
Hubspot: NAME,
HUBSPOT: NAME,
"hub spot": NAME,
"Hub Spot": NAME,
"Hub spot": NAME,
};

export { NAME, CNameMapping };
1 change: 1 addition & 0 deletions integrations/INTERCOM/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const NAME = "INTERCOM";
const CNameMapping = {
[NAME]: NAME,
Intercom: NAME,
intercom: NAME,
};

export { NAME, CNameMapping };
2 changes: 2 additions & 0 deletions integrations/Keen/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const CNameMapping = {
[NAME]: NAME,
Keen: NAME,
"Keen.io": NAME,
keen: NAME,
"keen.io": NAME,
};

export { NAME, CNameMapping };
1 change: 1 addition & 0 deletions integrations/Kissmetrics/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const NAME = "KISSMETRICS";
const CNameMapping = {
[NAME]: NAME,
Kissmetrics: NAME,
kissmetrics: NAME,
};

export { NAME, CNameMapping };
1 change: 1 addition & 0 deletions integrations/Klaviyo/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const NAME = "KLAVIYO";
const CNameMapping = {
[NAME]: NAME,
Klaviyo: NAME,
klaviyo: NAME,
};

export { NAME, CNameMapping };
1 change: 1 addition & 0 deletions integrations/LaunchDarkly/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const CNameMapping = {
Launch_Darkly: NAME,
"Launch Darkly": NAME,
launchDarkly: NAME,
"launch darkly": NAME,
};

export { NAME, CNameMapping };
3 changes: 3 additions & 0 deletions integrations/LinkedInInsightTag/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ const NAME = "LINKEDIN_INSIGHT_TAG";
const CNameMapping = {
[NAME]: NAME,
"LinkedIn Insight Tag": NAME,
"LinkedIn insight tag": NAME,
"linkedIn insight tag": NAME,
Linkedin_insight_tag: NAME,
LinkedinInsighttag: NAME,
LinkedinInsightTag: NAME,
LinkedInInsightTag: NAME,
Linkedininsighttag: NAME,
LINKEDININSIGHTTAG: NAME,
linkedininsighttag: NAME,
};

export { NAME, CNameMapping };
1 change: 0 additions & 1 deletion integrations/LiveChat/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const NAME = "LIVECHAT";
const CNameMapping = {
[NAME]: NAME,
LIVECHAT: NAME,
LiveChat: NAME,
Live_Chat: NAME,
livechat: NAME,
Expand Down
1 change: 1 addition & 0 deletions integrations/Lotame/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const NAME = "LOTAME";
const CNameMapping = {
[NAME]: NAME,
Lotame: NAME,
lotame: NAME,
};

export { NAME, CNameMapping };
1 change: 1 addition & 0 deletions integrations/Lytics/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const NAME = "LYTICS";
const CNameMapping = {
[NAME]: NAME,
Lytics: NAME,
lytics: NAME,
};

export { NAME, CNameMapping };
1 change: 0 additions & 1 deletion integrations/Matomo/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const NAME = "MATOMO";
const CNameMapping = {
[NAME]: NAME,
MATOMO: NAME,
Matomo: NAME,
matomo: NAME,
};
Expand Down
3 changes: 3 additions & 0 deletions integrations/Mixpanel/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const CNameMapping = {
[NAME]: NAME,
MIXPANEL: NAME,
Mixpanel: NAME,
"MIX PANEL": NAME,
"Mix panel": NAME,
"Mix Panel": NAME,
};

export { NAME, CNameMapping };
5 changes: 5 additions & 0 deletions integrations/MoEngage/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ const NAME = "MOENGAGE";
const CNameMapping = {
[NAME]: NAME,
MoEngage: NAME,
moengage: NAME,
Moengage: NAME,
"Mo Engage": NAME,
"mo engage": NAME,
"Mo engage": NAME,
};

export { NAME, CNameMapping };
4 changes: 4 additions & 0 deletions integrations/Mouseflow/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ const CNameMapping = {
mouseflow: NAME,
mouseFlow: NAME,
MouseFlow: NAME,
"Mouse flow": NAME,
"mouse flow": NAME,
"mouse Flow": NAME,
"Mouse Flow": NAME,
};

export { NAME, CNameMapping };
1 change: 1 addition & 0 deletions integrations/Optimizely/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const NAME = "OPTIMIZELY";
const CNameMapping = {
[NAME]: NAME,
Optimizely: NAME,
optimizely: NAME,
};

export { NAME, CNameMapping };
1 change: 1 addition & 0 deletions integrations/Pendo/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const NAME = "PENDO";
const CNameMapping = {
[NAME]: NAME,
Pendo: NAME,
pendo: NAME,
};

export { NAME, CNameMapping };
6 changes: 6 additions & 0 deletions integrations/PinterestTag/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ const CNameMapping = {
PinterestAds: NAME,
Pinterest_Ads: NAME,
Pinterest: NAME,
"Pinterest Tag": NAME,
"Pinterest tag": NAME,
"PINTEREST TAG": NAME,
"pinterest tag": NAME,
"Pinterest Ads": NAME,
"Pinterest ads": NAME,
};

export { NAME, CNameMapping };
2 changes: 2 additions & 0 deletions integrations/PostAffiliatePro/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ const CNameMapping = {
PostAffiliatePro: NAME,
Post_affiliate_pro: NAME,
"Post Affiliate Pro": NAME,
"Post affiliate pro": NAME,
"post affiliate pro": NAME,
postaffiliatepro: NAME,
POSTAFFILIATEPRO: NAME,
};
Expand Down
Loading

0 comments on commit ebddf62

Please sign in to comment.