Skip to content

Commit

Permalink
remove dummy visitor and account data
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhanshub committed Dec 13, 2024
1 parent 0d80d92 commit 9cb5f85
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions integrations/pendo/src/script.raw.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,7 @@
z = e.getElementsByTagName(n)[0];
z.parentNode.insertBefore(y, z);
y.onload = function () {
pendo.initialize({
visitor: {
id: 'id',
email: 'email',
firstName: 'firstName',
lastName: 'lastName',
},
account: {
id: 'accountId',
accountName: 'accountName',
payingStatus: 'payingStatus',
},
});
pendo.initialize({});
};
})(window, document, 'script', 'pendo');
})('<TO_REPLACE>');

0 comments on commit 9cb5f85

Please sign in to comment.