Skip to content
Snippets Groups Projects
Unverified Commit 1b1272ec authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Track official signing events

parent 1c96977a
No related branches found
No related tags found
No related merge requests found
Pipeline #25169 passed
...@@ -296,6 +296,8 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem ...@@ -296,6 +296,8 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
const entryPoint = data.json; const entryPoint = data.json;
this.currentFileName = entryPoint.name; this.currentFileName = entryPoint.name;
this.endSigningProcessIfQueueEmpty(); this.endSigningProcessIfQueueEmpty();
this.sendSetPropertyEvent('analytics-event', {
'category': 'OfficialSigning', 'action': 'DocumentSigned', 'name': data.json.contentSize});
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment