Skip to content

Commit

Permalink
dc web1
Browse files Browse the repository at this point in the history
  • Loading branch information
Blainegunn committed Jul 22, 2024
1 parent 1d16fe8 commit 8a32250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acrobat/scripts/alloy/mobile-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ export default function init(verb) {
},
_adobe_corpnew: {
digitalData: {
dcweb: { event: { pagename: `acrobat:verb-${verb}:landing:shown` } },
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 8a32250

Please sign in to comment.