Skip to content

Commit

Permalink
Merge pull request #720 from adobecom/MWPW-154356_dcweb
Browse files Browse the repository at this point in the history
dc web1
  • Loading branch information
Blainegunn authored Jul 22, 2024
2 parents 682e265 + 8a32250 commit 57fdbf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions acrobat/scripts/alloy/mobile-widget-shown.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default function init(verb) {
},
_adobe_corpnew: {
digitalData: {
dcweb: { event: { pagename: `acrobat:verb-${verb}:landing:shown` } },
dcweb2: {
event: { pagename: `acrobat:verb-${verb}:landing:shown` },
source: {
Expand Down
3 changes: 2 additions & 1 deletion acrobat/scripts/alloy/mobile-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ export default function init(verb) {
},
_adobe_corpnew: {
digitalData: {
dcweb: { event: { pagename: `acrobat:verb-${verb}:goto-app:clicked` } },
dcweb2: {
event: { pagename: `acrobat:verb-${verb}:landing:shown` },
event: { pagename: `acrobat:verb-${verb}:goto-app:clicked` },
source: {
user_agent: navigator.userAgent,
lang: document.documentElement.lang,
Expand Down

0 comments on commit 57fdbf2

Please sign in to comment.