@blotoutio/edgetag-sdk-browser 0.39.0 → 0.40.0
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/index.js +3 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
referrer: getReferrer(),
|
|
366
366
|
search: getSearch(),
|
|
367
367
|
locale: getLocale(),
|
|
368
|
-
sdkVersion: "0.
|
|
368
|
+
sdkVersion: "0.40.0" ,
|
|
369
369
|
...(payload || {}),
|
|
370
370
|
};
|
|
371
371
|
let storage = {};
|
|
@@ -781,6 +781,7 @@
|
|
|
781
781
|
}
|
|
782
782
|
pkg.init({
|
|
783
783
|
userId,
|
|
784
|
+
baseUrl: getUrl(),
|
|
784
785
|
manifest: {
|
|
785
786
|
tagName,
|
|
786
787
|
variables: variablesSet,
|
|
@@ -941,6 +942,7 @@
|
|
|
941
942
|
if (hasConsent) {
|
|
942
943
|
pkg.init({
|
|
943
944
|
userId,
|
|
945
|
+
baseUrl: getUrl(),
|
|
944
946
|
manifest: provider,
|
|
945
947
|
sendTag,
|
|
946
948
|
sendEdgeData: handleData,
|