Skip to content

Commit

Permalink
Merge pull request #875 from adobecom/redirAA
Browse files Browse the repository at this point in the history
test 2
  • Loading branch information
Blainegunn authored Oct 24, 2024
2 parents e3ba430 + e34d369 commit b80fbbe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions acrobat/blocks/verb-widget/verb-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,20 @@ export default async function init(element) {
document.cookie = `UTS_Redirect=${Date.now()};domain=.adobe.com;path=/;expires=${cookieExp}`;
// adobe.com:acrobat:online:sign-pdf:transition
verbAnalytics('acom-redirect', VERB);
const event = {
documentUnloading: true,
data: {
eventType: 'web.webinteraction.linkClicks',
web: {
webInteraction: {
linkClicks: { value: 1 },
type: 'other',
name: `acrobat:verb-${VERB}:acom-redirect`,
},
},
},
};
window?._satellite?.track('event', event);
}
});

Expand Down

0 comments on commit b80fbbe

Please sign in to comment.