@boomerang-io/webapp-spa-server 1.3.0-beta.8 → 1.3.1-beta.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 +13 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -204,9 +204,9 @@ function getBluemixSegmentScripts() {
|
|
|
204
204
|
page: {
|
|
205
205
|
pageInfo: {
|
|
206
206
|
pageID: "ibm_consulting_advantage_test",
|
|
207
|
-
productTitle: "IBM Consulting Advantage",
|
|
208
207
|
productCode: "694970X",
|
|
209
|
-
productCodeType: "Consulting
|
|
208
|
+
productCodeType: "Consulting Assistants",
|
|
209
|
+
productTitle: "IBM Consulting Advantage",
|
|
210
210
|
analytics: {
|
|
211
211
|
category: "Offering Interface"
|
|
212
212
|
}
|
|
@@ -215,7 +215,17 @@ function getBluemixSegmentScripts() {
|
|
|
215
215
|
};
|
|
216
216
|
</script>
|
|
217
217
|
<script type="text/javascript"> window._analytics = { "segment_key" : "${segmentKey}", "coremetrics" : false, "optimizely" : false, "googleAddServices": false, "fullStory" : false}; </script>
|
|
218
|
-
<script src="${segmentUrl}" crossorigin></script
|
|
218
|
+
<script src="${segmentUrl}" crossorigin></script>
|
|
219
|
+
<script>
|
|
220
|
+
window._analytics = {
|
|
221
|
+
"pageProperties": {
|
|
222
|
+
"platformTitle": "IBM Consulting Advantage",
|
|
223
|
+
"productCode": "694970X",
|
|
224
|
+
"productCodeType": "IBM Consulting Advantage",
|
|
225
|
+
},
|
|
226
|
+
};
|
|
227
|
+
</script>
|
|
228
|
+
`
|
|
219
229
|
: "";
|
|
220
230
|
}
|
|
221
231
|
|
package/package.json
CHANGED