@rudderstack/analytics-js 3.7.18 → 3.7.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -0
- package/dist/npm/legacy/bundled/cjs/index.cjs +83 -81
- package/dist/npm/legacy/bundled/esm/index.mjs +83 -81
- package/dist/npm/legacy/bundled/umd/index.js +83 -81
- package/dist/npm/legacy/cjs/index.cjs +83 -81
- package/dist/npm/legacy/content-script/cjs/index.cjs +83 -81
- package/dist/npm/legacy/content-script/esm/index.mjs +83 -81
- package/dist/npm/legacy/content-script/umd/index.js +83 -81
- package/dist/npm/legacy/esm/index.mjs +83 -81
- package/dist/npm/legacy/umd/index.js +83 -81
- package/dist/npm/modern/bundled/cjs/index.cjs +83 -81
- package/dist/npm/modern/bundled/esm/index.mjs +83 -81
- package/dist/npm/modern/bundled/umd/index.js +83 -81
- package/dist/npm/modern/cjs/index.cjs +1 -1
- package/dist/npm/modern/content-script/cjs/index.cjs +83 -81
- package/dist/npm/modern/content-script/esm/index.mjs +83 -81
- package/dist/npm/modern/content-script/umd/index.js +83 -81
- package/dist/npm/modern/esm/index.mjs +1 -1
- package/dist/npm/modern/umd/index.js +1 -1
- package/package.json +1 -1
@@ -374,7 +374,7 @@ payload.groupId=tryStringify(payload.groupId);if(isObjectLiteralAndNotNull(paylo
|
|
374
374
|
|
375
375
|
const CAPABILITIES_MANAGER='CapabilitiesManager';const CONFIG_MANAGER='ConfigManager';const EVENT_MANAGER='EventManager';const PLUGINS_MANAGER='PluginsManager';const USER_SESSION_MANAGER='UserSessionManager';const ERROR_HANDLER='ErrorHandler';const PLUGIN_ENGINE='PluginEngine';const STORE_MANAGER='StoreManager';const READY_API='readyApi';const EVENT_REPOSITORY='EventRepository';const EXTERNAL_SRC_LOADER='ExternalSrcLoader';const HTTP_CLIENT='HttpClient';const RS_APP='RudderStackApplication';const ANALYTICS_CORE='AnalyticsCore';
|
376
376
|
|
377
|
-
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.7.
|
377
|
+
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.7.19';const APP_NAMESPACE='com.rudderlabs.javascript';const MODULE_TYPE='npm';const ADBLOCK_PAGE_CATEGORY='RudderJS-Initiated';const ADBLOCK_PAGE_NAME='ad-block page request';const ADBLOCK_PAGE_PATH='/ad-blocked';const GLOBAL_PRELOAD_BUFFER='preloadedEventsBuffer';const CONSENT_TRACK_EVENT_NAME='Consent Management Interaction';
|
378
378
|
|
379
379
|
const QUERY_PARAM_TRAIT_PREFIX='ajs_trait_';const QUERY_PARAM_PROPERTY_PREFIX='ajs_prop_';const QUERY_PARAM_ANONYMOUS_ID_KEY='ajs_aid';const QUERY_PARAM_USER_ID_KEY='ajs_uid';const QUERY_PARAM_TRACK_EVENT_NAME_KEY='ajs_event';
|
380
380
|
|
@@ -901,166 +901,168 @@ if(!cmpConfig?.consents){return true;}const configuredConsents=cmpConfig.consent
|
|
901
901
|
// the configured resolution strategy
|
902
902
|
const matchPredicate=consent=>allowedConsentIds.includes(consent);switch(resolutionStrategy){case'or':return configuredConsents.some(matchPredicate)||configuredConsents.length===0;case'and':default:return configuredConsents.every(matchPredicate);}}catch(err){errorHandler?.onError(err,CUSTOM_CONSENT_MANAGER_PLUGIN,DESTINATION_CONSENT_STATUS_ERROR$2);return true;}}}});
|
903
903
|
|
904
|
-
const DIR_NAME$
|
904
|
+
const DIR_NAME$1f='AdobeAnalytics';const DISPLAY_NAME$1f='Adobe Analytics';
|
905
905
|
|
906
|
-
const DIR_NAME$
|
906
|
+
const DIR_NAME$1e='Amplitude';const DISPLAY_NAME$1e='Amplitude';
|
907
907
|
|
908
|
-
const DIR_NAME$
|
908
|
+
const DIR_NAME$1d='Appcues';const DISPLAY_NAME$1d='Appcues';
|
909
909
|
|
910
|
-
const DIR_NAME$
|
910
|
+
const DIR_NAME$1c='BingAds';const DISPLAY_NAME$1c='Bing Ads';
|
911
911
|
|
912
|
-
const DIR_NAME$
|
912
|
+
const DIR_NAME$1b='Braze';const DISPLAY_NAME$1b='Braze';
|
913
913
|
|
914
|
-
const DIR_NAME$
|
914
|
+
const DIR_NAME$1a='Bugsnag';const DISPLAY_NAME$1a='Bugsnag';
|
915
915
|
|
916
|
-
const DIR_NAME$
|
916
|
+
const DIR_NAME$19='Chartbeat';const DISPLAY_NAME$19='Chartbeat';
|
917
917
|
|
918
|
-
const DIR_NAME$
|
918
|
+
const DIR_NAME$18='Clevertap';const DISPLAY_NAME$18='CleverTap';
|
919
919
|
|
920
|
-
const DIR_NAME$
|
920
|
+
const DIR_NAME$17='Comscore';const DISPLAY_NAME$17='Comscore';
|
921
921
|
|
922
|
-
const DIR_NAME$
|
922
|
+
const DIR_NAME$16='Criteo';const DISPLAY_NAME$16='Criteo';
|
923
923
|
|
924
|
-
const DIR_NAME$
|
924
|
+
const DIR_NAME$15='CustomerIO';const DISPLAY_NAME$15='Customer IO';
|
925
925
|
|
926
|
-
const DIR_NAME$
|
926
|
+
const DIR_NAME$14='Drip';const DISPLAY_NAME$14='Drip';
|
927
927
|
|
928
|
-
const DIR_NAME$
|
928
|
+
const DIR_NAME$13='FacebookPixel';const DISPLAY_NAME$13='Facebook Pixel';
|
929
929
|
|
930
|
-
const DIR_NAME$
|
930
|
+
const DIR_NAME$12='Fullstory';const DISPLAY_NAME$12='Fullstory';
|
931
931
|
|
932
|
-
const DIR_NAME$
|
932
|
+
const DIR_NAME$11='GA';const DISPLAY_NAME$11='Google Analytics';
|
933
933
|
|
934
|
-
const DIR_NAME
|
934
|
+
const DIR_NAME$10='GA4';const DISPLAY_NAME$10='Google Analytics 4 (GA4)';
|
935
935
|
|
936
|
-
const DIR_NAME
|
936
|
+
const DIR_NAME$$='GA4_V2';const DISPLAY_NAME$$='Google Analytics 4 (GA4) V2';
|
937
937
|
|
938
|
-
const DIR_NAME$
|
938
|
+
const DIR_NAME$_='GoogleAds';const DISPLAY_NAME$_='Google Ads';
|
939
939
|
|
940
|
-
const DIR_NAME$
|
940
|
+
const DIR_NAME$Z='GoogleOptimize';const DISPLAY_NAME$Z='Google Optimize';
|
941
941
|
|
942
|
-
const DIR_NAME$
|
942
|
+
const DIR_NAME$Y='GoogleTagManager';const DISPLAY_NAME$Y='Google Tag Manager';
|
943
943
|
|
944
|
-
const DIR_NAME$
|
944
|
+
const DIR_NAME$X='Heap';const DISPLAY_NAME$X='Heap.io';
|
945
945
|
|
946
|
-
const DIR_NAME$
|
946
|
+
const DIR_NAME$W='Hotjar';const DISPLAY_NAME$W='Hotjar';
|
947
947
|
|
948
|
-
const DIR_NAME$
|
948
|
+
const DIR_NAME$V='HubSpot';const DISPLAY_NAME$V='HubSpot';
|
949
949
|
|
950
|
-
const DIR_NAME$
|
950
|
+
const DIR_NAME$U='INTERCOM';const DISPLAY_NAME$U='Intercom';
|
951
951
|
|
952
|
-
const DIR_NAME$
|
952
|
+
const DIR_NAME$T='Keen';const DISPLAY_NAME$T='Keen';
|
953
953
|
|
954
|
-
const DIR_NAME$
|
954
|
+
const DIR_NAME$S='Kissmetrics';const DISPLAY_NAME$S='Kiss Metrics';
|
955
955
|
|
956
|
-
const DIR_NAME$
|
956
|
+
const DIR_NAME$R='Klaviyo';const DISPLAY_NAME$R='Klaviyo';
|
957
957
|
|
958
|
-
const DIR_NAME$
|
958
|
+
const DIR_NAME$Q='LaunchDarkly';const DISPLAY_NAME$Q='LaunchDarkly';
|
959
959
|
|
960
|
-
const DIR_NAME$
|
960
|
+
const DIR_NAME$P='LinkedInInsightTag';const DISPLAY_NAME$P='Linkedin Insight Tag';
|
961
961
|
|
962
|
-
const DIR_NAME$
|
962
|
+
const DIR_NAME$O='Lotame';const DISPLAY_NAME$O='Lotame';
|
963
963
|
|
964
|
-
const DIR_NAME$
|
964
|
+
const DIR_NAME$N='Lytics';const DISPLAY_NAME$N='Lytics';
|
965
965
|
|
966
|
-
const DIR_NAME$
|
966
|
+
const DIR_NAME$M='Mixpanel';const DISPLAY_NAME$M='Mixpanel';
|
967
967
|
|
968
|
-
const DIR_NAME$
|
968
|
+
const DIR_NAME$L='MoEngage';const DISPLAY_NAME$L='MoEngage';
|
969
969
|
|
970
|
-
const DIR_NAME$
|
970
|
+
const DIR_NAME$K='Optimizely';const DISPLAY_NAME$K='Optimizely Web';
|
971
971
|
|
972
|
-
const DIR_NAME$
|
972
|
+
const DIR_NAME$J='Pendo';const DISPLAY_NAME$J='Pendo';
|
973
973
|
|
974
|
-
const DIR_NAME$
|
974
|
+
const DIR_NAME$I='PinterestTag';const DISPLAY_NAME$I='Pinterest Tag';
|
975
975
|
|
976
|
-
const DIR_NAME$
|
976
|
+
const DIR_NAME$H='PostAffiliatePro';const DISPLAY_NAME$H='Post Affiliate Pro';
|
977
977
|
|
978
|
-
const DIR_NAME$
|
978
|
+
const DIR_NAME$G='Posthog';const DISPLAY_NAME$G='PostHog';
|
979
979
|
|
980
|
-
const DIR_NAME$
|
980
|
+
const DIR_NAME$F='ProfitWell';const DISPLAY_NAME$F='ProfitWell';
|
981
981
|
|
982
|
-
const DIR_NAME$
|
982
|
+
const DIR_NAME$E='Qualtrics';const DISPLAY_NAME$E='Qualtrics';
|
983
983
|
|
984
|
-
const DIR_NAME$
|
984
|
+
const DIR_NAME$D='QuantumMetric';const DISPLAY_NAME$D='Quantum Metric';
|
985
985
|
|
986
|
-
const DIR_NAME$
|
986
|
+
const DIR_NAME$C='RedditPixel';const DISPLAY_NAME$C='Reddit Pixel';
|
987
987
|
|
988
|
-
const DIR_NAME$
|
988
|
+
const DIR_NAME$B='Sentry';const DISPLAY_NAME$B='Sentry';
|
989
989
|
|
990
|
-
const DIR_NAME$
|
990
|
+
const DIR_NAME$A='SnapPixel';const DISPLAY_NAME$A='Snap Pixel';
|
991
991
|
|
992
|
-
const DIR_NAME$
|
992
|
+
const DIR_NAME$z='TVSquared';const DISPLAY_NAME$z='TVSquared';
|
993
993
|
|
994
|
-
const DIR_NAME$
|
994
|
+
const DIR_NAME$y='VWO';const DISPLAY_NAME$y='VWO';
|
995
995
|
|
996
|
-
const DIR_NAME$
|
996
|
+
const DIR_NAME$x='GA360';const DISPLAY_NAME$x='Google Analytics 360';
|
997
997
|
|
998
|
-
const DIR_NAME$
|
998
|
+
const DIR_NAME$w='Adroll';const DISPLAY_NAME$w='Adroll';
|
999
999
|
|
1000
|
-
const DIR_NAME$
|
1000
|
+
const DIR_NAME$v='DCMFloodlight';const DISPLAY_NAME$v='DCM Floodlight';
|
1001
1001
|
|
1002
|
-
const DIR_NAME$
|
1002
|
+
const DIR_NAME$u='Matomo';const DISPLAY_NAME$u='Matomo';
|
1003
1003
|
|
1004
|
-
const DIR_NAME$
|
1004
|
+
const DIR_NAME$t='Vero';const DISPLAY_NAME$t='Vero';
|
1005
1005
|
|
1006
|
-
const DIR_NAME$
|
1006
|
+
const DIR_NAME$s='Mouseflow';const DISPLAY_NAME$s='Mouseflow';
|
1007
1007
|
|
1008
|
-
const DIR_NAME$
|
1008
|
+
const DIR_NAME$r='Rockerbox';const DISPLAY_NAME$r='Rockerbox';
|
1009
1009
|
|
1010
|
-
const DIR_NAME$
|
1010
|
+
const DIR_NAME$q='ConvertFlow';const DISPLAY_NAME$q='ConvertFlow';
|
1011
1011
|
|
1012
|
-
const DIR_NAME$
|
1012
|
+
const DIR_NAME$p='SnapEngage';const DISPLAY_NAME$p='SnapEngage';
|
1013
1013
|
|
1014
|
-
const DIR_NAME$
|
1014
|
+
const DIR_NAME$o='LiveChat';const DISPLAY_NAME$o='LiveChat';
|
1015
1015
|
|
1016
|
-
const DIR_NAME$
|
1016
|
+
const DIR_NAME$n='Shynet';const DISPLAY_NAME$n='Shynet';
|
1017
1017
|
|
1018
|
-
const DIR_NAME$
|
1018
|
+
const DIR_NAME$m='Woopra';const DISPLAY_NAME$m='Woopra';
|
1019
1019
|
|
1020
|
-
const DIR_NAME$
|
1020
|
+
const DIR_NAME$l='RollBar';const DISPLAY_NAME$l='RollBar';
|
1021
1021
|
|
1022
|
-
const DIR_NAME$
|
1022
|
+
const DIR_NAME$k='QuoraPixel';const DISPLAY_NAME$k='Quora Pixel';
|
1023
1023
|
|
1024
|
-
const DIR_NAME$
|
1024
|
+
const DIR_NAME$j='June';const DISPLAY_NAME$j='JUNE';
|
1025
1025
|
|
1026
|
-
const DIR_NAME$
|
1026
|
+
const DIR_NAME$i='Engage';const DISPLAY_NAME$i='Engage';
|
1027
1027
|
|
1028
|
-
const DIR_NAME$
|
1028
|
+
const DIR_NAME$h='Iterable';const DISPLAY_NAME$h='Iterable';
|
1029
1029
|
|
1030
|
-
const DIR_NAME$
|
1030
|
+
const DIR_NAME$g='YandexMetrica';const DISPLAY_NAME$g='Yandex.Metrica';
|
1031
1031
|
|
1032
|
-
const DIR_NAME$
|
1032
|
+
const DIR_NAME$f='Refiner';const DISPLAY_NAME$f='Refiner';
|
1033
1033
|
|
1034
|
-
const DIR_NAME$
|
1034
|
+
const DIR_NAME$e='Qualaroo';const DISPLAY_NAME$e='Qualaroo';
|
1035
1035
|
|
1036
|
-
const DIR_NAME$
|
1036
|
+
const DIR_NAME$d='Podsights';const DISPLAY_NAME$d='Podsights';
|
1037
1037
|
|
1038
|
-
const DIR_NAME$
|
1038
|
+
const DIR_NAME$c='Axeptio';const DISPLAY_NAME$c='Axeptio';
|
1039
1039
|
|
1040
|
-
const DIR_NAME$
|
1040
|
+
const DIR_NAME$b='Satismeter';const DISPLAY_NAME$b='Satismeter';
|
1041
1041
|
|
1042
|
-
const DIR_NAME$
|
1042
|
+
const DIR_NAME$a='MicrosoftClarity';const DISPLAY_NAME$a='Microsoft Clarity';
|
1043
1043
|
|
1044
|
-
const DIR_NAME$
|
1044
|
+
const DIR_NAME$9='Sendinblue';const DISPLAY_NAME$9='Sendinblue';
|
1045
1045
|
|
1046
|
-
const DIR_NAME$
|
1046
|
+
const DIR_NAME$8='Olark';const DISPLAY_NAME$8='Olark';
|
1047
1047
|
|
1048
|
-
const DIR_NAME$
|
1048
|
+
const DIR_NAME$7='Lemnisk';const DISPLAY_NAME$7='Lemnisk';
|
1049
1049
|
|
1050
|
-
const DIR_NAME$
|
1050
|
+
const DIR_NAME$6='TiktokAds';const DISPLAY_NAME$6='TikTok Ads';
|
1051
1051
|
|
1052
|
-
const DIR_NAME$
|
1052
|
+
const DIR_NAME$5='ActiveCampaign';const DISPLAY_NAME$5='Active Campaign';
|
1053
1053
|
|
1054
|
-
const DIR_NAME$
|
1054
|
+
const DIR_NAME$4='Sprig';const DISPLAY_NAME$4='Sprig';
|
1055
1055
|
|
1056
|
-
const DIR_NAME$
|
1056
|
+
const DIR_NAME$3='SpotifyPixel';const DISPLAY_NAME$3='Spotify Pixel';
|
1057
1057
|
|
1058
|
-
const DIR_NAME$
|
1058
|
+
const DIR_NAME$2='CommandBar';const DISPLAY_NAME$2='CommandBar';
|
1059
1059
|
|
1060
|
-
const DIR_NAME='Ninetailed';const DISPLAY_NAME='Ninetailed';
|
1060
|
+
const DIR_NAME$1='Ninetailed';const DISPLAY_NAME$1='Ninetailed';
|
1061
|
+
|
1062
|
+
const DIR_NAME='XPixel';const DISPLAY_NAME='XPixel';
|
1061
1063
|
|
1062
1064
|
// map of the destination display names to the destination directory names
|
1063
|
-
const destDisplayNamesToFileNamesMap={[DISPLAY_NAME$
|
1065
|
+
const destDisplayNamesToFileNamesMap={[DISPLAY_NAME$V]:DIR_NAME$V,[DISPLAY_NAME$11]:DIR_NAME$11,[DISPLAY_NAME$W]:DIR_NAME$W,[DISPLAY_NAME$_]:DIR_NAME$_,[DISPLAY_NAME$y]:DIR_NAME$y,[DISPLAY_NAME$Y]:DIR_NAME$Y,[DISPLAY_NAME$1b]:DIR_NAME$1b,[DISPLAY_NAME$U]:DIR_NAME$U,[DISPLAY_NAME$T]:DIR_NAME$T,[DISPLAY_NAME$S]:DIR_NAME$S,[DISPLAY_NAME$15]:DIR_NAME$15,[DISPLAY_NAME$19]:DIR_NAME$19,[DISPLAY_NAME$17]:DIR_NAME$17,[DISPLAY_NAME$13]:DIR_NAME$13,[DISPLAY_NAME$O]:DIR_NAME$O,[DISPLAY_NAME$K]:DIR_NAME$K,[DISPLAY_NAME$1a]:DIR_NAME$1a,[DISPLAY_NAME$12]:DIR_NAME$12,[DISPLAY_NAME$z]:DIR_NAME$z,[DISPLAY_NAME$10]:DIR_NAME$10,[DISPLAY_NAME$$]:DIR_NAME$$,[DISPLAY_NAME$L]:DIR_NAME$L,[DISPLAY_NAME$1e]:DIR_NAME$1e,[DISPLAY_NAME$J]:DIR_NAME$J,[DISPLAY_NAME$N]:DIR_NAME$N,[DISPLAY_NAME$1d]:DIR_NAME$1d,[DISPLAY_NAME$G]:DIR_NAME$G,[DISPLAY_NAME$R]:DIR_NAME$R,[DISPLAY_NAME$18]:DIR_NAME$18,[DISPLAY_NAME$1c]:DIR_NAME$1c,[DISPLAY_NAME$I]:DIR_NAME$I,[DISPLAY_NAME$1f]:DIR_NAME$1f,[DISPLAY_NAME$P]:DIR_NAME$P,[DISPLAY_NAME$C]:DIR_NAME$C,[DISPLAY_NAME$14]:DIR_NAME$14,[DISPLAY_NAME$X]:DIR_NAME$X,[DISPLAY_NAME$16]:DIR_NAME$16,[DISPLAY_NAME$M]:DIR_NAME$M,[DISPLAY_NAME$E]:DIR_NAME$E,[DISPLAY_NAME$F]:DIR_NAME$F,[DISPLAY_NAME$B]:DIR_NAME$B,[DISPLAY_NAME$D]:DIR_NAME$D,[DISPLAY_NAME$A]:DIR_NAME$A,[DISPLAY_NAME$H]:DIR_NAME$H,[DISPLAY_NAME$Z]:DIR_NAME$Z,[DISPLAY_NAME$Q]:DIR_NAME$Q,[DISPLAY_NAME$x]:DIR_NAME$x,[DISPLAY_NAME$w]:DIR_NAME$w,[DISPLAY_NAME$v]:DIR_NAME$v,[DISPLAY_NAME$u]:DIR_NAME$u,[DISPLAY_NAME$t]:DIR_NAME$t,[DISPLAY_NAME$s]:DIR_NAME$s,[DISPLAY_NAME$r]:DIR_NAME$r,[DISPLAY_NAME$q]:DIR_NAME$q,[DISPLAY_NAME$p]:DIR_NAME$p,[DISPLAY_NAME$o]:DIR_NAME$o,[DISPLAY_NAME$n]:DIR_NAME$n,[DISPLAY_NAME$m]:DIR_NAME$m,[DISPLAY_NAME$l]:DIR_NAME$l,[DISPLAY_NAME$k]:DIR_NAME$k,[DISPLAY_NAME$j]:DIR_NAME$j,[DISPLAY_NAME$i]:DIR_NAME$i,[DISPLAY_NAME$h]:DIR_NAME$h,[DISPLAY_NAME$g]:DIR_NAME$g,[DISPLAY_NAME$f]:DIR_NAME$f,[DISPLAY_NAME$e]:DIR_NAME$e,[DISPLAY_NAME$d]:DIR_NAME$d,[DISPLAY_NAME$c]:DIR_NAME$c,[DISPLAY_NAME$b]:DIR_NAME$b,[DISPLAY_NAME$a]:DIR_NAME$a,[DISPLAY_NAME$9]:DIR_NAME$9,[DISPLAY_NAME$8]:DIR_NAME$8,[DISPLAY_NAME$7]:DIR_NAME$7,[DISPLAY_NAME$6]:DIR_NAME$6,[DISPLAY_NAME$5]:DIR_NAME$5,[DISPLAY_NAME$4]:DIR_NAME$4,[DISPLAY_NAME$3]:DIR_NAME$3,[DISPLAY_NAME$2]:DIR_NAME$2,[DISPLAY_NAME$1]:DIR_NAME$1,[DISPLAY_NAME]:DIR_NAME};
|
1064
1066
|
|
1065
1067
|
const isDestIntgConfigTruthy=destIntgConfig=>!isUndefined(destIntgConfig)&&Boolean(destIntgConfig)===true;const isDestIntgConfigFalsy=destIntgConfig=>!isUndefined(destIntgConfig)&&Boolean(destIntgConfig)===false;/**
|
1066
1068
|
* Filters the destinations that should not be loaded or forwarded events to based on the integration options (load or events API)
|
@@ -370,7 +370,7 @@ payload.groupId=tryStringify(payload.groupId);if(isObjectLiteralAndNotNull(paylo
|
|
370
370
|
|
371
371
|
const CAPABILITIES_MANAGER='CapabilitiesManager';const CONFIG_MANAGER='ConfigManager';const EVENT_MANAGER='EventManager';const PLUGINS_MANAGER='PluginsManager';const USER_SESSION_MANAGER='UserSessionManager';const ERROR_HANDLER='ErrorHandler';const PLUGIN_ENGINE='PluginEngine';const STORE_MANAGER='StoreManager';const READY_API='readyApi';const EVENT_REPOSITORY='EventRepository';const EXTERNAL_SRC_LOADER='ExternalSrcLoader';const HTTP_CLIENT='HttpClient';const RS_APP='RudderStackApplication';const ANALYTICS_CORE='AnalyticsCore';
|
372
372
|
|
373
|
-
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.7.
|
373
|
+
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.7.19';const APP_NAMESPACE='com.rudderlabs.javascript';const MODULE_TYPE='npm';const ADBLOCK_PAGE_CATEGORY='RudderJS-Initiated';const ADBLOCK_PAGE_NAME='ad-block page request';const ADBLOCK_PAGE_PATH='/ad-blocked';const GLOBAL_PRELOAD_BUFFER='preloadedEventsBuffer';const CONSENT_TRACK_EVENT_NAME='Consent Management Interaction';
|
374
374
|
|
375
375
|
const QUERY_PARAM_TRAIT_PREFIX='ajs_trait_';const QUERY_PARAM_PROPERTY_PREFIX='ajs_prop_';const QUERY_PARAM_ANONYMOUS_ID_KEY='ajs_aid';const QUERY_PARAM_USER_ID_KEY='ajs_uid';const QUERY_PARAM_TRACK_EVENT_NAME_KEY='ajs_event';
|
376
376
|
|
@@ -897,166 +897,168 @@ if(!cmpConfig?.consents){return true;}const configuredConsents=cmpConfig.consent
|
|
897
897
|
// the configured resolution strategy
|
898
898
|
const matchPredicate=consent=>allowedConsentIds.includes(consent);switch(resolutionStrategy){case'or':return configuredConsents.some(matchPredicate)||configuredConsents.length===0;case'and':default:return configuredConsents.every(matchPredicate);}}catch(err){errorHandler?.onError(err,CUSTOM_CONSENT_MANAGER_PLUGIN,DESTINATION_CONSENT_STATUS_ERROR$2);return true;}}}});
|
899
899
|
|
900
|
-
const DIR_NAME$
|
900
|
+
const DIR_NAME$1f='AdobeAnalytics';const DISPLAY_NAME$1f='Adobe Analytics';
|
901
901
|
|
902
|
-
const DIR_NAME$
|
902
|
+
const DIR_NAME$1e='Amplitude';const DISPLAY_NAME$1e='Amplitude';
|
903
903
|
|
904
|
-
const DIR_NAME$
|
904
|
+
const DIR_NAME$1d='Appcues';const DISPLAY_NAME$1d='Appcues';
|
905
905
|
|
906
|
-
const DIR_NAME$
|
906
|
+
const DIR_NAME$1c='BingAds';const DISPLAY_NAME$1c='Bing Ads';
|
907
907
|
|
908
|
-
const DIR_NAME$
|
908
|
+
const DIR_NAME$1b='Braze';const DISPLAY_NAME$1b='Braze';
|
909
909
|
|
910
|
-
const DIR_NAME$
|
910
|
+
const DIR_NAME$1a='Bugsnag';const DISPLAY_NAME$1a='Bugsnag';
|
911
911
|
|
912
|
-
const DIR_NAME$
|
912
|
+
const DIR_NAME$19='Chartbeat';const DISPLAY_NAME$19='Chartbeat';
|
913
913
|
|
914
|
-
const DIR_NAME$
|
914
|
+
const DIR_NAME$18='Clevertap';const DISPLAY_NAME$18='CleverTap';
|
915
915
|
|
916
|
-
const DIR_NAME$
|
916
|
+
const DIR_NAME$17='Comscore';const DISPLAY_NAME$17='Comscore';
|
917
917
|
|
918
|
-
const DIR_NAME$
|
918
|
+
const DIR_NAME$16='Criteo';const DISPLAY_NAME$16='Criteo';
|
919
919
|
|
920
|
-
const DIR_NAME$
|
920
|
+
const DIR_NAME$15='CustomerIO';const DISPLAY_NAME$15='Customer IO';
|
921
921
|
|
922
|
-
const DIR_NAME$
|
922
|
+
const DIR_NAME$14='Drip';const DISPLAY_NAME$14='Drip';
|
923
923
|
|
924
|
-
const DIR_NAME$
|
924
|
+
const DIR_NAME$13='FacebookPixel';const DISPLAY_NAME$13='Facebook Pixel';
|
925
925
|
|
926
|
-
const DIR_NAME$
|
926
|
+
const DIR_NAME$12='Fullstory';const DISPLAY_NAME$12='Fullstory';
|
927
927
|
|
928
|
-
const DIR_NAME$
|
928
|
+
const DIR_NAME$11='GA';const DISPLAY_NAME$11='Google Analytics';
|
929
929
|
|
930
|
-
const DIR_NAME
|
930
|
+
const DIR_NAME$10='GA4';const DISPLAY_NAME$10='Google Analytics 4 (GA4)';
|
931
931
|
|
932
|
-
const DIR_NAME
|
932
|
+
const DIR_NAME$$='GA4_V2';const DISPLAY_NAME$$='Google Analytics 4 (GA4) V2';
|
933
933
|
|
934
|
-
const DIR_NAME$
|
934
|
+
const DIR_NAME$_='GoogleAds';const DISPLAY_NAME$_='Google Ads';
|
935
935
|
|
936
|
-
const DIR_NAME$
|
936
|
+
const DIR_NAME$Z='GoogleOptimize';const DISPLAY_NAME$Z='Google Optimize';
|
937
937
|
|
938
|
-
const DIR_NAME$
|
938
|
+
const DIR_NAME$Y='GoogleTagManager';const DISPLAY_NAME$Y='Google Tag Manager';
|
939
939
|
|
940
|
-
const DIR_NAME$
|
940
|
+
const DIR_NAME$X='Heap';const DISPLAY_NAME$X='Heap.io';
|
941
941
|
|
942
|
-
const DIR_NAME$
|
942
|
+
const DIR_NAME$W='Hotjar';const DISPLAY_NAME$W='Hotjar';
|
943
943
|
|
944
|
-
const DIR_NAME$
|
944
|
+
const DIR_NAME$V='HubSpot';const DISPLAY_NAME$V='HubSpot';
|
945
945
|
|
946
|
-
const DIR_NAME$
|
946
|
+
const DIR_NAME$U='INTERCOM';const DISPLAY_NAME$U='Intercom';
|
947
947
|
|
948
|
-
const DIR_NAME$
|
948
|
+
const DIR_NAME$T='Keen';const DISPLAY_NAME$T='Keen';
|
949
949
|
|
950
|
-
const DIR_NAME$
|
950
|
+
const DIR_NAME$S='Kissmetrics';const DISPLAY_NAME$S='Kiss Metrics';
|
951
951
|
|
952
|
-
const DIR_NAME$
|
952
|
+
const DIR_NAME$R='Klaviyo';const DISPLAY_NAME$R='Klaviyo';
|
953
953
|
|
954
|
-
const DIR_NAME$
|
954
|
+
const DIR_NAME$Q='LaunchDarkly';const DISPLAY_NAME$Q='LaunchDarkly';
|
955
955
|
|
956
|
-
const DIR_NAME$
|
956
|
+
const DIR_NAME$P='LinkedInInsightTag';const DISPLAY_NAME$P='Linkedin Insight Tag';
|
957
957
|
|
958
|
-
const DIR_NAME$
|
958
|
+
const DIR_NAME$O='Lotame';const DISPLAY_NAME$O='Lotame';
|
959
959
|
|
960
|
-
const DIR_NAME$
|
960
|
+
const DIR_NAME$N='Lytics';const DISPLAY_NAME$N='Lytics';
|
961
961
|
|
962
|
-
const DIR_NAME$
|
962
|
+
const DIR_NAME$M='Mixpanel';const DISPLAY_NAME$M='Mixpanel';
|
963
963
|
|
964
|
-
const DIR_NAME$
|
964
|
+
const DIR_NAME$L='MoEngage';const DISPLAY_NAME$L='MoEngage';
|
965
965
|
|
966
|
-
const DIR_NAME$
|
966
|
+
const DIR_NAME$K='Optimizely';const DISPLAY_NAME$K='Optimizely Web';
|
967
967
|
|
968
|
-
const DIR_NAME$
|
968
|
+
const DIR_NAME$J='Pendo';const DISPLAY_NAME$J='Pendo';
|
969
969
|
|
970
|
-
const DIR_NAME$
|
970
|
+
const DIR_NAME$I='PinterestTag';const DISPLAY_NAME$I='Pinterest Tag';
|
971
971
|
|
972
|
-
const DIR_NAME$
|
972
|
+
const DIR_NAME$H='PostAffiliatePro';const DISPLAY_NAME$H='Post Affiliate Pro';
|
973
973
|
|
974
|
-
const DIR_NAME$
|
974
|
+
const DIR_NAME$G='Posthog';const DISPLAY_NAME$G='PostHog';
|
975
975
|
|
976
|
-
const DIR_NAME$
|
976
|
+
const DIR_NAME$F='ProfitWell';const DISPLAY_NAME$F='ProfitWell';
|
977
977
|
|
978
|
-
const DIR_NAME$
|
978
|
+
const DIR_NAME$E='Qualtrics';const DISPLAY_NAME$E='Qualtrics';
|
979
979
|
|
980
|
-
const DIR_NAME$
|
980
|
+
const DIR_NAME$D='QuantumMetric';const DISPLAY_NAME$D='Quantum Metric';
|
981
981
|
|
982
|
-
const DIR_NAME$
|
982
|
+
const DIR_NAME$C='RedditPixel';const DISPLAY_NAME$C='Reddit Pixel';
|
983
983
|
|
984
|
-
const DIR_NAME$
|
984
|
+
const DIR_NAME$B='Sentry';const DISPLAY_NAME$B='Sentry';
|
985
985
|
|
986
|
-
const DIR_NAME$
|
986
|
+
const DIR_NAME$A='SnapPixel';const DISPLAY_NAME$A='Snap Pixel';
|
987
987
|
|
988
|
-
const DIR_NAME$
|
988
|
+
const DIR_NAME$z='TVSquared';const DISPLAY_NAME$z='TVSquared';
|
989
989
|
|
990
|
-
const DIR_NAME$
|
990
|
+
const DIR_NAME$y='VWO';const DISPLAY_NAME$y='VWO';
|
991
991
|
|
992
|
-
const DIR_NAME$
|
992
|
+
const DIR_NAME$x='GA360';const DISPLAY_NAME$x='Google Analytics 360';
|
993
993
|
|
994
|
-
const DIR_NAME$
|
994
|
+
const DIR_NAME$w='Adroll';const DISPLAY_NAME$w='Adroll';
|
995
995
|
|
996
|
-
const DIR_NAME$
|
996
|
+
const DIR_NAME$v='DCMFloodlight';const DISPLAY_NAME$v='DCM Floodlight';
|
997
997
|
|
998
|
-
const DIR_NAME$
|
998
|
+
const DIR_NAME$u='Matomo';const DISPLAY_NAME$u='Matomo';
|
999
999
|
|
1000
|
-
const DIR_NAME$
|
1000
|
+
const DIR_NAME$t='Vero';const DISPLAY_NAME$t='Vero';
|
1001
1001
|
|
1002
|
-
const DIR_NAME$
|
1002
|
+
const DIR_NAME$s='Mouseflow';const DISPLAY_NAME$s='Mouseflow';
|
1003
1003
|
|
1004
|
-
const DIR_NAME$
|
1004
|
+
const DIR_NAME$r='Rockerbox';const DISPLAY_NAME$r='Rockerbox';
|
1005
1005
|
|
1006
|
-
const DIR_NAME$
|
1006
|
+
const DIR_NAME$q='ConvertFlow';const DISPLAY_NAME$q='ConvertFlow';
|
1007
1007
|
|
1008
|
-
const DIR_NAME$
|
1008
|
+
const DIR_NAME$p='SnapEngage';const DISPLAY_NAME$p='SnapEngage';
|
1009
1009
|
|
1010
|
-
const DIR_NAME$
|
1010
|
+
const DIR_NAME$o='LiveChat';const DISPLAY_NAME$o='LiveChat';
|
1011
1011
|
|
1012
|
-
const DIR_NAME$
|
1012
|
+
const DIR_NAME$n='Shynet';const DISPLAY_NAME$n='Shynet';
|
1013
1013
|
|
1014
|
-
const DIR_NAME$
|
1014
|
+
const DIR_NAME$m='Woopra';const DISPLAY_NAME$m='Woopra';
|
1015
1015
|
|
1016
|
-
const DIR_NAME$
|
1016
|
+
const DIR_NAME$l='RollBar';const DISPLAY_NAME$l='RollBar';
|
1017
1017
|
|
1018
|
-
const DIR_NAME$
|
1018
|
+
const DIR_NAME$k='QuoraPixel';const DISPLAY_NAME$k='Quora Pixel';
|
1019
1019
|
|
1020
|
-
const DIR_NAME$
|
1020
|
+
const DIR_NAME$j='June';const DISPLAY_NAME$j='JUNE';
|
1021
1021
|
|
1022
|
-
const DIR_NAME$
|
1022
|
+
const DIR_NAME$i='Engage';const DISPLAY_NAME$i='Engage';
|
1023
1023
|
|
1024
|
-
const DIR_NAME$
|
1024
|
+
const DIR_NAME$h='Iterable';const DISPLAY_NAME$h='Iterable';
|
1025
1025
|
|
1026
|
-
const DIR_NAME$
|
1026
|
+
const DIR_NAME$g='YandexMetrica';const DISPLAY_NAME$g='Yandex.Metrica';
|
1027
1027
|
|
1028
|
-
const DIR_NAME$
|
1028
|
+
const DIR_NAME$f='Refiner';const DISPLAY_NAME$f='Refiner';
|
1029
1029
|
|
1030
|
-
const DIR_NAME$
|
1030
|
+
const DIR_NAME$e='Qualaroo';const DISPLAY_NAME$e='Qualaroo';
|
1031
1031
|
|
1032
|
-
const DIR_NAME$
|
1032
|
+
const DIR_NAME$d='Podsights';const DISPLAY_NAME$d='Podsights';
|
1033
1033
|
|
1034
|
-
const DIR_NAME$
|
1034
|
+
const DIR_NAME$c='Axeptio';const DISPLAY_NAME$c='Axeptio';
|
1035
1035
|
|
1036
|
-
const DIR_NAME$
|
1036
|
+
const DIR_NAME$b='Satismeter';const DISPLAY_NAME$b='Satismeter';
|
1037
1037
|
|
1038
|
-
const DIR_NAME$
|
1038
|
+
const DIR_NAME$a='MicrosoftClarity';const DISPLAY_NAME$a='Microsoft Clarity';
|
1039
1039
|
|
1040
|
-
const DIR_NAME$
|
1040
|
+
const DIR_NAME$9='Sendinblue';const DISPLAY_NAME$9='Sendinblue';
|
1041
1041
|
|
1042
|
-
const DIR_NAME$
|
1042
|
+
const DIR_NAME$8='Olark';const DISPLAY_NAME$8='Olark';
|
1043
1043
|
|
1044
|
-
const DIR_NAME$
|
1044
|
+
const DIR_NAME$7='Lemnisk';const DISPLAY_NAME$7='Lemnisk';
|
1045
1045
|
|
1046
|
-
const DIR_NAME$
|
1046
|
+
const DIR_NAME$6='TiktokAds';const DISPLAY_NAME$6='TikTok Ads';
|
1047
1047
|
|
1048
|
-
const DIR_NAME$
|
1048
|
+
const DIR_NAME$5='ActiveCampaign';const DISPLAY_NAME$5='Active Campaign';
|
1049
1049
|
|
1050
|
-
const DIR_NAME$
|
1050
|
+
const DIR_NAME$4='Sprig';const DISPLAY_NAME$4='Sprig';
|
1051
1051
|
|
1052
|
-
const DIR_NAME$
|
1052
|
+
const DIR_NAME$3='SpotifyPixel';const DISPLAY_NAME$3='Spotify Pixel';
|
1053
1053
|
|
1054
|
-
const DIR_NAME$
|
1054
|
+
const DIR_NAME$2='CommandBar';const DISPLAY_NAME$2='CommandBar';
|
1055
1055
|
|
1056
|
-
const DIR_NAME='Ninetailed';const DISPLAY_NAME='Ninetailed';
|
1056
|
+
const DIR_NAME$1='Ninetailed';const DISPLAY_NAME$1='Ninetailed';
|
1057
|
+
|
1058
|
+
const DIR_NAME='XPixel';const DISPLAY_NAME='XPixel';
|
1057
1059
|
|
1058
1060
|
// map of the destination display names to the destination directory names
|
1059
|
-
const destDisplayNamesToFileNamesMap={[DISPLAY_NAME$
|
1061
|
+
const destDisplayNamesToFileNamesMap={[DISPLAY_NAME$V]:DIR_NAME$V,[DISPLAY_NAME$11]:DIR_NAME$11,[DISPLAY_NAME$W]:DIR_NAME$W,[DISPLAY_NAME$_]:DIR_NAME$_,[DISPLAY_NAME$y]:DIR_NAME$y,[DISPLAY_NAME$Y]:DIR_NAME$Y,[DISPLAY_NAME$1b]:DIR_NAME$1b,[DISPLAY_NAME$U]:DIR_NAME$U,[DISPLAY_NAME$T]:DIR_NAME$T,[DISPLAY_NAME$S]:DIR_NAME$S,[DISPLAY_NAME$15]:DIR_NAME$15,[DISPLAY_NAME$19]:DIR_NAME$19,[DISPLAY_NAME$17]:DIR_NAME$17,[DISPLAY_NAME$13]:DIR_NAME$13,[DISPLAY_NAME$O]:DIR_NAME$O,[DISPLAY_NAME$K]:DIR_NAME$K,[DISPLAY_NAME$1a]:DIR_NAME$1a,[DISPLAY_NAME$12]:DIR_NAME$12,[DISPLAY_NAME$z]:DIR_NAME$z,[DISPLAY_NAME$10]:DIR_NAME$10,[DISPLAY_NAME$$]:DIR_NAME$$,[DISPLAY_NAME$L]:DIR_NAME$L,[DISPLAY_NAME$1e]:DIR_NAME$1e,[DISPLAY_NAME$J]:DIR_NAME$J,[DISPLAY_NAME$N]:DIR_NAME$N,[DISPLAY_NAME$1d]:DIR_NAME$1d,[DISPLAY_NAME$G]:DIR_NAME$G,[DISPLAY_NAME$R]:DIR_NAME$R,[DISPLAY_NAME$18]:DIR_NAME$18,[DISPLAY_NAME$1c]:DIR_NAME$1c,[DISPLAY_NAME$I]:DIR_NAME$I,[DISPLAY_NAME$1f]:DIR_NAME$1f,[DISPLAY_NAME$P]:DIR_NAME$P,[DISPLAY_NAME$C]:DIR_NAME$C,[DISPLAY_NAME$14]:DIR_NAME$14,[DISPLAY_NAME$X]:DIR_NAME$X,[DISPLAY_NAME$16]:DIR_NAME$16,[DISPLAY_NAME$M]:DIR_NAME$M,[DISPLAY_NAME$E]:DIR_NAME$E,[DISPLAY_NAME$F]:DIR_NAME$F,[DISPLAY_NAME$B]:DIR_NAME$B,[DISPLAY_NAME$D]:DIR_NAME$D,[DISPLAY_NAME$A]:DIR_NAME$A,[DISPLAY_NAME$H]:DIR_NAME$H,[DISPLAY_NAME$Z]:DIR_NAME$Z,[DISPLAY_NAME$Q]:DIR_NAME$Q,[DISPLAY_NAME$x]:DIR_NAME$x,[DISPLAY_NAME$w]:DIR_NAME$w,[DISPLAY_NAME$v]:DIR_NAME$v,[DISPLAY_NAME$u]:DIR_NAME$u,[DISPLAY_NAME$t]:DIR_NAME$t,[DISPLAY_NAME$s]:DIR_NAME$s,[DISPLAY_NAME$r]:DIR_NAME$r,[DISPLAY_NAME$q]:DIR_NAME$q,[DISPLAY_NAME$p]:DIR_NAME$p,[DISPLAY_NAME$o]:DIR_NAME$o,[DISPLAY_NAME$n]:DIR_NAME$n,[DISPLAY_NAME$m]:DIR_NAME$m,[DISPLAY_NAME$l]:DIR_NAME$l,[DISPLAY_NAME$k]:DIR_NAME$k,[DISPLAY_NAME$j]:DIR_NAME$j,[DISPLAY_NAME$i]:DIR_NAME$i,[DISPLAY_NAME$h]:DIR_NAME$h,[DISPLAY_NAME$g]:DIR_NAME$g,[DISPLAY_NAME$f]:DIR_NAME$f,[DISPLAY_NAME$e]:DIR_NAME$e,[DISPLAY_NAME$d]:DIR_NAME$d,[DISPLAY_NAME$c]:DIR_NAME$c,[DISPLAY_NAME$b]:DIR_NAME$b,[DISPLAY_NAME$a]:DIR_NAME$a,[DISPLAY_NAME$9]:DIR_NAME$9,[DISPLAY_NAME$8]:DIR_NAME$8,[DISPLAY_NAME$7]:DIR_NAME$7,[DISPLAY_NAME$6]:DIR_NAME$6,[DISPLAY_NAME$5]:DIR_NAME$5,[DISPLAY_NAME$4]:DIR_NAME$4,[DISPLAY_NAME$3]:DIR_NAME$3,[DISPLAY_NAME$2]:DIR_NAME$2,[DISPLAY_NAME$1]:DIR_NAME$1,[DISPLAY_NAME]:DIR_NAME};
|
1060
1062
|
|
1061
1063
|
const isDestIntgConfigTruthy=destIntgConfig=>!isUndefined(destIntgConfig)&&Boolean(destIntgConfig)===true;const isDestIntgConfigFalsy=destIntgConfig=>!isUndefined(destIntgConfig)&&Boolean(destIntgConfig)===false;/**
|
1062
1064
|
* Filters the destinations that should not be loaded or forwarded events to based on the integration options (load or events API)
|