@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
@@ -376,7 +376,7 @@
|
|
376
376
|
|
377
377
|
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';
|
378
378
|
|
379
|
-
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.7.
|
379
|
+
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';
|
380
380
|
|
381
381
|
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';
|
382
382
|
|
@@ -903,166 +903,168 @@
|
|
903
903
|
// the configured resolution strategy
|
904
904
|
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;}}}});
|
905
905
|
|
906
|
-
const DIR_NAME$
|
906
|
+
const DIR_NAME$1f='AdobeAnalytics';const DISPLAY_NAME$1f='Adobe Analytics';
|
907
907
|
|
908
|
-
const DIR_NAME$
|
908
|
+
const DIR_NAME$1e='Amplitude';const DISPLAY_NAME$1e='Amplitude';
|
909
909
|
|
910
|
-
const DIR_NAME$
|
910
|
+
const DIR_NAME$1d='Appcues';const DISPLAY_NAME$1d='Appcues';
|
911
911
|
|
912
|
-
const DIR_NAME$
|
912
|
+
const DIR_NAME$1c='BingAds';const DISPLAY_NAME$1c='Bing Ads';
|
913
913
|
|
914
|
-
const DIR_NAME$
|
914
|
+
const DIR_NAME$1b='Braze';const DISPLAY_NAME$1b='Braze';
|
915
915
|
|
916
|
-
const DIR_NAME$
|
916
|
+
const DIR_NAME$1a='Bugsnag';const DISPLAY_NAME$1a='Bugsnag';
|
917
917
|
|
918
|
-
const DIR_NAME$
|
918
|
+
const DIR_NAME$19='Chartbeat';const DISPLAY_NAME$19='Chartbeat';
|
919
919
|
|
920
|
-
const DIR_NAME$
|
920
|
+
const DIR_NAME$18='Clevertap';const DISPLAY_NAME$18='CleverTap';
|
921
921
|
|
922
|
-
const DIR_NAME$
|
922
|
+
const DIR_NAME$17='Comscore';const DISPLAY_NAME$17='Comscore';
|
923
923
|
|
924
|
-
const DIR_NAME$
|
924
|
+
const DIR_NAME$16='Criteo';const DISPLAY_NAME$16='Criteo';
|
925
925
|
|
926
|
-
const DIR_NAME$
|
926
|
+
const DIR_NAME$15='CustomerIO';const DISPLAY_NAME$15='Customer IO';
|
927
927
|
|
928
|
-
const DIR_NAME$
|
928
|
+
const DIR_NAME$14='Drip';const DISPLAY_NAME$14='Drip';
|
929
929
|
|
930
|
-
const DIR_NAME$
|
930
|
+
const DIR_NAME$13='FacebookPixel';const DISPLAY_NAME$13='Facebook Pixel';
|
931
931
|
|
932
|
-
const DIR_NAME$
|
932
|
+
const DIR_NAME$12='Fullstory';const DISPLAY_NAME$12='Fullstory';
|
933
933
|
|
934
|
-
const DIR_NAME$
|
934
|
+
const DIR_NAME$11='GA';const DISPLAY_NAME$11='Google Analytics';
|
935
935
|
|
936
|
-
const DIR_NAME
|
936
|
+
const DIR_NAME$10='GA4';const DISPLAY_NAME$10='Google Analytics 4 (GA4)';
|
937
937
|
|
938
|
-
const DIR_NAME
|
938
|
+
const DIR_NAME$$='GA4_V2';const DISPLAY_NAME$$='Google Analytics 4 (GA4) V2';
|
939
939
|
|
940
|
-
const DIR_NAME$
|
940
|
+
const DIR_NAME$_='GoogleAds';const DISPLAY_NAME$_='Google Ads';
|
941
941
|
|
942
|
-
const DIR_NAME$
|
942
|
+
const DIR_NAME$Z='GoogleOptimize';const DISPLAY_NAME$Z='Google Optimize';
|
943
943
|
|
944
|
-
const DIR_NAME$
|
944
|
+
const DIR_NAME$Y='GoogleTagManager';const DISPLAY_NAME$Y='Google Tag Manager';
|
945
945
|
|
946
|
-
const DIR_NAME$
|
946
|
+
const DIR_NAME$X='Heap';const DISPLAY_NAME$X='Heap.io';
|
947
947
|
|
948
|
-
const DIR_NAME$
|
948
|
+
const DIR_NAME$W='Hotjar';const DISPLAY_NAME$W='Hotjar';
|
949
949
|
|
950
|
-
const DIR_NAME$
|
950
|
+
const DIR_NAME$V='HubSpot';const DISPLAY_NAME$V='HubSpot';
|
951
951
|
|
952
|
-
const DIR_NAME$
|
952
|
+
const DIR_NAME$U='INTERCOM';const DISPLAY_NAME$U='Intercom';
|
953
953
|
|
954
|
-
const DIR_NAME$
|
954
|
+
const DIR_NAME$T='Keen';const DISPLAY_NAME$T='Keen';
|
955
955
|
|
956
|
-
const DIR_NAME$
|
956
|
+
const DIR_NAME$S='Kissmetrics';const DISPLAY_NAME$S='Kiss Metrics';
|
957
957
|
|
958
|
-
const DIR_NAME$
|
958
|
+
const DIR_NAME$R='Klaviyo';const DISPLAY_NAME$R='Klaviyo';
|
959
959
|
|
960
|
-
const DIR_NAME$
|
960
|
+
const DIR_NAME$Q='LaunchDarkly';const DISPLAY_NAME$Q='LaunchDarkly';
|
961
961
|
|
962
|
-
const DIR_NAME$
|
962
|
+
const DIR_NAME$P='LinkedInInsightTag';const DISPLAY_NAME$P='Linkedin Insight Tag';
|
963
963
|
|
964
|
-
const DIR_NAME$
|
964
|
+
const DIR_NAME$O='Lotame';const DISPLAY_NAME$O='Lotame';
|
965
965
|
|
966
|
-
const DIR_NAME$
|
966
|
+
const DIR_NAME$N='Lytics';const DISPLAY_NAME$N='Lytics';
|
967
967
|
|
968
|
-
const DIR_NAME$
|
968
|
+
const DIR_NAME$M='Mixpanel';const DISPLAY_NAME$M='Mixpanel';
|
969
969
|
|
970
|
-
const DIR_NAME$
|
970
|
+
const DIR_NAME$L='MoEngage';const DISPLAY_NAME$L='MoEngage';
|
971
971
|
|
972
|
-
const DIR_NAME$
|
972
|
+
const DIR_NAME$K='Optimizely';const DISPLAY_NAME$K='Optimizely Web';
|
973
973
|
|
974
|
-
const DIR_NAME$
|
974
|
+
const DIR_NAME$J='Pendo';const DISPLAY_NAME$J='Pendo';
|
975
975
|
|
976
|
-
const DIR_NAME$
|
976
|
+
const DIR_NAME$I='PinterestTag';const DISPLAY_NAME$I='Pinterest Tag';
|
977
977
|
|
978
|
-
const DIR_NAME$
|
978
|
+
const DIR_NAME$H='PostAffiliatePro';const DISPLAY_NAME$H='Post Affiliate Pro';
|
979
979
|
|
980
|
-
const DIR_NAME$
|
980
|
+
const DIR_NAME$G='Posthog';const DISPLAY_NAME$G='PostHog';
|
981
981
|
|
982
|
-
const DIR_NAME$
|
982
|
+
const DIR_NAME$F='ProfitWell';const DISPLAY_NAME$F='ProfitWell';
|
983
983
|
|
984
|
-
const DIR_NAME$
|
984
|
+
const DIR_NAME$E='Qualtrics';const DISPLAY_NAME$E='Qualtrics';
|
985
985
|
|
986
|
-
const DIR_NAME$
|
986
|
+
const DIR_NAME$D='QuantumMetric';const DISPLAY_NAME$D='Quantum Metric';
|
987
987
|
|
988
|
-
const DIR_NAME$
|
988
|
+
const DIR_NAME$C='RedditPixel';const DISPLAY_NAME$C='Reddit Pixel';
|
989
989
|
|
990
|
-
const DIR_NAME$
|
990
|
+
const DIR_NAME$B='Sentry';const DISPLAY_NAME$B='Sentry';
|
991
991
|
|
992
|
-
const DIR_NAME$
|
992
|
+
const DIR_NAME$A='SnapPixel';const DISPLAY_NAME$A='Snap Pixel';
|
993
993
|
|
994
|
-
const DIR_NAME$
|
994
|
+
const DIR_NAME$z='TVSquared';const DISPLAY_NAME$z='TVSquared';
|
995
995
|
|
996
|
-
const DIR_NAME$
|
996
|
+
const DIR_NAME$y='VWO';const DISPLAY_NAME$y='VWO';
|
997
997
|
|
998
|
-
const DIR_NAME$
|
998
|
+
const DIR_NAME$x='GA360';const DISPLAY_NAME$x='Google Analytics 360';
|
999
999
|
|
1000
|
-
const DIR_NAME$
|
1000
|
+
const DIR_NAME$w='Adroll';const DISPLAY_NAME$w='Adroll';
|
1001
1001
|
|
1002
|
-
const DIR_NAME$
|
1002
|
+
const DIR_NAME$v='DCMFloodlight';const DISPLAY_NAME$v='DCM Floodlight';
|
1003
1003
|
|
1004
|
-
const DIR_NAME$
|
1004
|
+
const DIR_NAME$u='Matomo';const DISPLAY_NAME$u='Matomo';
|
1005
1005
|
|
1006
|
-
const DIR_NAME$
|
1006
|
+
const DIR_NAME$t='Vero';const DISPLAY_NAME$t='Vero';
|
1007
1007
|
|
1008
|
-
const DIR_NAME$
|
1008
|
+
const DIR_NAME$s='Mouseflow';const DISPLAY_NAME$s='Mouseflow';
|
1009
1009
|
|
1010
|
-
const DIR_NAME$
|
1010
|
+
const DIR_NAME$r='Rockerbox';const DISPLAY_NAME$r='Rockerbox';
|
1011
1011
|
|
1012
|
-
const DIR_NAME$
|
1012
|
+
const DIR_NAME$q='ConvertFlow';const DISPLAY_NAME$q='ConvertFlow';
|
1013
1013
|
|
1014
|
-
const DIR_NAME$
|
1014
|
+
const DIR_NAME$p='SnapEngage';const DISPLAY_NAME$p='SnapEngage';
|
1015
1015
|
|
1016
|
-
const DIR_NAME$
|
1016
|
+
const DIR_NAME$o='LiveChat';const DISPLAY_NAME$o='LiveChat';
|
1017
1017
|
|
1018
|
-
const DIR_NAME$
|
1018
|
+
const DIR_NAME$n='Shynet';const DISPLAY_NAME$n='Shynet';
|
1019
1019
|
|
1020
|
-
const DIR_NAME$
|
1020
|
+
const DIR_NAME$m='Woopra';const DISPLAY_NAME$m='Woopra';
|
1021
1021
|
|
1022
|
-
const DIR_NAME$
|
1022
|
+
const DIR_NAME$l='RollBar';const DISPLAY_NAME$l='RollBar';
|
1023
1023
|
|
1024
|
-
const DIR_NAME$
|
1024
|
+
const DIR_NAME$k='QuoraPixel';const DISPLAY_NAME$k='Quora Pixel';
|
1025
1025
|
|
1026
|
-
const DIR_NAME$
|
1026
|
+
const DIR_NAME$j='June';const DISPLAY_NAME$j='JUNE';
|
1027
1027
|
|
1028
|
-
const DIR_NAME$
|
1028
|
+
const DIR_NAME$i='Engage';const DISPLAY_NAME$i='Engage';
|
1029
1029
|
|
1030
|
-
const DIR_NAME$
|
1030
|
+
const DIR_NAME$h='Iterable';const DISPLAY_NAME$h='Iterable';
|
1031
1031
|
|
1032
|
-
const DIR_NAME$
|
1032
|
+
const DIR_NAME$g='YandexMetrica';const DISPLAY_NAME$g='Yandex.Metrica';
|
1033
1033
|
|
1034
|
-
const DIR_NAME$
|
1034
|
+
const DIR_NAME$f='Refiner';const DISPLAY_NAME$f='Refiner';
|
1035
1035
|
|
1036
|
-
const DIR_NAME$
|
1036
|
+
const DIR_NAME$e='Qualaroo';const DISPLAY_NAME$e='Qualaroo';
|
1037
1037
|
|
1038
|
-
const DIR_NAME$
|
1038
|
+
const DIR_NAME$d='Podsights';const DISPLAY_NAME$d='Podsights';
|
1039
1039
|
|
1040
|
-
const DIR_NAME$
|
1040
|
+
const DIR_NAME$c='Axeptio';const DISPLAY_NAME$c='Axeptio';
|
1041
1041
|
|
1042
|
-
const DIR_NAME$
|
1042
|
+
const DIR_NAME$b='Satismeter';const DISPLAY_NAME$b='Satismeter';
|
1043
1043
|
|
1044
|
-
const DIR_NAME$
|
1044
|
+
const DIR_NAME$a='MicrosoftClarity';const DISPLAY_NAME$a='Microsoft Clarity';
|
1045
1045
|
|
1046
|
-
const DIR_NAME$
|
1046
|
+
const DIR_NAME$9='Sendinblue';const DISPLAY_NAME$9='Sendinblue';
|
1047
1047
|
|
1048
|
-
const DIR_NAME$
|
1048
|
+
const DIR_NAME$8='Olark';const DISPLAY_NAME$8='Olark';
|
1049
1049
|
|
1050
|
-
const DIR_NAME$
|
1050
|
+
const DIR_NAME$7='Lemnisk';const DISPLAY_NAME$7='Lemnisk';
|
1051
1051
|
|
1052
|
-
const DIR_NAME$
|
1052
|
+
const DIR_NAME$6='TiktokAds';const DISPLAY_NAME$6='TikTok Ads';
|
1053
1053
|
|
1054
|
-
const DIR_NAME$
|
1054
|
+
const DIR_NAME$5='ActiveCampaign';const DISPLAY_NAME$5='Active Campaign';
|
1055
1055
|
|
1056
|
-
const DIR_NAME$
|
1056
|
+
const DIR_NAME$4='Sprig';const DISPLAY_NAME$4='Sprig';
|
1057
1057
|
|
1058
|
-
const DIR_NAME$
|
1058
|
+
const DIR_NAME$3='SpotifyPixel';const DISPLAY_NAME$3='Spotify Pixel';
|
1059
1059
|
|
1060
|
-
const DIR_NAME$
|
1060
|
+
const DIR_NAME$2='CommandBar';const DISPLAY_NAME$2='CommandBar';
|
1061
1061
|
|
1062
|
-
const DIR_NAME='Ninetailed';const DISPLAY_NAME='Ninetailed';
|
1062
|
+
const DIR_NAME$1='Ninetailed';const DISPLAY_NAME$1='Ninetailed';
|
1063
|
+
|
1064
|
+
const DIR_NAME='XPixel';const DISPLAY_NAME='XPixel';
|
1063
1065
|
|
1064
1066
|
// map of the destination display names to the destination directory names
|
1065
|
-
const destDisplayNamesToFileNamesMap={[DISPLAY_NAME$
|
1067
|
+
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};
|
1066
1068
|
|
1067
1069
|
const isDestIntgConfigTruthy=destIntgConfig=>!isUndefined(destIntgConfig)&&Boolean(destIntgConfig)===true;const isDestIntgConfigFalsy=destIntgConfig=>!isUndefined(destIntgConfig)&&Boolean(destIntgConfig)===false;/**
|
1068
1070
|
* Filters the destinations that should not be loaded or forwarded events to based on the integration options (load or events API)
|
@@ -365,7 +365,7 @@ payload.groupId=tryStringify(payload.groupId);if(isObjectLiteralAndNotNull(paylo
|
|
365
365
|
|
366
366
|
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';
|
367
367
|
|
368
|
-
const APP_NAME='RudderLabs JavaScript SDK';const APP_VERSION='3.7.
|
368
|
+
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';
|
369
369
|
|
370
370
|
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';
|
371
371
|
|
@@ -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
|
|
@@ -877,166 +877,168 @@ if(!cmpConfig?.consents){return true;}const configuredConsents=cmpConfig.consent
|
|
877
877
|
// the configured resolution strategy
|
878
878
|
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;}}}});
|
879
879
|
|
880
|
-
const DIR_NAME$
|
880
|
+
const DIR_NAME$1f='AdobeAnalytics';const DISPLAY_NAME$1f='Adobe Analytics';
|
881
881
|
|
882
|
-
const DIR_NAME$
|
882
|
+
const DIR_NAME$1e='Amplitude';const DISPLAY_NAME$1e='Amplitude';
|
883
883
|
|
884
|
-
const DIR_NAME$
|
884
|
+
const DIR_NAME$1d='Appcues';const DISPLAY_NAME$1d='Appcues';
|
885
885
|
|
886
|
-
const DIR_NAME$
|
886
|
+
const DIR_NAME$1c='BingAds';const DISPLAY_NAME$1c='Bing Ads';
|
887
887
|
|
888
|
-
const DIR_NAME$
|
888
|
+
const DIR_NAME$1b='Braze';const DISPLAY_NAME$1b='Braze';
|
889
889
|
|
890
|
-
const DIR_NAME$
|
890
|
+
const DIR_NAME$1a='Bugsnag';const DISPLAY_NAME$1a='Bugsnag';
|
891
891
|
|
892
|
-
const DIR_NAME$
|
892
|
+
const DIR_NAME$19='Chartbeat';const DISPLAY_NAME$19='Chartbeat';
|
893
893
|
|
894
|
-
const DIR_NAME$
|
894
|
+
const DIR_NAME$18='Clevertap';const DISPLAY_NAME$18='CleverTap';
|
895
895
|
|
896
|
-
const DIR_NAME$
|
896
|
+
const DIR_NAME$17='Comscore';const DISPLAY_NAME$17='Comscore';
|
897
897
|
|
898
|
-
const DIR_NAME$
|
898
|
+
const DIR_NAME$16='Criteo';const DISPLAY_NAME$16='Criteo';
|
899
899
|
|
900
|
-
const DIR_NAME$
|
900
|
+
const DIR_NAME$15='CustomerIO';const DISPLAY_NAME$15='Customer IO';
|
901
901
|
|
902
|
-
const DIR_NAME$
|
902
|
+
const DIR_NAME$14='Drip';const DISPLAY_NAME$14='Drip';
|
903
903
|
|
904
|
-
const DIR_NAME$
|
904
|
+
const DIR_NAME$13='FacebookPixel';const DISPLAY_NAME$13='Facebook Pixel';
|
905
905
|
|
906
|
-
const DIR_NAME$
|
906
|
+
const DIR_NAME$12='Fullstory';const DISPLAY_NAME$12='Fullstory';
|
907
907
|
|
908
|
-
const DIR_NAME$
|
908
|
+
const DIR_NAME$11='GA';const DISPLAY_NAME$11='Google Analytics';
|
909
909
|
|
910
|
-
const DIR_NAME
|
910
|
+
const DIR_NAME$10='GA4';const DISPLAY_NAME$10='Google Analytics 4 (GA4)';
|
911
911
|
|
912
|
-
const DIR_NAME
|
912
|
+
const DIR_NAME$$='GA4_V2';const DISPLAY_NAME$$='Google Analytics 4 (GA4) V2';
|
913
913
|
|
914
|
-
const DIR_NAME$
|
914
|
+
const DIR_NAME$_='GoogleAds';const DISPLAY_NAME$_='Google Ads';
|
915
915
|
|
916
|
-
const DIR_NAME$
|
916
|
+
const DIR_NAME$Z='GoogleOptimize';const DISPLAY_NAME$Z='Google Optimize';
|
917
917
|
|
918
|
-
const DIR_NAME$
|
918
|
+
const DIR_NAME$Y='GoogleTagManager';const DISPLAY_NAME$Y='Google Tag Manager';
|
919
919
|
|
920
|
-
const DIR_NAME$
|
920
|
+
const DIR_NAME$X='Heap';const DISPLAY_NAME$X='Heap.io';
|
921
921
|
|
922
|
-
const DIR_NAME$
|
922
|
+
const DIR_NAME$W='Hotjar';const DISPLAY_NAME$W='Hotjar';
|
923
923
|
|
924
|
-
const DIR_NAME$
|
924
|
+
const DIR_NAME$V='HubSpot';const DISPLAY_NAME$V='HubSpot';
|
925
925
|
|
926
|
-
const DIR_NAME$
|
926
|
+
const DIR_NAME$U='INTERCOM';const DISPLAY_NAME$U='Intercom';
|
927
927
|
|
928
|
-
const DIR_NAME$
|
928
|
+
const DIR_NAME$T='Keen';const DISPLAY_NAME$T='Keen';
|
929
929
|
|
930
|
-
const DIR_NAME$
|
930
|
+
const DIR_NAME$S='Kissmetrics';const DISPLAY_NAME$S='Kiss Metrics';
|
931
931
|
|
932
|
-
const DIR_NAME$
|
932
|
+
const DIR_NAME$R='Klaviyo';const DISPLAY_NAME$R='Klaviyo';
|
933
933
|
|
934
|
-
const DIR_NAME$
|
934
|
+
const DIR_NAME$Q='LaunchDarkly';const DISPLAY_NAME$Q='LaunchDarkly';
|
935
935
|
|
936
|
-
const DIR_NAME$
|
936
|
+
const DIR_NAME$P='LinkedInInsightTag';const DISPLAY_NAME$P='Linkedin Insight Tag';
|
937
937
|
|
938
|
-
const DIR_NAME$
|
938
|
+
const DIR_NAME$O='Lotame';const DISPLAY_NAME$O='Lotame';
|
939
939
|
|
940
|
-
const DIR_NAME$
|
940
|
+
const DIR_NAME$N='Lytics';const DISPLAY_NAME$N='Lytics';
|
941
941
|
|
942
|
-
const DIR_NAME$
|
942
|
+
const DIR_NAME$M='Mixpanel';const DISPLAY_NAME$M='Mixpanel';
|
943
943
|
|
944
|
-
const DIR_NAME$
|
944
|
+
const DIR_NAME$L='MoEngage';const DISPLAY_NAME$L='MoEngage';
|
945
945
|
|
946
|
-
const DIR_NAME$
|
946
|
+
const DIR_NAME$K='Optimizely';const DISPLAY_NAME$K='Optimizely Web';
|
947
947
|
|
948
|
-
const DIR_NAME$
|
948
|
+
const DIR_NAME$J='Pendo';const DISPLAY_NAME$J='Pendo';
|
949
949
|
|
950
|
-
const DIR_NAME$
|
950
|
+
const DIR_NAME$I='PinterestTag';const DISPLAY_NAME$I='Pinterest Tag';
|
951
951
|
|
952
|
-
const DIR_NAME$
|
952
|
+
const DIR_NAME$H='PostAffiliatePro';const DISPLAY_NAME$H='Post Affiliate Pro';
|
953
953
|
|
954
|
-
const DIR_NAME$
|
954
|
+
const DIR_NAME$G='Posthog';const DISPLAY_NAME$G='PostHog';
|
955
955
|
|
956
|
-
const DIR_NAME$
|
956
|
+
const DIR_NAME$F='ProfitWell';const DISPLAY_NAME$F='ProfitWell';
|
957
957
|
|
958
|
-
const DIR_NAME$
|
958
|
+
const DIR_NAME$E='Qualtrics';const DISPLAY_NAME$E='Qualtrics';
|
959
959
|
|
960
|
-
const DIR_NAME$
|
960
|
+
const DIR_NAME$D='QuantumMetric';const DISPLAY_NAME$D='Quantum Metric';
|
961
961
|
|
962
|
-
const DIR_NAME$
|
962
|
+
const DIR_NAME$C='RedditPixel';const DISPLAY_NAME$C='Reddit Pixel';
|
963
963
|
|
964
|
-
const DIR_NAME$
|
964
|
+
const DIR_NAME$B='Sentry';const DISPLAY_NAME$B='Sentry';
|
965
965
|
|
966
|
-
const DIR_NAME$
|
966
|
+
const DIR_NAME$A='SnapPixel';const DISPLAY_NAME$A='Snap Pixel';
|
967
967
|
|
968
|
-
const DIR_NAME$
|
968
|
+
const DIR_NAME$z='TVSquared';const DISPLAY_NAME$z='TVSquared';
|
969
969
|
|
970
|
-
const DIR_NAME$
|
970
|
+
const DIR_NAME$y='VWO';const DISPLAY_NAME$y='VWO';
|
971
971
|
|
972
|
-
const DIR_NAME$
|
972
|
+
const DIR_NAME$x='GA360';const DISPLAY_NAME$x='Google Analytics 360';
|
973
973
|
|
974
|
-
const DIR_NAME$
|
974
|
+
const DIR_NAME$w='Adroll';const DISPLAY_NAME$w='Adroll';
|
975
975
|
|
976
|
-
const DIR_NAME$
|
976
|
+
const DIR_NAME$v='DCMFloodlight';const DISPLAY_NAME$v='DCM Floodlight';
|
977
977
|
|
978
|
-
const DIR_NAME$
|
978
|
+
const DIR_NAME$u='Matomo';const DISPLAY_NAME$u='Matomo';
|
979
979
|
|
980
|
-
const DIR_NAME$
|
980
|
+
const DIR_NAME$t='Vero';const DISPLAY_NAME$t='Vero';
|
981
981
|
|
982
|
-
const DIR_NAME$
|
982
|
+
const DIR_NAME$s='Mouseflow';const DISPLAY_NAME$s='Mouseflow';
|
983
983
|
|
984
|
-
const DIR_NAME$
|
984
|
+
const DIR_NAME$r='Rockerbox';const DISPLAY_NAME$r='Rockerbox';
|
985
985
|
|
986
|
-
const DIR_NAME$
|
986
|
+
const DIR_NAME$q='ConvertFlow';const DISPLAY_NAME$q='ConvertFlow';
|
987
987
|
|
988
|
-
const DIR_NAME$
|
988
|
+
const DIR_NAME$p='SnapEngage';const DISPLAY_NAME$p='SnapEngage';
|
989
989
|
|
990
|
-
const DIR_NAME$
|
990
|
+
const DIR_NAME$o='LiveChat';const DISPLAY_NAME$o='LiveChat';
|
991
991
|
|
992
|
-
const DIR_NAME$
|
992
|
+
const DIR_NAME$n='Shynet';const DISPLAY_NAME$n='Shynet';
|
993
993
|
|
994
|
-
const DIR_NAME$
|
994
|
+
const DIR_NAME$m='Woopra';const DISPLAY_NAME$m='Woopra';
|
995
995
|
|
996
|
-
const DIR_NAME$
|
996
|
+
const DIR_NAME$l='RollBar';const DISPLAY_NAME$l='RollBar';
|
997
997
|
|
998
|
-
const DIR_NAME$
|
998
|
+
const DIR_NAME$k='QuoraPixel';const DISPLAY_NAME$k='Quora Pixel';
|
999
999
|
|
1000
|
-
const DIR_NAME$
|
1000
|
+
const DIR_NAME$j='June';const DISPLAY_NAME$j='JUNE';
|
1001
1001
|
|
1002
|
-
const DIR_NAME$
|
1002
|
+
const DIR_NAME$i='Engage';const DISPLAY_NAME$i='Engage';
|
1003
1003
|
|
1004
|
-
const DIR_NAME$
|
1004
|
+
const DIR_NAME$h='Iterable';const DISPLAY_NAME$h='Iterable';
|
1005
1005
|
|
1006
|
-
const DIR_NAME$
|
1006
|
+
const DIR_NAME$g='YandexMetrica';const DISPLAY_NAME$g='Yandex.Metrica';
|
1007
1007
|
|
1008
|
-
const DIR_NAME$
|
1008
|
+
const DIR_NAME$f='Refiner';const DISPLAY_NAME$f='Refiner';
|
1009
1009
|
|
1010
|
-
const DIR_NAME$
|
1010
|
+
const DIR_NAME$e='Qualaroo';const DISPLAY_NAME$e='Qualaroo';
|
1011
1011
|
|
1012
|
-
const DIR_NAME$
|
1012
|
+
const DIR_NAME$d='Podsights';const DISPLAY_NAME$d='Podsights';
|
1013
1013
|
|
1014
|
-
const DIR_NAME$
|
1014
|
+
const DIR_NAME$c='Axeptio';const DISPLAY_NAME$c='Axeptio';
|
1015
1015
|
|
1016
|
-
const DIR_NAME$
|
1016
|
+
const DIR_NAME$b='Satismeter';const DISPLAY_NAME$b='Satismeter';
|
1017
1017
|
|
1018
|
-
const DIR_NAME$
|
1018
|
+
const DIR_NAME$a='MicrosoftClarity';const DISPLAY_NAME$a='Microsoft Clarity';
|
1019
1019
|
|
1020
|
-
const DIR_NAME$
|
1020
|
+
const DIR_NAME$9='Sendinblue';const DISPLAY_NAME$9='Sendinblue';
|
1021
1021
|
|
1022
|
-
const DIR_NAME$
|
1022
|
+
const DIR_NAME$8='Olark';const DISPLAY_NAME$8='Olark';
|
1023
1023
|
|
1024
|
-
const DIR_NAME$
|
1024
|
+
const DIR_NAME$7='Lemnisk';const DISPLAY_NAME$7='Lemnisk';
|
1025
1025
|
|
1026
|
-
const DIR_NAME$
|
1026
|
+
const DIR_NAME$6='TiktokAds';const DISPLAY_NAME$6='TikTok Ads';
|
1027
1027
|
|
1028
|
-
const DIR_NAME$
|
1028
|
+
const DIR_NAME$5='ActiveCampaign';const DISPLAY_NAME$5='Active Campaign';
|
1029
1029
|
|
1030
|
-
const DIR_NAME$
|
1030
|
+
const DIR_NAME$4='Sprig';const DISPLAY_NAME$4='Sprig';
|
1031
1031
|
|
1032
|
-
const DIR_NAME$
|
1032
|
+
const DIR_NAME$3='SpotifyPixel';const DISPLAY_NAME$3='Spotify Pixel';
|
1033
1033
|
|
1034
|
-
const DIR_NAME$
|
1034
|
+
const DIR_NAME$2='CommandBar';const DISPLAY_NAME$2='CommandBar';
|
1035
1035
|
|
1036
|
-
const DIR_NAME='Ninetailed';const DISPLAY_NAME='Ninetailed';
|
1036
|
+
const DIR_NAME$1='Ninetailed';const DISPLAY_NAME$1='Ninetailed';
|
1037
|
+
|
1038
|
+
const DIR_NAME='XPixel';const DISPLAY_NAME='XPixel';
|
1037
1039
|
|
1038
1040
|
// map of the destination display names to the destination directory names
|
1039
|
-
const destDisplayNamesToFileNamesMap={[DISPLAY_NAME$
|
1041
|
+
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};
|
1040
1042
|
|
1041
1043
|
const isDestIntgConfigTruthy=destIntgConfig=>!isUndefined(destIntgConfig)&&Boolean(destIntgConfig)===true;const isDestIntgConfigFalsy=destIntgConfig=>!isUndefined(destIntgConfig)&&Boolean(destIntgConfig)===false;/**
|
1042
1044
|
* Filters the destinations that should not be loaded or forwarded events to based on the integration options (load or events API)
|