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