Skip to content

Commit

Permalink
App name update for analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinrivero committed Dec 23, 2024
1 parent bc73821 commit a46f633
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 @@ -43,7 +43,7 @@ export default function init(verb) {
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 @@ -43,7 +43,7 @@ export default function init(verb) {
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 a46f633

Please sign in to comment.