Skip to content

Commit b03edc6

Browse files
Add files via upload
1 parent b9be2fd commit b03edc6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

+11
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@
3232
a=d.createElement(s);a.async=1;a.src=r;a.type='text/java'+s;f=d.getElementsByTagName(s)[0];
3333
f.parentNode.insertBefore(a,f)})(window,document,'script', 'https://invitejs.trustpilot.com/tp.min.js', 'tp');
3434
tp('register', 'BIRbHdP59F7eTCrx');
35+
</script>
36+
<script>
37+
document.addEventListener('DOMContentLoaded', function() {
38+
const trustpilot_invitation = {
39+
recipientEmail: '[email protected]',
40+
recipientName: 'John',
41+
referenceId: 'Order_123',
42+
source: 'InvitationScript',
43+
};
44+
tp('createInvitation', trustpilot_invitation);
45+
});
3546
</script>
3647
</head>
3748
<body style="background-color: black;">

0 commit comments

Comments
 (0)