@boomerang-io/webapp-spa-server 1.3.0-beta.7 → 1.3.0-beta.9
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 +4 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -203,12 +203,12 @@ function getBluemixSegmentScripts() {
|
|
|
203
203
|
digitalData = {
|
|
204
204
|
page: {
|
|
205
205
|
pageInfo: {
|
|
206
|
-
pageID: "
|
|
206
|
+
pageID: "ibm_consulting_advantage_test",
|
|
207
207
|
productTitle: "IBM Consulting Advantage",
|
|
208
208
|
analytics: {
|
|
209
|
-
category:
|
|
210
|
-
productCode:
|
|
211
|
-
productCodeType:
|
|
209
|
+
category: "Offering Interface",
|
|
210
|
+
productCode: "694970X",
|
|
211
|
+
productCodeType: "Consulting Advantage",
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
}
|
package/package.json
CHANGED