@boomerang-io/webapp-spa-server 1.3.0-beta.0 → 1.3.0-beta.1
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -210,7 +210,7 @@ function getGAScripts() {
|
|
|
210
210
|
digitalData = {
|
|
211
211
|
page: {
|
|
212
212
|
pageInfo: {
|
|
213
|
-
pageID:
|
|
213
|
+
pageID: "ibm_consulting_advantage_test",
|
|
214
214
|
productTitle: "IBM Consulting Advantage",
|
|
215
215
|
analytics: {
|
|
216
216
|
category: 'Offering Interface'
|
package/package.json
CHANGED