Skip to content

Commit

Permalink
Merge pull request #929 from adobecom/MWPW-163785
Browse files Browse the repository at this point in the history
MWPW-163785: Unity Analytics - App name update for Analytics
  • Loading branch information
TsayAdobe authored Jan 2, 2025
2 parents 99ca9d0 + 4ef9689 commit 5a02295
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acrobat/scripts/alloy/mobile-widget-shown.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function init(verb, type = 'landing:shown') {
source: {
user_agent: navigator.userAgent,
lang: document.documentElement.lang,
app_name: 'dc-hosted:adobe_com',
app_name: 'unity:adobe_com',
url: window.location.href,
app_referrer: appReferrer,
tracking_id: trackingId,
Expand Down
2 changes: 1 addition & 1 deletion acrobat/scripts/alloy/mobile-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function init(verb, type = 'goto-app:clicked') {
source: {
user_agent: navigator.userAgent,
lang: document.documentElement.lang,
app_name: 'dc-hosted:adobe_com',
app_name: 'unity:adobe_com',
url: window.location.href,
app_referrer: appReferrer,
tracking_id: trackingId,
Expand Down
4 changes: 2 additions & 2 deletions acrobat/scripts/alloy/verb-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function init(eventName, verb, metaData, documentUnloading = true
source: {
user_agent: navigator.userAgent,
lang: document.documentElement.lang,
app_name: 'unity:adobe_com',
app_name: `unity:${verb}`,
url: window.location.href,
app_referrer: appReferrer,
tracking_id: trackingId,
Expand All @@ -104,7 +104,7 @@ export default function init(eventName, verb, metaData, documentUnloading = true
source: {
user_agent: navigator.userAgent,
lang: document.documentElement.lang,
app_name: 'unity:adobe_com',
app_name: `unity:${verb}`,
url: window.location.href,
app_referrer: appReferrer,
tracking_id: trackingId,
Expand Down

0 comments on commit 5a02295

Please sign in to comment.